Skip to content

Commit 6900c24

Browse files
committed
chore(release): publish 🎉
- @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] - @ecomplus/[email protected] - @ecomplus/[email protected] - @ecomplus/[email protected] - @ecomplus/[email protected]
1 parent 8bd1337 commit 6900c24

File tree

28 files changed

+195
-21
lines changed

28 files changed

+195
-21
lines changed

@ecomplus/storefront-app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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-next.2](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2020-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update @ecomplus/passport-client to v1.0.7 ([b2c624d](https://github.com/ecomplus/storefront/commit/b2c624d1780a6920d8227aa1e0e693630bfd2a92))
12+
13+
14+
15+
16+
617
# [2.0.0-next.1](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2020-03-28)
718

819

@ecomplus/storefront-app/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-app",
3-
"version": "2.0.0-next.1",
3+
"version": "2.0.0-next.2",
44
"description": "Vue.js ecommerce app with cart, checkout and account pages",
55
"main": "dist/lib/js/app.js",
66
"scripts": {

@ecomplus/storefront-components/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.2](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2020-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update @ecomplus/passport-client to v1.0.7 ([b2c624d](https://github.com/ecomplus/storefront/commit/b2c624d1780a6920d8227aa1e0e693630bfd2a92))
12+
13+
14+
### Features
15+
16+
* **picture:** emit 'load' event when image is ready ([e5e568a](https://github.com/ecomplus/storefront/commit/e5e568a1818226e24a9f533ca8b8e1b3f2e948ff))
17+
* **product:** add some slots common for product page and ssr ([4aaf96d](https://github.com/ecomplus/storefront/commit/4aaf96d427315b0771dbe8ae0f468c9e9c08b30a))
18+
* **product-card:** add header, title and buy-buttont-content slots ([3818e20](https://github.com/ecomplus/storefront/commit/3818e2047dd6ef026ec6dab662f526ba0ff96542))
19+
* **product-gallery:** supporting a preloaded first image with slot ([1a163ea](https://github.com/ecomplus/storefront/commit/1a163ea23a042207b954d35c0a4f7e2aba259135))
20+
21+
22+
23+
24+
625
# [1.0.0-beta.1](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2020-03-30)
726

827
**Note:** Version bump only for package @ecomplus/storefront-components

@ecomplus/storefront-components/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-components",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "Vue components for E-Com Plus Storefront",
55
"main": "dist/storefront-components.min.js",
66
"scripts": {
@@ -37,7 +37,7 @@
3737
"@ecomplus/passport-client": "^1.0.7",
3838
"@ecomplus/search-engine": "^2.0.3",
3939
"@ecomplus/shopping-cart": "^2.1.1",
40-
"@ecomplus/storefront-twbs": "^5.3.1",
40+
"@ecomplus/storefront-twbs": "^5.3.2",
4141
"@glidejs/glide": "^3.4.1",
4242
"lozad": "^1.14.0",
4343
"photoswipe": "^4.1.3",

@ecomplus/storefront-framework/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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+
# [5.10.0](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2020-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **webpack:** fix i18n alias to src of respective lang ([8bd1337](https://github.com/ecomplus/storefront/commit/8bd1337bb27e67d85739cc423da1cd583e782832))
12+
13+
14+
### Features
15+
16+
* **renderer:** add `imageSize` lib to default data ([23e1743](https://github.com/ecomplus/storefront/commit/23e1743631a37d7f6dbfbc6b4d93579162e4442c))
17+
18+
19+
20+
21+
622
# [5.9.0](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2020-03-28)
723

824

@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.9.0",
3+
"version": "5.10.0",
44
"description": "Framework for PWA and JAMstack e-commerce templates with E-Com Plus APIs",
55
"main": "src/index.js",
66
"bin": {

@ecomplus/storefront-template/CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,46 @@
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-next.3](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2020-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **cms:** minor pages config fixes ([ba10470](https://github.com/ecomplus/storefront/commit/ba10470e595b112a4dff2cdce7eea9e03b740009))
12+
* **cms:** removing code in extrapage config ([#192](https://github.com/ecomplus/storefront/issues/192)) ([e0f5bf5](https://github.com/ecomplus/storefront/commit/e0f5bf5c66f61df57eb393c4bdb05e612aa35326))
13+
* **deps:** update @ecomplus/passport-client to v1.0.7 ([b2c624d](https://github.com/ecomplus/storefront/commit/b2c624d1780a6920d8227aa1e0e693630bfd2a92))
14+
* **ejs:** general first fixes for pages and sections ([d536326](https://github.com/ecomplus/storefront/commit/d536326af3f7ab5af5ed5cf27e34a78961f55b2b))
15+
* **ejs:** product card and block predefined places for additional HTML ([cf0f3d5](https://github.com/ecomplus/storefront/commit/cf0f3d552f00c9318ff417d0517e107850f26e62))
16+
* **ejs:** syntax fix on collection shelf section partial ([7ba499c](https://github.com/ecomplus/storefront/commit/7ba499c8943356937428bb4058ac7b0467fcba05))
17+
* **js:** remove product.js entry, import ProductCard on widgets load ([d032bcd](https://github.com/ecomplus/storefront/commit/d032bcd31b2b48b9c9532115fa1c8ff1b12f3123))
18+
* **scss:** pre-importing some component styles ([db0f56c](https://github.com/ecomplus/storefront/commit/db0f56c937384187b5c1eacc7ca70878de43fd1c))
19+
* **styles:** fix some classes and scss with new sections approach ([1d5c706](https://github.com/ecomplus/storefront/commit/1d5c70645346593885051f53ffe77a33eaafc496))
20+
21+
22+
### Code Refactoring
23+
24+
* **pages:** split views on sections, use sections on "all" pages ([3dab231](https://github.com/ecomplus/storefront/commit/3dab2317ded74309117a6c31b18cd4be53c08f91))
25+
26+
27+
### Features
28+
29+
* **cms:** add custom html (with code widget) to sections ([feb03d6](https://github.com/ecomplus/storefront/commit/feb03d6a92ba7e0f3cc339aaedb29ed0e1602fdd))
30+
* **cms:** handling "page builder" with sections for all pages ([2383ffb](https://github.com/ecomplus/storefront/commit/2383ffb07fc1a7415253ecf933cd444e04e66791))
31+
* **cms:** supporting collection shelf items suffle (random) ([9fbe47e](https://github.com/ecomplus/storefront/commit/9fbe47e15822ed6a5a2d9c27eeac6b9c4ecd1d9a))
32+
* **js:** additional entry for product page with TheProduct component ([d1fe978](https://github.com/ecomplus/storefront/commit/d1fe978a93d1ec3b9fc03a0ae3c64a4abf4fd6ad))
33+
* **js:** sync import and set ProductCard globally ([1f9bbe7](https://github.com/ecomplus/storefront/commit/1f9bbe7c077ff8c1cdaa7711e5310297e671d101))
34+
35+
36+
### BREAKING CHANGES
37+
38+
* **pages:** lot of ejs files removed or renamed
39+
40+
https://github.com/ecomplus/storefront/issues/190
41+
42+
43+
44+
45+
646
# [2.0.0-next.2](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2020-03-30)
747

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

@ecomplus/storefront-template/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/storefront-template",
3-
"version": "2.0.0-next.2",
3+
"version": "2.0.0-next.3",
44
"description": "Reusable & upgradable views and scripts for E-Com Plus storefront",
55
"main": "template/js/index.js",
66
"bin": {
@@ -47,18 +47,18 @@
4747
"@ecomplus/search-engine": "^2.0.3",
4848
"@ecomplus/shopping-cart": "^2.1.1",
4949
"@ecomplus/storefront-app": "^1.11.7",
50-
"@ecomplus/storefront-components": "^1.0.0-beta.1",
51-
"@ecomplus/storefront-framework": "^5.9.0",
52-
"@ecomplus/storefront-twbs": "^5.3.1",
50+
"@ecomplus/storefront-components": "^1.0.0-beta.2",
51+
"@ecomplus/storefront-framework": "^5.10.0",
52+
"@ecomplus/storefront-twbs": "^5.3.2",
5353
"@ecomplus/utils": "^1.3.4",
54-
"@ecomplus/widget-fb-pixel": "^1.0.6",
54+
"@ecomplus/widget-fb-pixel": "^1.0.7",
5555
"@ecomplus/widget-minicart": "^0.7.9",
5656
"@ecomplus/widget-product": "^0.4.15",
5757
"@ecomplus/widget-product-card": "^0.3.9",
5858
"@ecomplus/widget-search": "^0.6.5",
5959
"@ecomplus/widget-search-engine": "^0.3.5",
60-
"@ecomplus/widget-tag-manager": "^1.1.8",
61-
"@ecomplus/widget-trustvox": "^1.0.6",
60+
"@ecomplus/widget-tag-manager": "^1.1.9",
61+
"@ecomplus/widget-trustvox": "^1.0.7",
6262
"@ecomplus/widget-user": "^0.10.9",
6363
"@glidejs/glide": "^3.4.1",
6464
"bootswatch": "^4.4.1",

@ecomplus/storefront-twbs/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
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+
## [5.3.2](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2020-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **scss:** edit default container width (too large) to 1400px ([b863298](https://github.com/ecomplus/storefront/commit/b863298f324de0825165fa349e87fb4c21392eaa))
12+
13+
14+
### Reverts
15+
16+
* **scss:** keep default bootstrap containers at all ([4a51583](https://github.com/ecomplus/storefront/commit/4a51583e8ea4424d46c84dde96fca0dc07b15a23))
17+
18+
19+
20+
21+
622
## [5.3.1](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2020-03-30)
723

824

@ecomplus/storefront-twbs/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-twbs",
3-
"version": "5.3.1",
3+
"version": "5.3.2",
44
"description": "Storefront foundation components built with custom Bootstrap 4 + Animate.css + FontAwesome",
55
"browser": "dist/storefront-twbs.min.js",
66
"main": "dist/storefront-twbs.min.js",

0 commit comments

Comments
 (0)