Skip to content

Commit a8ed2ba

Browse files
ci: release (rc) (#1550)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5c9607c commit a8ed2ba

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

.changeset/pre.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
"method-bootstrapper": "1.1.0",
99
"@vue-storefront/magento-sdk": "3.0.1"
1010
},
11-
"changesets": []
11+
"changesets": [
12+
"few-baboons-chew",
13+
"tasty-books-melt"
14+
]
1215
}

docs/content/6.reference/changelogs/vue-storefront-magento-api.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @vue-storefront/magento-api
22

3+
## 6.0.0-rc.0
4+
5+
### Major Changes
6+
7+
- 5c9607c8: update middleware to 5.1.0-rc
8+
9+
### Patch Changes
10+
11+
- 158a648f: Remove unused vulnerable dependency "@nuxtjs/composition-api"
12+
313
## 5.0.0
414

515
### Major Changes

packages/api-client/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @vue-storefront/magento-api
22

3+
## 6.0.0-rc.0
4+
5+
### Major Changes
6+
7+
- 5c9607c8: update middleware to 5.1.0-rc
8+
9+
### Patch Changes
10+
11+
- 158a648f: Remove unused vulnerable dependency "@nuxtjs/composition-api"
12+
313
## 5.0.0
414

515
### Major Changes

packages/api-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/magento-api",
3-
"version": "5.0.0",
3+
"version": "6.0.0-rc.0",
44
"sideEffects": false,
55
"homepage": "https://github.com/vuestorefront/magento2",
66
"bugs": {

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@types/node": "^12.12.14",
30-
"@vue-storefront/magento-api": "^5.0.0",
30+
"@vue-storefront/magento-api": "^6.0.0-rc.0",
3131
"@vue-storefront/middleware": "^5.0.0-rc",
3232
"nock": "^13.2.9"
3333
},

0 commit comments

Comments
 (0)