Skip to content

Commit 4943c9a

Browse files
committed
bump versions
1 parent b49888d commit 4943c9a

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.11.1] - UNRELEASED
8+
## [1.11.1] - 2020.02.05
99

1010
### Added
1111
- Add `ProductPrice` component with bundleOptions and customOptions prices - @gibkigonzo (#3978)

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.11.0",
3+
"version": "1.11.1",
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.11.0",
3+
"version": "1.11.1",
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.11.0",
4+
"version": "1.11.1",
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.11.0",
3+
"version": "1.11.1",
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.11.0",
15+
"@vue-storefront/core": "^1.11.1",
1616
"ts-loader": "^6.0.4",
1717
"typescript": "^3.5.2",
1818
"webpack": "^4.35.2",
1919
"webpack-cli": "^3.3.5"
2020
},
2121
"peerDependencies": {
22-
"@vue-storefront/core": "^1.11.0"
22+
"@vue-storefront/core": "^1.11.1"
2323
}
2424
}

src/themes/default-amp/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/theme-default-amp",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Default AMP theme for Vue Storefront",
55
"main": "index.js",
66
"scripts": {

src/themes/default/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/theme-default",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Default theme for Vue Storefront",
55
"main": "index.js",
66
"scripts": {

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.11.0"
4+
"version": "1.11.1"
55
}

0 commit comments

Comments
 (0)