Skip to content

Commit

Permalink
refactor: hotfix for release 1.0.0-rc.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodf committed Nov 4, 2021
1 parent d53e608 commit a3b7eac
Show file tree
Hide file tree
Showing 5 changed files with 1,207 additions and 1,197 deletions.
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": "1.0.0-rc.4.2",
"version": "1.0.0-rc.4.3",
"sideEffects": false,
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
Expand Down
1 change: 0 additions & 1 deletion packages/api-client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ export {
MutationAddWishlistItemsToCartArgs,
MutationUpdateChatProfileArgs,
MutationUpdateQuoteEmailArgs,
ProductReviews,
WishlistCartUserInputError,
WishlistCartUserInputErrorType,
UseInLayeredNavigationOptions,
Expand Down
4 changes: 2 additions & 2 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento",
"version": "1.0.0-rc.4.2",
"version": "1.0.0-rc.4.3",
"license": "MIT",
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
Expand All @@ -22,7 +22,7 @@
"update:update": "ncu -u"
},
"dependencies": {
"@vue-storefront/magento-api": "1.0.0-rc.4.2",
"@vue-storefront/magento-api": "1.0.0-rc.4.3",
"@vue-storefront/core": "~2.4.5",
"cookie-universal": "^2.1.5",
"vue": "^2.6.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/magento-theme",
"version": "1.0.0-rc.4.2",
"version": "1.0.0-rc.4.3",
"private": true,
"license": "MIT",
"homepage": "https://github.com/vuestorefront/magento2",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@nuxtjs/style-resources": "^1.2.1",
"@storefront-ui/vue": "^0.11.0",
"@vue-storefront/core": "~2.4.5",
"@vue-storefront/magento": "1.0.0-rc.4.2",
"@vue-storefront/magento": "1.0.0-rc.4.3",
"@vue-storefront/middleware": "~2.4.5",
"@vue-storefront/nuxt": "~2.4.5",
"@vue-storefront/nuxt-theme": "~2.4.5",
Expand Down
Loading

0 comments on commit a3b7eac

Please sign in to comment.