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]
  • Loading branch information
leomp12 committed May 2, 2024
1 parent 62d2c1d commit fe3fb91
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 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.202](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2024-05-02)

### Bug Fixes

- **app/checkout:** properly handle external auth sign in global functions ([62d2c1d](https://github.com/ecomplus/storefront/commit/62d2c1db81ccf58cda2145236bc715248698f192))

# [2.0.0-beta.201](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2024-05-02)

### Bug Fixes
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.201",
"version": "2.0.0-beta.202",
"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-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.107](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2024-05-02)

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

# [2.0.0-starter.106](https://github.com/ecomplus/storefront-starter/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2024-05-02)

**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.106",
"version": "2.0.0-starter.107",
"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.266"
"@ecomplus/storefront-template": "^2.0.0-beta.267"
}
}
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.267](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2024-05-02)

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

# [2.0.0-beta.266](https://github.com/ecomplus/storefront/compare/@ecomplus/[email protected]...@ecomplus/[email protected]) (2024-05-02)

**Note:** Version bump only for package @ecomplus/storefront-template
Expand Down
4 changes: 2 additions & 2 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.266",
"version": "2.0.0-beta.267",
"description": "Reusable & upgradable views and scripts for E-Com Plus storefront",
"main": "template/js/index.js",
"bin": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"@ecomplus/passport-client": "^1.2.1",
"@ecomplus/search-engine": "^2.6.1",
"@ecomplus/shopping-cart": "^2.6.0",
"@ecomplus/storefront-app": "^2.0.0-beta.201",
"@ecomplus/storefront-app": "^2.0.0-beta.202",
"@ecomplus/storefront-components": "^1.0.0-beta.177",
"@ecomplus/storefront-framework": "^5.20.41",
"@ecomplus/storefront-router": "^2.2.1",
Expand Down

0 comments on commit fe3fb91

Please sign in to comment.