Skip to content

Commit

Permalink
chore: updated packages versions (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodigo authored Mar 8, 2022
1 parent 9396b5b commit f4200c9
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion internals/eslint-import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-import",
"version": "1.0.0",
"version": "1.0.0-rc.6",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion internals/eslint-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-jest",
"version": "1.0.0",
"version": "1.0.0-rc.6",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion internals/eslint-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-typescript",
"version": "1.0.0",
"version": "1.0.0-rc.6",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion internals/eslint-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-vue",
"version": "1.0.0",
"version": "1.0.0-rc.6",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion internals/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/eslint-config-base",
"version": "1.0.0",
"version": "1.0.0-rc.6",
"author": "Heitor Ramon Ribeiro <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
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",
"version": "1.0.0-rc.6",
"sideEffects": false,
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
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",
"version": "1.0.0-rc.6",
"license": "MIT",
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@vue-storefront/core": "~2.5.4",
"@vue-storefront/magento-api": "^1.0.0",
"@vue-storefront/magento-api": "^1.0.0-rc.6",
"@vue/composition-api": "^1.4.1",
"cookie-universal": "^2.1.5",
"vue": "^2.6.14",
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",
"version": "1.0.0-rc.6",
"private": true,
"license": "MIT",
"homepage": "https://github.com/vuestorefront/magento2",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@storefront-ui/vue": "^0.11.5",
"@vue-storefront/cache": "^2.5.4",
"@vue-storefront/core": "~2.5.4",
"@vue-storefront/magento": "^1.0.0",
"@vue-storefront/magento": "^1.0.0-rc.6",
"@vue-storefront/middleware": "~2.5.4",
"@vue-storefront/nuxt": "~2.5.4",
"@vue-storefront/nuxt-theme": "~2.5.4",
Expand Down

0 comments on commit f4200c9

Please sign in to comment.