Skip to content

Commit

Permalink
Merge branch 'develop' into feature/CXSPA-8035-navigation-ui-list-cou…
Browse files Browse the repository at this point in the history
…nt-is-not-read-out
  • Loading branch information
StanislavSukhanov authored Oct 14, 2024
2 parents 1801c2e + e96611a commit f855725
Show file tree
Hide file tree
Showing 70 changed files with 834 additions and 581 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
- name: Notify the slack channel of when build conclusion failed
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_TOKEN }}
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: ${{ secrets.SLACK_NOTIFICATION_CHANNEL }}
payload: |
Expand Down
10 changes: 5 additions & 5 deletions core-libs/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/setup",
"version": "2211.29.0",
"version": "2211.29.1",
"description": "Includes features that makes Spartacus and it's setup easier and streamlined.",
"keywords": [
"spartacus",
Expand All @@ -21,10 +21,10 @@
"peerDependencies": {
"@angular/core": "^17.0.5",
"@angular/ssr": "^17.0.5",
"@spartacus/cart": "2211.29.0",
"@spartacus/core": "2211.29.0",
"@spartacus/order": "2211.29.0",
"@spartacus/user": "2211.29.0"
"@spartacus/cart": "2211.29.1",
"@spartacus/core": "2211.29.1",
"@spartacus/order": "2211.29.1",
"@spartacus/user": "2211.29.1"
},
"optionalDependencies": {
"@angular/platform-server": "^17.0.5",
Expand Down
Loading

0 comments on commit f855725

Please sign in to comment.