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

Commit 7464a10

Browse files
author
Tomasz Kostuch
authored
Merge pull request #4286 from gibkigonzo/update-version-1.11.3
update version to 1.11.3
2 parents 466e1ec + c460322 commit 7464a10

File tree

8 files changed

+8
-11
lines changed

8 files changed

+8
-11
lines changed

CHANGELOG.md

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

8-
## [1.11.3] - UNRELEASED
9-
10-
### Added
11-
8+
## [1.11.3] - 2020.04.27
129

1310
### Changed / Improved
1411

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.11.2",
3+
"version": "1.11.3",
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.11.2",
3+
"version": "1.11.3",
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.11.2",
4+
"version": "1.11.3",
55
"scripts": {
66
"docs:dev": "vuepress dev",
77
"docs:build": "vuepress build",

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.11.2",
3+
"version": "1.11.3",
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.11.2",
3+
"version": "1.11.3",
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.11.2",
3+
"version": "1.11.3",
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.11.2"
4+
"version": "1.11.3"
55
}

0 commit comments

Comments
 (0)