Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version/1.12.1 #4568

Merged
merged 2 commits into from
Jun 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}