diff --git a/packages/one-app-bundler/CHANGELOG.md b/packages/one-app-bundler/CHANGELOG.md index f492a70e..4c2fda33 100644 --- a/packages/one-app-bundler/CHANGELOG.md +++ b/packages/one-app-bundler/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.2](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-bundler@7.0.1...@americanexpress/one-app-bundler@7.0.2) (2024-03-20) + + +### Bug Fixes + +* **appConfig:** restore check to app config ([08f62d2](https://github.com/americanexpress/one-app-cli/commit/08f62d2e8c2eadb4a9751ffd7ac5c51553972e8e)) + + + + + ## [7.0.1](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-bundler@7.0.0...@americanexpress/one-app-bundler@7.0.1) (2024-03-12) diff --git a/packages/one-app-bundler/package.json b/packages/one-app-bundler/package.json index 0129725d..6a9d1b89 100644 --- a/packages/one-app-bundler/package.json +++ b/packages/one-app-bundler/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app-bundler", - "version": "7.0.1", + "version": "7.0.2", "description": "A command line interface(CLI) tool for bundling One App and its modules.", "main": "index.js", "module": "true", @@ -40,7 +40,7 @@ ], "license": "Apache-2.0", "dependencies": { - "@americanexpress/one-app-dev-bundler": "^1.7.1", + "@americanexpress/one-app-dev-bundler": "^1.7.2", "@americanexpress/one-app-locale-bundler": "^6.6.0", "@babel/core": "^7.22.20", "ajv": "^8.12.0", diff --git a/packages/one-app-dev-bundler/CHANGELOG.md b/packages/one-app-dev-bundler/CHANGELOG.md index 2f97088b..60c6ab88 100644 --- a/packages/one-app-dev-bundler/CHANGELOG.md +++ b/packages/one-app-dev-bundler/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.2](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-dev-bundler@1.7.1...@americanexpress/one-app-dev-bundler@1.7.2) (2024-03-20) + + +### Bug Fixes + +* **appConfig:** restore check to app config ([08f62d2](https://github.com/americanexpress/one-app-cli/commit/08f62d2e8c2eadb4a9751ffd7ac5c51553972e8e)) + + + + + ## [1.7.1](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-dev-bundler@1.7.0...@americanexpress/one-app-dev-bundler@1.7.1) (2024-03-12) diff --git a/packages/one-app-dev-bundler/package.json b/packages/one-app-dev-bundler/package.json index ab1151f1..32a7d465 100644 --- a/packages/one-app-dev-bundler/package.json +++ b/packages/one-app-dev-bundler/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app-dev-bundler", - "version": "1.7.1", + "version": "1.7.2", "description": "A development bundler focussed on speed and modern features.", "main": "index.js", "bin": { diff --git a/packages/one-app-runner/CHANGELOG.md b/packages/one-app-runner/CHANGELOG.md index 17549127..9657c170 100644 --- a/packages/one-app-runner/CHANGELOG.md +++ b/packages/one-app-runner/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.17.1](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-runner@6.17.0...@americanexpress/one-app-runner@6.17.1) (2024-03-20) + + +### Bug Fixes + +* **one-app-runner:** single serve-module invocation ([#622](https://github.com/americanexpress/one-app-cli/issues/622)) ([6c208cd](https://github.com/americanexpress/one-app-cli/commit/6c208cd43dc0a2fcc03704a23f3974f9943dd4ee)) + + + + + # [6.17.0](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/one-app-runner@6.16.3...@americanexpress/one-app-runner@6.17.0) (2024-03-12) diff --git a/packages/one-app-runner/package.json b/packages/one-app-runner/package.json index a82f8ce7..7005098e 100644 --- a/packages/one-app-runner/package.json +++ b/packages/one-app-runner/package.json @@ -1,6 +1,6 @@ { "name": "@americanexpress/one-app-runner", - "version": "6.17.0", + "version": "6.17.1", "description": "CLI for running One App locally", "license": "Apache-2.0", "contributors": [