Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 68fcc9e

Browse files
committed
increment versions for release
1 parent e33f46e commit 68fcc9e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.8.4] - 2019.03.25
7+
## [1.8.4] - 2019.03.26
88

99
### Fixed
1010
- Problem with incomplete category products load for offline use - @patzick (#2543)

core/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const createApp = async (ssrContext, config): Promise<{app: Vue, router: VueRou
6565
// sync router with vuex 'router' store
6666
sync(store, router)
6767
// TODO: Don't mutate the state directly, use mutation instead
68-
store.state.version = '1.8.3'
68+
store.state.version = '1.8.4'
6969
store.state.config = config
7070
store.state.__DEMO_MODE__ = (config.demomode === true) ? true : false
7171
if(ssrContext) Vue.prototype.$ssrRequestContext = ssrContext

core/i18n/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/i18n",
3-
"version": "1.8.3",
3+
"version": "1.8.4",
44
"description": "Vue Storefront i18n",
55
"license": "MIT",
66
"main": "index.ts",

core/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/core",
3-
"version": "1.8.3",
3+
"version": "1.8.4",
44
"description": "Vue Storefront Core",
55
"license": "MIT",
66
"main": "app.js",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-storefront/docs",
33
"private": true,
4-
"version": "1.8.3",
4+
"version": "1.8.4",
55
"scripts": {
66
"docs:dev": "vuepress dev",
77
"docs:build": "vuepress build"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.9.0",
3-
"version": "1.8.3",
3+
"version": "1.8.4",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"registry": "https://registry.npmjs.org/"

src/themes/default-amp/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/theme-default-amp",
3-
"version": "1.8.3",
3+
"version": "1.8.4",
44
"description": "Default AMP theme for Vue Storefront",
55
"main": "index.js",
66
"scripts": {

src/themes/default/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/theme-default",
3-
"version": "1.8.3",
3+
"version": "1.8.4",
44
"description": "Default theme for Vue Storefront",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)