Skip to content

Commit 7e19e66

Browse files
committed
chore: release 1.0.2
1 parent 35a7900 commit 7e19e66

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

internals/eslint-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/eslint-config-import",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Heitor Ramon Ribeiro <[email protected]>",
55
"license": "MIT",
66
"scripts": {

internals/eslint-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/eslint-config-jest",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Heitor Ramon Ribeiro <[email protected]>",
55
"license": "MIT",
66
"scripts": {

internals/eslint-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/eslint-config-typescript",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Heitor Ramon Ribeiro <[email protected]>",
55
"license": "MIT",
66
"scripts": {

internals/eslint-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/eslint-config-vue",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Heitor Ramon Ribeiro <[email protected]>",
55
"license": "MIT",
66
"scripts": {

internals/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/eslint-config-base",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "Heitor Ramon Ribeiro <[email protected]>",
55
"license": "MIT",
66
"scripts": {

packages/api-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/magento-api",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"sideEffects": false,
55
"homepage": "https://github.com/vuestorefront/magento2",
66
"bugs": {

packages/composables/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/magento",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MIT",
55
"homepage": "https://github.com/vuestorefront/magento2",
66
"bugs": {
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@vue-storefront/core": "~2.5.6",
32-
"@vue-storefront/magento-api": "^1.0.1",
32+
"@vue-storefront/magento-api": "^1.0.2",
3333
"@vue/composition-api": "^1.4.1",
3434
"cookie-universal": "^2.1.5",
3535
"vue": "^2.6.14",

packages/load-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/magento-load-tests",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Load tests for Magento 2 - VSF integration",
55
"main": "index.js",
66
"repository": "https://github.com/vuestorefront/magento2",

packages/theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/magento-theme",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"license": "MIT",
66
"homepage": "https://github.com/vuestorefront/magento2",
@@ -38,7 +38,7 @@
3838
"@pinia/nuxt": "^0.1.9",
3939
"@storefront-ui/vue": "^0.13.3",
4040
"@vue-storefront/cache": "~2.7.1",
41-
"@vue-storefront/magento-api": "^1.0.1",
41+
"@vue-storefront/magento-api": "^1.0.2",
4242
"@vue-storefront/middleware": "~2.7.1",
4343
"@vue-storefront/nuxt": "~2.7.1",
4444
"@vue-storefront/redis-cache": "^1.0.1",

0 commit comments

Comments
 (0)