Skip to content

Commit 117264a

Browse files
authored
Merge pull request #3726 from andrzejewsky/release-1.10.4
Release 1.10.4
2 parents e4a770f + d660c9b commit 117264a

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.10.4] - UNRELEASED
7+
## [1.10.4] - 18.10.2019
88

99
### Fixed
1010
- Added try/catch for fetching single product in cart synchronization - @gibkigonzo (#3632)

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

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.10.3",
4+
"version": "1.10.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": "3.14.1",
3-
"version": "1.10.3",
3+
"version": "1.10.4",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"registry": "https://registry.npmjs.org/"

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",
3-
"version": "1.10.3",
3+
"version": "1.10.4",
44
"description": "A Vue.js, PWA eCommerce frontend",
55
"private": true,
66
"engines": {

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.10.3",
3+
"version": "1.10.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.10.3",
3+
"version": "1.10.4",
44
"description": "Default theme for Vue Storefront",
55
"main": "index.js",
66
"scripts": {

test/unit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@vue-storefront/unit-tests",
33
"private": true,
4-
"version": "1.10.3"
4+
"version": "1.10.4"
55
}

0 commit comments

Comments
 (0)