diff --git a/CHANGELOG.md b/CHANGELOG.md index b9622ff..c2d5c8b 100644 --- a/CHANGELOG.md +++ b/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. +# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27) + + +### Features + +* **package:** migrate to ng9 ([#161](https://github.com/fulls1z3/ngx-config/issues/161)) ([58fdac3](https://github.com/fulls1z3/ngx-config/commit/58fdac3d0e8c581440e8854c66b3db58dc2ef47c)) + + + + + # [8.1.0](https://github.com/fulls1z3/ngx-config/compare/v8.0.2...v8.1.0) (2020-03-10) diff --git a/lerna.json b/lerna.json index d31cc45..e053037 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/@ngx-config/*" ], - "version": "8.1.0", + "version": "8.2.0", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/@ngx-config/core/CHANGELOG.md b/packages/@ngx-config/core/CHANGELOG.md index cd4423a..662ec0e 100644 --- a/packages/@ngx-config/core/CHANGELOG.md +++ b/packages/@ngx-config/core/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. +# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27) + + +### Features + +* **package:** migrate to ng9 ([#161](https://github.com/fulls1z3/ngx-config/issues/161)) ([58fdac3](https://github.com/fulls1z3/ngx-config/commit/58fdac3d0e8c581440e8854c66b3db58dc2ef47c)) + + + + + # [8.1.0](https://github.com/fulls1z3/ngx-config/compare/v8.0.2...v8.1.0) (2020-03-10) diff --git a/packages/@ngx-config/core/package.json b/packages/@ngx-config/core/package.json index 87b2677..e7df0b8 100644 --- a/packages/@ngx-config/core/package.json +++ b/packages/@ngx-config/core/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-config/core", - "version": "8.1.0", + "version": "8.2.0", "description": "Configuration utility for Angular", "repository": { "type": "git", diff --git a/packages/@ngx-config/http-loader/CHANGELOG.md b/packages/@ngx-config/http-loader/CHANGELOG.md index 9778a79..d46d0e5 100644 --- a/packages/@ngx-config/http-loader/CHANGELOG.md +++ b/packages/@ngx-config/http-loader/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. +# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27) + + +### Features + +* **package:** migrate to ng9 ([#161](https://github.com/fulls1z3/ngx-config/issues/161)) ([58fdac3](https://github.com/fulls1z3/ngx-config/commit/58fdac3d0e8c581440e8854c66b3db58dc2ef47c)) + + + + + ## [8.0.2](https://github.com/fulls1z3/ngx-config/compare/v8.0.1...v8.0.2) (2019-12-02) diff --git a/packages/@ngx-config/http-loader/package.json b/packages/@ngx-config/http-loader/package.json index b977e00..b914cc4 100644 --- a/packages/@ngx-config/http-loader/package.json +++ b/packages/@ngx-config/http-loader/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-config/http-loader", - "version": "8.0.2", + "version": "8.2.0", "description": "Loader for ngx-config that provides application settings using http", "repository": { "type": "git", diff --git a/packages/@ngx-config/merge-loader/CHANGELOG.md b/packages/@ngx-config/merge-loader/CHANGELOG.md index e8d9340..635a2e4 100644 --- a/packages/@ngx-config/merge-loader/CHANGELOG.md +++ b/packages/@ngx-config/merge-loader/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. +# [8.2.0](https://github.com/fulls1z3/ngx-config/compare/v8.1.0...v8.2.0) (2020-04-27) + + +### Features + +* **package:** migrate to ng9 ([#161](https://github.com/fulls1z3/ngx-config/issues/161)) ([58fdac3](https://github.com/fulls1z3/ngx-config/commit/58fdac3d0e8c581440e8854c66b3db58dc2ef47c)) + + + + + ## [8.0.1](https://github.com/fulls1z3/ngx-config/compare/v8.0.0...v8.0.1) (2019-11-21) **Note:** Version bump only for package @ngx-config/merge-loader diff --git a/packages/@ngx-config/merge-loader/package.json b/packages/@ngx-config/merge-loader/package.json index 18bee07..e0903d2 100644 --- a/packages/@ngx-config/merge-loader/package.json +++ b/packages/@ngx-config/merge-loader/package.json @@ -1,6 +1,6 @@ { "name": "@ngx-config/merge-loader", - "version": "8.0.1", + "version": "8.2.0", "description": "Loader for ngx-config that provides application settings by executing loaders in parallel and in series", "repository": { "type": "git",