Skip to content

Commit

Permalink
ci: release (rc) (#1550)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 16, 2024
1 parent 5c9607c commit a8ed2ba
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"method-bootstrapper": "1.1.0",
"@vue-storefront/magento-sdk": "3.0.1"
},
"changesets": []
"changesets": [
"few-baboons-chew",
"tasty-books-melt"
]
}
10 changes: 10 additions & 0 deletions docs/content/6.reference/changelogs/vue-storefront-magento-api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @vue-storefront/magento-api

## 6.0.0-rc.0

### Major Changes

- 5c9607c8: update middleware to 5.1.0-rc

### Patch Changes

- 158a648f: Remove unused vulnerable dependency "@nuxtjs/composition-api"

## 5.0.0

### Major Changes
Expand Down
10 changes: 10 additions & 0 deletions packages/api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @vue-storefront/magento-api

## 6.0.0-rc.0

### Major Changes

- 5c9607c8: update middleware to 5.1.0-rc

### Patch Changes

- 158a648f: Remove unused vulnerable dependency "@nuxtjs/composition-api"

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-api",
"version": "5.0.0",
"version": "6.0.0-rc.0",
"sideEffects": false,
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/node": "^12.12.14",
"@vue-storefront/magento-api": "^5.0.0",
"@vue-storefront/magento-api": "^6.0.0-rc.0",
"@vue-storefront/middleware": "^5.0.0-rc",
"nock": "^13.2.9"
},
Expand Down

0 comments on commit a8ed2ba

Please sign in to comment.