Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 69c75d2

Browse files
author
Tomasz Kostuch
authored
Merge pull request #4685 from gibkigonzo/bump-version/1.12.2
Bump version/1.12.2
2 parents 67df882 + b3a37c9 commit 69c75d2

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- localForage memory overload fixed. `localForage.preserveCollections` keeps names of collections to be preserved from being cleared. - @prakowski
2424
- Fixed bug in `restoreQuantity` - getItem never returns cart item - @gibkigonzo (#4619)
2525
- Separate variant in findProductOption to get parent sku - @gibkigonzo (#4641)
26+
- Fix wrong value in Cache-Control header for max-age - boehsermoe (#4657)
2627

2728
### Changed / Improved
2829

core/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/i18n",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "Vue Storefront i18n",
55
"license": "MIT",
66
"main": "index.ts",

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/core",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "Vue Storefront Core",
55
"license": "MIT",
66
"main": "app.js",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vue-storefront/docs",
33
"private": true,
4-
"version": "1.12.1",
4+
"version": "1.12.2",
55
"scripts": {
66
"docs:dev": "vuepress dev",
77
"docs:build": "vuepress build",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-storefront",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "A Vue.js, PWA eCommerce frontend",
55
"private": true,
66
"engines": {

packages/cli/boilerplates/module/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"license": "MIT",
1313
"dependencies": {},
1414
"devDependencies": {
15-
"@vue-storefront/core": "^1.12.1",
15+
"@vue-storefront/core": "^1.12.2",
1616
"ts-loader": "^6.0.4",
1717
"typescript": "^3.5.2",
1818
"webpack": "^4.35.2",
1919
"webpack-cli": "^3.3.11"
2020
},
2121
"peerDependencies": {
22-
"@vue-storefront/core": "^1.12.1"
22+
"@vue-storefront/core": "^1.12.2"
2323
}
2424
}

test/unit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@vue-storefront/unit-tests",
33
"private": true,
4-
"version": "1.12.1"
4+
"version": "1.12.2"
55
}

0 commit comments

Comments
 (0)