Skip to content

Commit

Permalink
chore(release): publish 🎉 [skip ci]
Browse files Browse the repository at this point in the history
 - @ecomplus/[email protected]
 - @ecomplus/[email protected]
 - @ecomplus/[email protected]
 - @ecomplus/[email protected]
 - @ecomplus/[email protected]
  • Loading branch information
leomp12 committed Sep 21, 2023
1 parent 5c17404 commit cf3d554
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 9 deletions.
6 changes: 6 additions & 0 deletions @ecomplus/storefront-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.183](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2023-09-21)

### Features

- **app/checkout:** update <CreditCardForm> with new opt prop `isPayerDocRequired` ([f62d234](https://github.com/ecomplus/storefront/commit/f62d234c131566c3467b6bb2f31082d97d302988))

# [2.0.0-beta.182](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2023-09-06)

**Note:** Version bump only for package @ecomplus/storefront-app
Expand Down
2 changes: 1 addition & 1 deletion @ecomplus/storefront-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/storefront-app",
"version": "2.0.0-beta.182",
"version": "2.0.0-beta.183",
"description": "Vue.js ecommerce app with cart, checkout and account pages",
"main": "dist/lib/js/app.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions @ecomplus/storefront-framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.20.24](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2023-09-21)

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

## [5.20.23](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2023-09-06)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions @ecomplus/storefront-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/storefront-framework",
"version": "5.20.23",
"version": "5.20.24",
"description": "Framework for PWA and JAMstack e-commerce templates with E-Com Plus APIs",
"main": "src/index.js",
"bin": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.22.20",
"@builder.io/partytown": "^0.8.1",
"@ecomplus/storefront-renderer": "^2.10.10",
"@ecomplus/storefront-renderer": "^2.10.11",
"@ecomplus/storefront-router": "^2.2.1",
"autoprefixer": "^10.4.15",
"babel-loader": "^8.3.0",
Expand Down
4 changes: 4 additions & 0 deletions @ecomplus/storefront-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.10.11](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2023-09-21)

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

## [2.10.10](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2023-08-08)

**Note:** Version bump only for package @ecomplus/storefront-renderer
Expand Down
2 changes: 1 addition & 1 deletion @ecomplus/storefront-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/storefront-renderer",
"version": "2.10.10",
"version": "2.10.11",
"description": "SSR for Storefront EJS views with E-Com Plus APIs",
"main": "src/index.js",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions @ecomplus/storefront-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-starter.82](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2023-09-21)

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

# [2.0.0-starter.81](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2023-09-06)

**Note:** Version bump only for package @ecomplus/storefront-starter
Expand Down
4 changes: 2 additions & 2 deletions @ecomplus/storefront-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"private": true,
"name": "@ecomplus/storefront-starter",
"version": "2.0.0-starter.81",
"version": "2.0.0-starter.82",
"description": "PWA and JAMstack based e-commerce template for E-Com Plus stores",
"main": "template/js/index.js",
"scripts": {
Expand Down Expand Up @@ -37,6 +37,6 @@
"url": "git+https://github.com/ecomplus/storefront-starter.git"
},
"dependencies": {
"@ecomplus/storefront-template": "^2.0.0-beta.241"
"@ecomplus/storefront-template": "^2.0.0-beta.242"
}
}
4 changes: 4 additions & 0 deletions @ecomplus/storefront-template/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.0.0-beta.242](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2023-09-21)

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

# [2.0.0-beta.241](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2023-09-06)

**Note:** Version bump only for package @ecomplus/storefront-template
Expand Down
6 changes: 3 additions & 3 deletions @ecomplus/storefront-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ecomplus/storefront-template",
"version": "2.0.0-beta.241",
"version": "2.0.0-beta.242",
"description": "Reusable & upgradable views and scripts for E-Com Plus storefront",
"main": "template/js/index.js",
"bin": {
Expand Down Expand Up @@ -48,9 +48,9 @@
"@ecomplus/passport-client": "^1.1.2",
"@ecomplus/search-engine": "^2.6.1",
"@ecomplus/shopping-cart": "^2.5.9",
"@ecomplus/storefront-app": "^2.0.0-beta.182",
"@ecomplus/storefront-app": "^2.0.0-beta.183",
"@ecomplus/storefront-components": "^1.0.0-beta.161",
"@ecomplus/storefront-framework": "^5.20.23",
"@ecomplus/storefront-framework": "^5.20.24",
"@ecomplus/storefront-router": "^2.2.1",
"@ecomplus/storefront-twbs": "^7.3.5",
"@ecomplus/utils": "^1.4.1",
Expand Down

0 comments on commit cf3d554

Please sign in to comment.