diff --git a/CHANGELOG.md b/CHANGELOG.md index e716bed..daaa626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/americanexpress/holocron/compare/v1.7.0...v1.8.0) (2023-08-18) + + +### Features + +* **compose:** add console error ([#148](https://github.com/americanexpress/holocron/issues/148)) ([d9977d7](https://github.com/americanexpress/holocron/commit/d9977d731e1c5829eb0253ac0ef33bb1e5424fbd)) +* **externals-registry:** manage module external dependencies ([#143](https://github.com/americanexpress/holocron/issues/143)) ([f66aebf](https://github.com/americanexpress/holocron/commit/f66aebfe192d88cf10e3f2a0ea4ec6911a8b8a29)) + + + + + # [1.7.0](https://github.com/americanexpress/holocron/compare/v1.6.0...v1.7.0) (2023-03-27) diff --git a/lerna.json b/lerna.json index 094df68..237d462 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.7.0", + "version": "1.8.0", "packages": [ "packages/*" ], diff --git a/packages/holocron-module-register-webpack-plugin/CHANGELOG.md b/packages/holocron-module-register-webpack-plugin/CHANGELOG.md index 9ee1c78..5e76cca 100644 --- a/packages/holocron-module-register-webpack-plugin/CHANGELOG.md +++ b/packages/holocron-module-register-webpack-plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/americanexpress/holocron/compare/v1.7.0...v1.8.0) (2023-08-18) + +**Note:** Version bump only for package holocron-module-register-webpack-plugin + + + + + # [1.4.0](https://github.com/americanexpress/holocron/compare/v1.3.0...v1.4.0) (2023-02-15) **Note:** Version bump only for package holocron-module-register-webpack-plugin diff --git a/packages/holocron-module-register-webpack-plugin/package.json b/packages/holocron-module-register-webpack-plugin/package.json index b8608da..bc62903 100644 --- a/packages/holocron-module-register-webpack-plugin/package.json +++ b/packages/holocron-module-register-webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "holocron-module-register-webpack-plugin", - "version": "1.4.0", + "version": "1.8.0", "keywords": [ "holocron", "amex", diff --git a/packages/holocron-module-route/CHANGELOG.md b/packages/holocron-module-route/CHANGELOG.md index fca9370..1d824b1 100644 --- a/packages/holocron-module-route/CHANGELOG.md +++ b/packages/holocron-module-route/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/americanexpress/holocron/compare/v1.7.0...v1.8.0) (2023-08-18) + +**Note:** Version bump only for package holocron-module-route + + + + + # [1.7.0](https://github.com/americanexpress/holocron/compare/v1.6.0...v1.7.0) (2023-03-27) **Note:** Version bump only for package holocron-module-route diff --git a/packages/holocron-module-route/package.json b/packages/holocron-module-route/package.json index 414a2be..adfbe54 100644 --- a/packages/holocron-module-route/package.json +++ b/packages/holocron-module-route/package.json @@ -1,6 +1,6 @@ { "name": "holocron-module-route", - "version": "1.7.0", + "version": "1.8.0", "keywords": [ "holocron", "amex", @@ -42,7 +42,7 @@ }, "devDependencies": { "babel-loader": "^8.0.5", - "holocron": "^1.7.0", + "holocron": "^1.8.0", "react": "^16.13.1", "rimraf": "^2.5.4" }, diff --git a/packages/holocron/CHANGELOG.md b/packages/holocron/CHANGELOG.md index 2d5757b..5cd7d15 100644 --- a/packages/holocron/CHANGELOG.md +++ b/packages/holocron/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/americanexpress/holocron/compare/v1.7.0...v1.8.0) (2023-08-18) + + +### Features + +* **compose:** add console error ([#148](https://github.com/americanexpress/holocron/issues/148)) ([d9977d7](https://github.com/americanexpress/holocron/commit/d9977d731e1c5829eb0253ac0ef33bb1e5424fbd)) +* **externals-registry:** manage module external dependencies ([#143](https://github.com/americanexpress/holocron/issues/143)) ([f66aebf](https://github.com/americanexpress/holocron/commit/f66aebfe192d88cf10e3f2a0ea4ec6911a8b8a29)) + + + + + # [1.7.0](https://github.com/americanexpress/holocron/compare/v1.6.0...v1.7.0) (2023-03-27) diff --git a/packages/holocron/package.json b/packages/holocron/package.json index ed8b9ad..e97692c 100644 --- a/packages/holocron/package.json +++ b/packages/holocron/package.json @@ -1,6 +1,6 @@ { "name": "holocron", - "version": "1.7.0", + "version": "1.8.0", "main": "index.js", "module": "src/index.js", "keywords": [ diff --git a/packages/iguazu-holocron/CHANGELOG.md b/packages/iguazu-holocron/CHANGELOG.md index 6bad2d6..1cae5e5 100644 --- a/packages/iguazu-holocron/CHANGELOG.md +++ b/packages/iguazu-holocron/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.8.0](https://github.com/americanexpress/holocron/compare/v1.7.0...v1.8.0) (2023-08-18) + +**Note:** Version bump only for package iguazu-holocron + + + + + # [1.7.0](https://github.com/americanexpress/holocron/compare/v1.6.0...v1.7.0) (2023-03-27) **Note:** Version bump only for package iguazu-holocron diff --git a/packages/iguazu-holocron/package.json b/packages/iguazu-holocron/package.json index 6e698cf..bfec43a 100644 --- a/packages/iguazu-holocron/package.json +++ b/packages/iguazu-holocron/package.json @@ -1,6 +1,6 @@ { "name": "iguazu-holocron", - "version": "1.7.0", + "version": "1.8.0", "keywords": [ "holocron", "amex", @@ -34,7 +34,7 @@ "author": "", "license": "Apache-2.0", "dependencies": { - "holocron": "^1.7.0", + "holocron": "^1.8.0", "iguazu": "^3.0.2", "react-redux": "^7.1.1" },