Skip to content

Commit

Permalink
increment versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick committed Mar 26, 2019
1 parent e33f46e commit 68fcc9e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.8.4] - 2019.03.25
## [1.8.4] - 2019.03.26

### Fixed
- Problem with incomplete category products load for offline use - @patzick (#2543)
Expand Down
2 changes: 1 addition & 1 deletion core/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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.8.3'
store.state.version = '1.8.4'
store.state.config = config
store.state.__DEMO_MODE__ = (config.demomode === true) ? true : false
if(ssrContext) Vue.prototype.$ssrRequestContext = ssrContext
Expand Down
2 changes: 1 addition & 1 deletion core/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/i18n",
"version": "1.8.3",
"version": "1.8.4",
"description": "Vue Storefront i18n",
"license": "MIT",
"main": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/core",
"version": "1.8.3",
"version": "1.8.4",
"description": "Vue Storefront Core",
"license": "MIT",
"main": "app.js",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-storefront/docs",
"private": true,
"version": "1.8.3",
"version": "1.8.4",
"scripts": {
"docs:dev": "vuepress dev",
"docs:build": "vuepress build"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "1.8.3",
"version": "1.8.4",
"npmClient": "yarn",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion src/themes/default-amp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/theme-default-amp",
"version": "1.8.3",
"version": "1.8.4",
"description": "Default AMP theme for Vue Storefront",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/themes/default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue-storefront/theme-default",
"version": "1.8.3",
"version": "1.8.4",
"description": "Default theme for Vue Storefront",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 68fcc9e

Please sign in to comment.