Skip to content

Commit 757250d

Browse files
committed
chore(release): publish 🎉 [skip ci]
- @ecomplus/[email protected] - @ecomplus/[email protected] - @ecomplus/[email protected] - @ecomplus/[email protected] - @ecomplus/[email protected] - @ecomplus/[email protected] - @ecomplus/[email protected] - @ecomplus/[email protected] - @ecomplus/[email protected] - @ecomplus/[email protected]
1 parent 702494b commit 757250d

File tree

20 files changed

+109
-26
lines changed

20 files changed

+109
-26
lines changed

@ecomplus/storefront-app/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-beta.131](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-18)
7+
8+
**Note:** Version bump only for package @ecomplus/storefront-app
9+
10+
11+
12+
13+
614
# [2.0.0-beta.130](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-17)
715

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

@ecomplus/storefront-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-app",
3-
"version": "2.0.0-beta.130",
3+
"version": "2.0.0-beta.131",
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.29.0",
3737
"@ecomplus/passport-client": "^1.1.1",
3838
"@ecomplus/shopping-cart": "^2.5.6",
39-
"@ecomplus/storefront-components": "^1.0.0-beta.122",
39+
"@ecomplus/storefront-components": "^1.0.0-beta.123",
4040
"@ecomplus/storefront-twbs": "^7.1.0",
4141
"axios": "^0.27.2",
4242
"card-validator": "^8.1.1",

@ecomplus/storefront-components/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+
# [1.0.0-beta.123](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **components/search-engine:** edit auto load page anchor to keep showing last item [[#707](https://github.com/ecomplus/storefront/issues/707)] ([702494b](https://github.com/ecomplus/storefront/commit/702494b15f8b527f54bb912f931ef1b0cfcdda9b))
12+
13+
14+
15+
16+
617
# [1.0.0-beta.122](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-17)
718

819

@ecomplus/storefront-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-components",
3-
"version": "1.0.0-beta.122",
3+
"version": "1.0.0-beta.123",
44
"description": "Vue components for E-Com Plus Storefront",
55
"main": "dist/storefront-components.min.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.15](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-18)
7+
8+
**Note:** Version bump only for package @ecomplus/storefront-starter
9+
10+
11+
12+
13+
614
# [2.0.0-starter.14](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-17)
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.14",
10+
"version": "2.0.0-starter.15",
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.174"
40+
"@ecomplus/storefront-template": "^2.0.0-beta.175"
4141
}
4242
}

@ecomplus/storefront-template/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-beta.175](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-18)
7+
8+
**Note:** Version bump only for package @ecomplus/storefront-template
9+
10+
11+
12+
13+
614
# [2.0.0-beta.174](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-17)
715

816

@ecomplus/storefront-template/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-template",
3-
"version": "2.0.0-beta.174",
3+
"version": "2.0.0-beta.175",
44
"description": "Reusable & upgradable views and scripts for E-Com Plus storefront",
55
"main": "template/js/index.js",
66
"bin": {
@@ -48,8 +48,8 @@
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.130",
52-
"@ecomplus/storefront-components": "^1.0.0-beta.122",
51+
"@ecomplus/storefront-app": "^2.0.0-beta.131",
52+
"@ecomplus/storefront-components": "^1.0.0-beta.123",
5353
"@ecomplus/storefront-framework": "^5.19.0",
5454
"@ecomplus/storefront-router": "^2.2.1",
5555
"@ecomplus/storefront-twbs": "^7.1.0",
@@ -59,17 +59,17 @@
5959
"@ecomplus/widget-ebit": "^1.2.0",
6060
"@ecomplus/widget-fb-pixel": "^1.5.1",
6161
"@ecomplus/widget-gmc-ratings": "^1.3.0",
62-
"@ecomplus/widget-minicart": "^1.0.0-beta.119",
62+
"@ecomplus/widget-minicart": "^1.0.0-beta.120",
6363
"@ecomplus/widget-offers-notification": "^1.3.0",
6464
"@ecomplus/widget-opinioes-verificadas": "^1.2.0",
65-
"@ecomplus/widget-product": "^1.0.0-beta.119",
66-
"@ecomplus/widget-product-card": "^1.0.0-beta.119",
67-
"@ecomplus/widget-search": "^1.0.0-beta.119",
68-
"@ecomplus/widget-search-engine": "^1.0.0-beta.121",
65+
"@ecomplus/widget-product": "^1.0.0-beta.120",
66+
"@ecomplus/widget-product-card": "^1.0.0-beta.120",
67+
"@ecomplus/widget-search": "^1.0.0-beta.120",
68+
"@ecomplus/widget-search-engine": "^1.0.0-beta.122",
6969
"@ecomplus/widget-tag-manager": "^1.6.2",
7070
"@ecomplus/widget-tawkto": "^1.2.0",
7171
"@ecomplus/widget-trustvox": "^2.3.0",
72-
"@ecomplus/widget-user": "^1.0.0-beta.119",
72+
"@ecomplus/widget-user": "^1.0.0-beta.120",
7373
"@glidejs/glide": "^3.5.2",
7474
"core-js": ">=3.19.0 <3.23",
7575
"ejs": "^3.1.6",

@ecomplus/widget-minicart/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+
# [1.0.0-beta.120](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-18)
7+
8+
**Note:** Version bump only for package @ecomplus/widget-minicart
9+
10+
11+
12+
13+
614
# [1.0.0-beta.119](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-17)
715

816
**Note:** Version bump only for package @ecomplus/widget-minicart

@ecomplus/widget-minicart/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/widget-minicart",
3-
"version": "1.0.0-beta.119",
3+
"version": "1.0.0-beta.120",
44
"description": "Storefront plugin with Vue component for shopping cart quickview E-Com Plus stores",
55
"module": "src/index.js",
66
"browser": "dist/widget-minicart.min.js",
@@ -36,7 +36,7 @@
3636
"vue": ">=2 <4"
3737
},
3838
"dependencies": {
39-
"@ecomplus/storefront-components": "^1.0.0-beta.122"
39+
"@ecomplus/storefront-components": "^1.0.0-beta.123"
4040
},
4141
"webpackOutput": {
4242
"library": "widgetMinicart",

@ecomplus/widget-product-card/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+
# [1.0.0-beta.120](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-18)
7+
8+
**Note:** Version bump only for package @ecomplus/widget-product-card
9+
10+
11+
12+
13+
614
# [1.0.0-beta.119](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-17)
715

816
**Note:** Version bump only for package @ecomplus/widget-product-card

@ecomplus/widget-product-card/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/widget-product-card",
3-
"version": "1.0.0-beta.119",
3+
"version": "1.0.0-beta.120",
44
"description": "Storefront plugin with Vue component for product cards",
55
"module": "src/index.js",
66
"browser": "dist/widget-product-card.min.js",
@@ -36,7 +36,7 @@
3636
"vue": ">=2 <4"
3737
},
3838
"dependencies": {
39-
"@ecomplus/storefront-components": "^1.0.0-beta.122"
39+
"@ecomplus/storefront-components": "^1.0.0-beta.123"
4040
},
4141
"webpackOutput": {
4242
"library": "widgetProductCard",

@ecomplus/widget-product/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+
# [1.0.0-beta.120](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-18)
7+
8+
**Note:** Version bump only for package @ecomplus/widget-product
9+
10+
11+
12+
13+
614
# [1.0.0-beta.119](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-17)
715

816
**Note:** Version bump only for package @ecomplus/widget-product

@ecomplus/widget-product/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/widget-product",
3-
"version": "1.0.0-beta.119",
3+
"version": "1.0.0-beta.120",
44
"description": "Storefront plugin & Vue component for full product block",
55
"module": "src/index.js",
66
"browser": "dist/widget-product.min.js",
@@ -34,7 +34,7 @@
3434
"vue": ">=2 <4"
3535
},
3636
"dependencies": {
37-
"@ecomplus/storefront-components": "^1.0.0-beta.122"
37+
"@ecomplus/storefront-components": "^1.0.0-beta.123"
3838
},
3939
"webpackOutput": {
4040
"library": "widgetProduct",

@ecomplus/widget-search-engine/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+
# [1.0.0-beta.122](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-18)
7+
8+
**Note:** Version bump only for package @ecomplus/widget-search-engine
9+
10+
11+
12+
13+
614
# [1.0.0-beta.121](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-17)
715

816
**Note:** Version bump only for package @ecomplus/widget-search-engine

@ecomplus/widget-search-engine/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/widget-search-engine",
3-
"version": "1.0.0-beta.121",
3+
"version": "1.0.0-beta.122",
44
"description": "Storefront plugin & Vue component for dynamic search page",
55
"module": "src/index.js",
66
"browser": "dist/widget-search-engine.min.js",
@@ -34,7 +34,7 @@
3434
"vue": ">=2 <4"
3535
},
3636
"dependencies": {
37-
"@ecomplus/storefront-components": "^1.0.0-beta.122",
37+
"@ecomplus/storefront-components": "^1.0.0-beta.123",
3838
"@ecomplus/storefront-twbs": "^7.1.0"
3939
},
4040
"webpackOutput": {

@ecomplus/widget-search/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+
# [1.0.0-beta.120](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-18)
7+
8+
**Note:** Version bump only for package @ecomplus/widget-search
9+
10+
11+
12+
13+
614
# [1.0.0-beta.119](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-17)
715

816
**Note:** Version bump only for package @ecomplus/widget-search

@ecomplus/widget-search/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/widget-search",
3-
"version": "1.0.0-beta.119",
3+
"version": "1.0.0-beta.120",
44
"description": "Storefront plugin with Vue component for instant search engine on E-Com Plus stores",
55
"module": "src/index.js",
66
"browser": "dist/widget-search.min.js",
@@ -36,7 +36,7 @@
3636
"vue": ">=2 <4"
3737
},
3838
"dependencies": {
39-
"@ecomplus/storefront-components": "^1.0.0-beta.122"
39+
"@ecomplus/storefront-components": "^1.0.0-beta.123"
4040
},
4141
"webpackOutput": {
4242
"library": "widgetSearch",

@ecomplus/widget-user/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+
# [1.0.0-beta.120](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-18)
7+
8+
**Note:** Version bump only for package @ecomplus/widget-user
9+
10+
11+
12+
13+
614
# [1.0.0-beta.119](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2022-05-17)
715

816
**Note:** Version bump only for package @ecomplus/widget-user

@ecomplus/widget-user/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/widget-user",
3-
"version": "1.0.0-beta.119",
3+
"version": "1.0.0-beta.120",
44
"description": "Storefront plugin with Vue component customer identification for E-Com Plus stores",
55
"module": "src/index.js",
66
"browser": "dist/widget-user.min.js",
@@ -35,7 +35,7 @@
3535
"vue": ">=2 <4"
3636
},
3737
"dependencies": {
38-
"@ecomplus/storefront-components": "^1.0.0-beta.122"
38+
"@ecomplus/storefront-components": "^1.0.0-beta.123"
3939
},
4040
"webpackOutput": {
4141
"library": "widgetUser",

0 commit comments

Comments
 (0)