diff --git a/core/app.ts b/core/app.ts index 705a06a8bc..1d8b4da5dc 100755 --- a/core/app.ts +++ b/core/app.ts @@ -68,7 +68,7 @@ const createApp = async (ssrContext, config): Promise<{app: Vue, router: VueRou // sync router with vuex 'router' store sync(store, router) // TODO: Don't mutate the state directly, use mutation instead - store.state.version = '1.6.0' + store.state.version = '1.7.0' store.state.config = config store.state.__DEMO_MODE__ = (config.demomode === true) ? true : false if(ssrContext) Vue.prototype.$ssrRequestContext = ssrContext diff --git a/core/i18n/package.json b/core/i18n/package.json index 265d1d3616..297ff63363 100644 --- a/core/i18n/package.json +++ b/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/i18n", - "version": "1.6.0", + "version": "1.7.0", "description": "Vue Storefront i18n", "license": "MIT", "main": "index.ts", diff --git a/core/package.json b/core/package.json index 6bbc602271..c4428e05be 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/core", - "version": "1.6.0", + "version": "1.7.0", "description": "Vue Storefront Core", "license": "MIT", "main": "app.js", @@ -8,7 +8,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@vue-storefront/store": "^1.6.0", + "@vue-storefront/store": "^1.7.0", "bodybuilder": "2.2.13", "config": "^1.30.0", "express": "^4.14.0", diff --git a/core/store/package.json b/core/store/package.json index a0f1385fa3..0538dcce7a 100644 --- a/core/store/package.json +++ b/core/store/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/store", - "version": "1.6.0", + "version": "1.7.0", "description": "Vue Storefront core data store", "license": "MIT", "main": "index.js", diff --git a/docs/package.json b/docs/package.json index 61e5eaeb92..f7b3d234eb 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@vue-storefront/docs", "private": true, - "version": "1.6.0", + "version": "1.7.0", "scripts": { "docs:dev": "vuepress dev", "docs:build": "vuepress build" diff --git a/lerna.json b/lerna.json index be524c99d9..29276bef0d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.9.0", - "version": "1.6.0", + "version": "1.7.0", "npmClient": "yarn", "useWorkspaces": true, "registry": "https://registry.npmjs.org/" diff --git a/src/themes/default-amp/package.json b/src/themes/default-amp/package.json index 84bd984467..a433f820ec 100755 --- a/src/themes/default-amp/package.json +++ b/src/themes/default-amp/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/theme-default-amp", - "version": "1.6.0", + "version": "1.7.0", "description": "Default AMP theme for Vue Storefront", "main": "index.js", "scripts": { diff --git a/src/themes/default/package.json b/src/themes/default/package.json index 65a3fe815d..a4dd4477d3 100644 --- a/src/themes/default/package.json +++ b/src/themes/default/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/theme-default", - "version": "1.6.0", + "version": "1.7.0", "description": "Default theme for Vue Storefront", "main": "index.js", "scripts": {