Skip to content

Commit

Permalink
feat: update middleware to 5.1.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszherba committed Oct 16, 2024
1 parent 23e4e15 commit 5c9607c
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 203 deletions.
12 changes: 12 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"@vue-storefront/magento-api": "5.0.0",
"@vue-storefront/magento-types": "2.0.0",
"@vue-storefront/magento-load-tests": "1.1.0",
"method-bootstrapper": "1.1.0",
"@vue-storefront/magento-sdk": "3.0.1"
},
"changesets": []
}
5 changes: 5 additions & 0 deletions .changeset/tasty-books-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/magento-api": major
---

update middleware to 5.1.0-rc
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@apollo/client": "3.8.7",
"@vue-storefront/magento-types": "2.0.0",
"@vue-storefront/middleware": "^4.1.0",
"@vue-storefront/middleware": "^5.0.0-rc",
"agentkeepalive": "^4.2.1",
"consola": "^3.1.0",
"dotenv": "^16.0.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
"devDependencies": {
"@types/node": "^12.12.14",
"@vue-storefront/magento-api": "^5.0.0",
"@vue-storefront/middleware": "^5.0.0-rc",
"nock": "^13.2.9"
},
"peerDependencies": {
"@vue-storefront/middleware": "^4.1.0"
"@vue-storefront/middleware": "^5.0.0-rc"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 5c9607c

Please sign in to comment.