Skip to content

Commit

Permalink
bump version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samberrry committed Feb 23, 2023
1 parent d1a6ee1 commit 656f4c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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/prestashop-api",
"version": "1.2.1",
"version": "1.2.2",
"private": false,
"sideEffects": false,
"server": "server/index.js",
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/prestashop",
"version": "1.2.1",
"version": "1.2.2",
"private": false,
"sideEffects": false,
"main": "lib/index.cjs.js",
Expand All @@ -16,7 +16,7 @@
"update:update": "ncu -u"
},
"dependencies": {
"@vue-storefront/prestashop-api": "1.2.1",
"@vue-storefront/prestashop-api": "1.2.2",
"@vue-storefront/core": "~2.7.5"
},
"devDependencies": {
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/prestashop-theme",
"version": "1.2.1",
"version": "1.2.2",
"private": true,
"scripts": {
"build": "nuxt build -m",
Expand All @@ -24,7 +24,7 @@
"@vue-storefront/middleware": "~2.7.5",
"@vue-storefront/nuxt": "~2.7.5",
"@vue-storefront/nuxt-theme": "~2.7.5",
"@vue-storefront/prestashop": "1.2.1",
"@vue-storefront/prestashop": "1.2.2",
"cookie-universal-nuxt": "^2.1.5",
"core-js": "^3.19.0",
"nuxt": "^2.15.8",
Expand Down

0 comments on commit 656f4c0

Please sign in to comment.