diff --git a/@ecomplus/storefront-app/CHANGELOG.md b/@ecomplus/storefront-app/CHANGELOG.md index b44c63439..9e1ff873f 100644 --- a/@ecomplus/storefront-app/CHANGELOG.md +++ b/@ecomplus/storefront-app/CHANGELOG.md @@ -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/storefront-app@2.0.0-beta.201...@ecomplus/storefront-app@2.0.0-beta.202) (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/storefront-app@2.0.0-beta.200...@ecomplus/storefront-app@2.0.0-beta.201) (2024-05-02) ### Bug Fixes diff --git a/@ecomplus/storefront-app/package.json b/@ecomplus/storefront-app/package.json index 2c51087d7..7cc2bea80 100644 --- a/@ecomplus/storefront-app/package.json +++ b/@ecomplus/storefront-app/package.json @@ -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": { diff --git a/@ecomplus/storefront-starter/CHANGELOG.md b/@ecomplus/storefront-starter/CHANGELOG.md index 289560a77..2e80f0bc1 100644 --- a/@ecomplus/storefront-starter/CHANGELOG.md +++ b/@ecomplus/storefront-starter/CHANGELOG.md @@ -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/storefront-starter@2.0.0-starter.106...@ecomplus/storefront-starter@2.0.0-starter.107) (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/storefront-starter@2.0.0-starter.105...@ecomplus/storefront-starter@2.0.0-starter.106) (2024-05-02) **Note:** Version bump only for package @ecomplus/storefront-starter diff --git a/@ecomplus/storefront-starter/package.json b/@ecomplus/storefront-starter/package.json index a6bf100a9..67f07f751 100644 --- a/@ecomplus/storefront-starter/package.json +++ b/@ecomplus/storefront-starter/package.json @@ -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": { @@ -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" } } diff --git a/@ecomplus/storefront-template/CHANGELOG.md b/@ecomplus/storefront-template/CHANGELOG.md index 5bfdda32e..a6ae2331e 100644 --- a/@ecomplus/storefront-template/CHANGELOG.md +++ b/@ecomplus/storefront-template/CHANGELOG.md @@ -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/storefront-template@2.0.0-beta.266...@ecomplus/storefront-template@2.0.0-beta.267) (2024-05-02) + +**Note:** Version bump only for package @ecomplus/storefront-template + # [2.0.0-beta.266](https://github.com/ecomplus/storefront/compare/@ecomplus/storefront-template@2.0.0-beta.265...@ecomplus/storefront-template@2.0.0-beta.266) (2024-05-02) **Note:** Version bump only for package @ecomplus/storefront-template diff --git a/@ecomplus/storefront-template/package.json b/@ecomplus/storefront-template/package.json index 95f4deba2..dbd214fb7 100644 --- a/@ecomplus/storefront-template/package.json +++ b/@ecomplus/storefront-template/package.json @@ -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": { @@ -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",