From 7c334c6beaeebc7bac5cdba3156af4ca47fb58f4 Mon Sep 17 00:00:00 2001 From: tkostuch Date: Mon, 22 Jun 2020 06:41:59 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 2 +- core/i18n/package.json | 2 +- core/package.json | 2 +- docs/package.json | 2 +- package.json | 2 +- packages/cli/boilerplates/module/package.json | 4 ++-- test/unit/package.json | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2d68d00d..974342d107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +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.12.1] - UNRELEASED +## [1.12.1] - 2020.06.22 ### Added diff --git a/core/i18n/package.json b/core/i18n/package.json index 290d0f99c5..7929b09ecf 100644 --- a/core/i18n/package.json +++ b/core/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/i18n", - "version": "1.12.0", + "version": "1.12.1", "description": "Vue Storefront i18n", "license": "MIT", "main": "index.ts", diff --git a/core/package.json b/core/package.json index 35ec249b40..faf03dfa35 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@vue-storefront/core", - "version": "1.12.0", + "version": "1.12.1", "description": "Vue Storefront Core", "license": "MIT", "main": "app.js", diff --git a/docs/package.json b/docs/package.json index 6f2c15ddb9..8fb31c18c2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@vue-storefront/docs", "private": true, - "version": "1.12.0", + "version": "1.12.1", "scripts": { "docs:dev": "vuepress dev", "docs:build": "vuepress build", diff --git a/package.json b/package.json index 21a120e94e..3349abd542 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-storefront", - "version": "1.12.0", + "version": "1.12.1", "description": "A Vue.js, PWA eCommerce frontend", "private": true, "engines": { diff --git a/packages/cli/boilerplates/module/package.json b/packages/cli/boilerplates/module/package.json index bcaa84869f..fe40fc07c4 100644 --- a/packages/cli/boilerplates/module/package.json +++ b/packages/cli/boilerplates/module/package.json @@ -12,13 +12,13 @@ "license": "MIT", "dependencies": {}, "devDependencies": { - "@vue-storefront/core": "^1.12.0", + "@vue-storefront/core": "^1.12.1", "ts-loader": "^6.0.4", "typescript": "^3.5.2", "webpack": "^4.35.2", "webpack-cli": "^3.3.11" }, "peerDependencies": { - "@vue-storefront/core": "^1.12.0" + "@vue-storefront/core": "^1.12.1" } } diff --git a/test/unit/package.json b/test/unit/package.json index 39acef06c2..ed30cbc7c4 100644 --- a/test/unit/package.json +++ b/test/unit/package.json @@ -1,5 +1,5 @@ { "name": "@vue-storefront/unit-tests", "private": true, - "version": "1.12.0" + "version": "1.12.1" }