Skip to content

Commit 9757ed2

Browse files
committed
chore(release): publish 🎉 [skip ci]
- @ecomplus/storefront-app@2.0.0-beta.147 - @ecomplus/storefront-components@1.0.0-beta.138 - @ecomplus/storefront-framework@5.19.11 - @ecomplus/storefront-starter@2.0.0-starter.34 - @ecomplus/storefront-template@2.0.0-beta.194 - @ecomplus/widget-minicart@1.0.0-beta.135 - @ecomplus/widget-product-card@1.0.0-beta.135 - @ecomplus/widget-product@1.0.0-beta.135 - @ecomplus/widget-search-engine@1.0.0-beta.137 - @ecomplus/widget-search@1.0.0-beta.135 - @ecomplus/widget-user@1.0.0-beta.135
1 parent 897a3eb commit 9757ed2

22 files changed

Lines changed: 74 additions & 28 deletions

File tree

@ecomplus/storefront-app/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.147](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-app@2.0.0-beta.146...@ecomplus/storefront-app@2.0.0-beta.147) (2022-11-10)
7+
8+
**Note:** Version bump only for package @ecomplus/storefront-app
9+
610
# [2.0.0-beta.146](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-app@2.0.0-beta.145...@ecomplus/storefront-app@2.0.0-beta.146) (2022-11-04)
711

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

@ecomplus/storefront-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-app",
3-
"version": "2.0.0-beta.146",
3+
"version": "2.0.0-beta.147",
44
"description": "Vue.js ecommerce app with cart, checkout and account pages",
55
"main": "dist/lib/js/app.js",
66
"scripts": {
@@ -36,7 +36,7 @@
3636
"@ecomplus/i18n": "^1.32.2",
3737
"@ecomplus/passport-client": "^1.1.1",
3838
"@ecomplus/shopping-cart": "^2.5.8",
39-
"@ecomplus/storefront-components": "^1.0.0-beta.137",
39+
"@ecomplus/storefront-components": "^1.0.0-beta.138",
4040
"@ecomplus/storefront-twbs": "^7.3.1",
4141
"axios": "^0.27.2",
4242
"card-validator": "^8.1.1",

@ecomplus/storefront-components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [1.0.0-beta.138](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-components@1.0.0-beta.137...@ecomplus/storefront-components@1.0.0-beta.138) (2022-11-10)
7+
8+
### Bug Fixes
9+
10+
- **components/recommended-items:** properly fetch cart related/recommended items by product id ([b7f5553](https://github.com/ecomplus/storefront/commit/b7f555371b81a9fc7e6aaba5592d433cbe718024))
11+
612
# [1.0.0-beta.137](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-components@1.0.0-beta.136...@ecomplus/storefront-components@1.0.0-beta.137) (2022-11-04)
713

814
### Bug Fixes

@ecomplus/storefront-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-components",
3-
"version": "1.0.0-beta.137",
3+
"version": "1.0.0-beta.138",
44
"description": "Vue components for E-Com Plus Storefront",
55
"main": "dist/storefront-components.min.js",
66
"scripts": {

@ecomplus/storefront-framework/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [5.19.11](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-framework@5.19.10...@ecomplus/storefront-framework@5.19.11) (2022-11-10)
7+
8+
**Note:** Version bump only for package @ecomplus/storefront-framework
9+
610
## [5.19.10](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-framework@5.19.9...@ecomplus/storefront-framework@5.19.10) (2022-11-02)
711

812
**Note:** Version bump only for package @ecomplus/storefront-framework

@ecomplus/storefront-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-framework",
3-
"version": "5.19.10",
3+
"version": "5.19.11",
44
"description": "Framework for PWA and JAMstack e-commerce templates with E-Com Plus APIs",
55
"main": "src/index.js",
66
"bin": {

@ecomplus/storefront-starter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.34](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/storefront-starter@2.0.0-starter.33...@ecomplus/storefront-starter@2.0.0-starter.34) (2022-11-10)
7+
8+
**Note:** Version bump only for package @ecomplus/storefront-starter
9+
610
# [2.0.0-starter.33](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/storefront-starter@2.0.0-starter.32...@ecomplus/storefront-starter@2.0.0-starter.33) (2022-11-04)
711

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

@ecomplus/storefront-starter/package.json

Lines changed: 2 additions & 2 deletions
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.33",
10+
"version": "2.0.0-starter.34",
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.193"
40+
"@ecomplus/storefront-template": "^2.0.0-beta.194"
4141
}
4242
}

@ecomplus/storefront-template/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.194](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-template@2.0.0-beta.193...@ecomplus/storefront-template@2.0.0-beta.194) (2022-11-10)
7+
8+
**Note:** Version bump only for package @ecomplus/storefront-template
9+
610
# [2.0.0-beta.193](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-template@2.0.0-beta.192...@ecomplus/storefront-template@2.0.0-beta.193) (2022-11-04)
711

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

@ecomplus/storefront-template/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-template",
3-
"version": "2.0.0-beta.193",
3+
"version": "2.0.0-beta.194",
44
"description": "Reusable & upgradable views and scripts for E-Com Plus storefront",
55
"main": "template/js/index.js",
66
"bin": {
@@ -48,9 +48,9 @@
4848
"@ecomplus/passport-client": "^1.1.1",
4949
"@ecomplus/search-engine": "^2.6.1",
5050
"@ecomplus/shopping-cart": "^2.5.8",
51-
"@ecomplus/storefront-app": "^2.0.0-beta.146",
52-
"@ecomplus/storefront-components": "^1.0.0-beta.137",
53-
"@ecomplus/storefront-framework": "^5.19.10",
51+
"@ecomplus/storefront-app": "^2.0.0-beta.147",
52+
"@ecomplus/storefront-components": "^1.0.0-beta.138",
53+
"@ecomplus/storefront-framework": "^5.19.11",
5454
"@ecomplus/storefront-router": "^2.2.1",
5555
"@ecomplus/storefront-twbs": "^7.3.1",
5656
"@ecomplus/utils": "^1.4.1",
@@ -59,18 +59,18 @@
5959
"@ecomplus/widget-ebit": "^1.2.0",
6060
"@ecomplus/widget-fb-pixel": "^1.5.3",
6161
"@ecomplus/widget-gmc-ratings": "^1.3.0",
62-
"@ecomplus/widget-minicart": "^1.0.0-beta.134",
62+
"@ecomplus/widget-minicart": "^1.0.0-beta.135",
6363
"@ecomplus/widget-offers-notification": "^1.3.0",
6464
"@ecomplus/widget-opinioes-verificadas": "^1.2.0",
65-
"@ecomplus/widget-product": "^1.0.0-beta.134",
66-
"@ecomplus/widget-product-card": "^1.0.0-beta.134",
67-
"@ecomplus/widget-search": "^1.0.0-beta.134",
68-
"@ecomplus/widget-search-engine": "^1.0.0-beta.136",
65+
"@ecomplus/widget-product": "^1.0.0-beta.135",
66+
"@ecomplus/widget-product-card": "^1.0.0-beta.135",
67+
"@ecomplus/widget-search": "^1.0.0-beta.135",
68+
"@ecomplus/widget-search-engine": "^1.0.0-beta.137",
6969
"@ecomplus/widget-tag-manager": "^1.6.2",
7070
"@ecomplus/widget-tawkto": "^1.2.0",
7171
"@ecomplus/widget-tiktok-pixel": "^1.1.0",
7272
"@ecomplus/widget-trustvox": "^2.3.0",
73-
"@ecomplus/widget-user": "^1.0.0-beta.134",
73+
"@ecomplus/widget-user": "^1.0.0-beta.135",
7474
"@ecomplus/widget-yourviews": "^1.1.0",
7575
"@glidejs/glide": "^3.6.0",
7676
"core-js": ">=3.26.0 <3.27",

0 commit comments

Comments
 (0)