Skip to content

Commit e6cd592

Browse files
committed
chore(release): publish 🎉 [skip ci]
- @ecomplus/[email protected] - @ecomplus/[email protected] - @ecomplus/[email protected]
1 parent 7b9d4b8 commit e6cd592

File tree

6 files changed

+40
-5
lines changed

6 files changed

+40
-5
lines changed

@ecomplus/storefront-app/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.132](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-25)
7+
8+
9+
### Features
10+
11+
* **app/ec-summary:** show order amout balance if any ([7b9d4b8](https://github.com/ecomplus/storefront/commit/7b9d4b84f6d816b4cd46316c34c72e4ee77dd224))
12+
13+
14+
15+
16+
617
# [2.0.0-beta.131](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-18)
718

819
**Note:** Version bump only for package @ecomplus/storefront-app

@ecomplus/storefront-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-app",
3-
"version": "2.0.0-beta.131",
3+
"version": "2.0.0-beta.132",
44
"description": "Vue.js ecommerce app with cart, checkout and account pages",
55
"main": "dist/lib/js/app.js",
66
"scripts": {

@ecomplus/storefront-starter/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-starter.16](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-25)
7+
8+
**Note:** Version bump only for package @ecomplus/storefront-starter
9+
10+
11+
12+
13+
614
# [2.0.0-starter.15](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-18)
715

816
**Note:** Version bump only for package @ecomplus/storefront-starter

@ecomplus/storefront-starter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"private": true,
99
"name": "@ecomplus/storefront-starter",
10-
"version": "2.0.0-starter.15",
10+
"version": "2.0.0-starter.16",
1111
"description": "PWA and JAMstack based e-commerce template for E-Com Plus stores",
1212
"main": "template/js/index.js",
1313
"scripts": {
@@ -37,6 +37,6 @@
3737
"url": "git+https://github.com/ecomplus/storefront-starter.git"
3838
},
3939
"dependencies": {
40-
"@ecomplus/storefront-template": "^2.0.0-beta.175"
40+
"@ecomplus/storefront-template": "^2.0.0-beta.176"
4141
}
4242
}

@ecomplus/storefront-template/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.0.0-beta.176](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **themes/ecom-beauty:** ECom.Beauty styles fine tune ([#709](https://github.com/ecomplus/storefront/issues/709)) ([d08ccb7](https://github.com/ecomplus/storefront/commit/d08ccb7b8a182ed7d570e3ddf0e7d83b01f24e31))
12+
13+
14+
### Features
15+
16+
* **sections/info-bar:** add title on info bar items ([#710](https://github.com/ecomplus/storefront/issues/710)) ([2513fde](https://github.com/ecomplus/storefront/commit/2513fdeb2ce029c9357041e87a32ac1c95e4a377))
17+
18+
19+
20+
21+
622
# [2.0.0-beta.175](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-18)
723

824
**Note:** Version bump only for package @ecomplus/storefront-template

@ecomplus/storefront-template/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-template",
3-
"version": "2.0.0-beta.175",
3+
"version": "2.0.0-beta.176",
44
"description": "Reusable & upgradable views and scripts for E-Com Plus storefront",
55
"main": "template/js/index.js",
66
"bin": {
@@ -48,7 +48,7 @@
4848
"@ecomplus/passport-client": "^1.1.1",
4949
"@ecomplus/search-engine": "^2.6.1",
5050
"@ecomplus/shopping-cart": "^2.5.6",
51-
"@ecomplus/storefront-app": "^2.0.0-beta.131",
51+
"@ecomplus/storefront-app": "^2.0.0-beta.132",
5252
"@ecomplus/storefront-components": "^1.0.0-beta.123",
5353
"@ecomplus/storefront-framework": "^5.19.0",
5454
"@ecomplus/storefront-router": "^2.2.1",

0 commit comments

Comments
 (0)