Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkostuch committed Jun 22, 2020
1 parent b19f229 commit 7c334c6
Show file tree
Hide file tree
Showing 7 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 @@ -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

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.12.0",
"version": "1.12.1",
"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.12.0",
"version": "1.12.1",
"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.12.0",
"version": "1.12.1",
"scripts": {
"docs:dev": "vuepress dev",
"docs:build": "vuepress build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/boilerplates/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion test/unit/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@vue-storefront/unit-tests",
"private": true,
"version": "1.12.0"
"version": "1.12.1"
}

0 comments on commit 7c334c6

Please sign in to comment.