Skip to content

Commit

Permalink
Merge pull request #4568 from gibkigonzo/bump-version/1.12.1
Browse files Browse the repository at this point in the history
Bump version/1.12.1
  • Loading branch information
Tomasz Kostuch committed Jun 22, 2020
2 parents b19f229 + 20c134c commit 4318282
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 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
3 changes: 2 additions & 1 deletion config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,7 @@
"expireHeaders",
"fastly",
"nginx",
"varnish"
"varnish",
"cloudflare"
]
}
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 4318282

Please sign in to comment.