From c460322dcf949fc36fd82aeb0ceb0eaec1f52db0 Mon Sep 17 00:00:00 2001 From: tkostuch Date: Mon, 27 Apr 2020 10:16:07 +0200 Subject: [PATCH] update version --- CHANGELOG.md | 5 +---- core/i18n/package.json | 2 +- core/package.json | 2 +- docs/package.json | 2 +- package.json | 2 +- src/themes/default-amp/package.json | 2 +- src/themes/default/package.json | 2 +- test/unit/package.json | 2 +- 8 files changed, 8 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ca4242cc..269442a60e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,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.11.3] - UNRELEASED - -### Added - +## [1.11.3] - 2020.04.27 ### Changed / Improved diff --git a/core/i18n/package.json b/core/i18n/package.json index 3006d375ba..af4ce35a14 100644 --- a/core/i18n/package.json +++ b/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/i18n", - "version": "1.11.2", + "version": "1.11.3", "description": "Vue Storefront i18n", "license": "MIT", "main": "index.ts", diff --git a/core/package.json b/core/package.json index 950a554eaa..c7c7654453 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/core", - "version": "1.11.2", + "version": "1.11.3", "description": "Vue Storefront Core", "license": "MIT", "main": "app.js", diff --git a/docs/package.json b/docs/package.json index e2242812a0..b7315a7711 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@vue-storefront/docs", "private": true, - "version": "1.11.2", + "version": "1.11.3", "scripts": { "docs:dev": "vuepress dev", "docs:build": "vuepress build", diff --git a/package.json b/package.json index c614a8b8de..bf98970556 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-storefront", - "version": "1.11.2", + "version": "1.11.3", "description": "A Vue.js, PWA eCommerce frontend", "private": true, "engines": { diff --git a/src/themes/default-amp/package.json b/src/themes/default-amp/package.json index 6eda02a9a6..a04ddf3c35 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.11.2", + "version": "1.11.3", "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 dac056b1f1..e089581ffa 100644 --- a/src/themes/default/package.json +++ b/src/themes/default/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/theme-default", - "version": "1.11.2", + "version": "1.11.3", "description": "Default theme for Vue Storefront", "main": "index.js", "scripts": { diff --git a/test/unit/package.json b/test/unit/package.json index f41a6af7ec..0c96fe578f 100644 --- a/test/unit/package.json +++ b/test/unit/package.json @@ -1,5 +1,5 @@ { "name": "@vue-storefront/unit-tests", "private": true, - "version": "1.11.2" + "version": "1.11.3" }