From cc0680bfc664b1f173cc3f348be27d98a38baf7b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Sep 2021 20:56:02 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # ngredux-router-v1.0.0 (2021-09-28) ### Bug Fixes * fix eslint ([ab4d1d3](https://github.com/AdrianInsua/platform/commit/ab4d1d335d90ecdba5df3c517fff1eb37719a13f)) * fix package linking ([56354a5](https://github.com/AdrianInsua/platform/commit/56354a51d7af9fa6b231144bdf43b744aec086f4)) * update peer dependencies from ^9.0.0 to ^10.0.0 ([#87](https://github.com/AdrianInsua/platform/issues/87)) ([fcea502](https://github.com/AdrianInsua/platform/commit/fcea502f44cff441737c51ebf539268c594e9bfa)) ### chore * **build:** use ng-packagr ([#37](https://github.com/AdrianInsua/platform/issues/37)) ([dffe23a](https://github.com/AdrianInsua/platform/commit/dffe23ade3417bdb5f58cecdf760039be771bc92)), closes [#9](https://github.com/AdrianInsua/platform/issues/9) * **linting:** add global tslint rules ([#35](https://github.com/AdrianInsua/platform/issues/35)) ([336cc60](https://github.com/AdrianInsua/platform/commit/336cc60921119bc5f5c7d22d9a364db93fef244b)), closes [#4](https://github.com/AdrianInsua/platform/issues/4) ### Features * add bootstraping script ([3fd7b32](https://github.com/AdrianInsua/platform/commit/3fd7b32faf69346e020eb5f991ffba47e445c243)) * bump angular version to 11.0.5 ([1b8bb72](https://github.com/AdrianInsua/platform/commit/1b8bb72a0fea50c583dc9d943dac5506a2ba0ff4)) * refactor packages to match new ng-packager ([710edef](https://github.com/AdrianInsua/platform/commit/710edefc2d23b0a731254c3af16969331036d94f)) * upgrade to angular 7 ([#72](https://github.com/AdrianInsua/platform/issues/72)) ([18d9245](https://github.com/AdrianInsua/platform/commit/18d924563618988f949c47b74d567e7c9f75e605)), closes [#65](https://github.com/AdrianInsua/platform/issues/65) [#66](https://github.com/AdrianInsua/platform/issues/66) [#67](https://github.com/AdrianInsua/platform/issues/67) [#68](https://github.com/AdrianInsua/platform/issues/68) [#69](https://github.com/AdrianInsua/platform/issues/69) [#70](https://github.com/AdrianInsua/platform/issues/70) [#71](https://github.com/AdrianInsua/platform/issues/71) [#74](https://github.com/AdrianInsua/platform/issues/74) [#79](https://github.com/AdrianInsua/platform/issues/79) ### BREAKING CHANGES * Upgrades Angular dependencies to v7 * **build:** - changes the output to conform to the Angular Package Format. This may cause subtle differences in consumption behaviour - peer dependencies have been corrected to actual dependencies * **linting:** - ConnectArray has been renamed to ConnectArrayDirective - ReactiveConnect has been renamed to ReactiveConnectDirective - Connect has been renamed to ConnectDirective - interfaces with an "I" prefix have had that prefix removed (e.g "IAppStore" -> "AppStore") --- packages/router/CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ packages/router/package.json | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index e4d87c4..3b95ca6 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,3 +1,37 @@ +# ngredux-router-v1.0.0 (2021-09-28) + + +### Bug Fixes + +* fix eslint ([ab4d1d3](https://github.com/AdrianInsua/platform/commit/ab4d1d335d90ecdba5df3c517fff1eb37719a13f)) +* fix package linking ([56354a5](https://github.com/AdrianInsua/platform/commit/56354a51d7af9fa6b231144bdf43b744aec086f4)) +* update peer dependencies from ^9.0.0 to ^10.0.0 ([#87](https://github.com/AdrianInsua/platform/issues/87)) ([fcea502](https://github.com/AdrianInsua/platform/commit/fcea502f44cff441737c51ebf539268c594e9bfa)) + + +### chore + +* **build:** use ng-packagr ([#37](https://github.com/AdrianInsua/platform/issues/37)) ([dffe23a](https://github.com/AdrianInsua/platform/commit/dffe23ade3417bdb5f58cecdf760039be771bc92)), closes [#9](https://github.com/AdrianInsua/platform/issues/9) +* **linting:** add global tslint rules ([#35](https://github.com/AdrianInsua/platform/issues/35)) ([336cc60](https://github.com/AdrianInsua/platform/commit/336cc60921119bc5f5c7d22d9a364db93fef244b)), closes [#4](https://github.com/AdrianInsua/platform/issues/4) + + +### Features + +* add bootstraping script ([3fd7b32](https://github.com/AdrianInsua/platform/commit/3fd7b32faf69346e020eb5f991ffba47e445c243)) +* bump angular version to 11.0.5 ([1b8bb72](https://github.com/AdrianInsua/platform/commit/1b8bb72a0fea50c583dc9d943dac5506a2ba0ff4)) +* refactor packages to match new ng-packager ([710edef](https://github.com/AdrianInsua/platform/commit/710edefc2d23b0a731254c3af16969331036d94f)) +* upgrade to angular 7 ([#72](https://github.com/AdrianInsua/platform/issues/72)) ([18d9245](https://github.com/AdrianInsua/platform/commit/18d924563618988f949c47b74d567e7c9f75e605)), closes [#65](https://github.com/AdrianInsua/platform/issues/65) [#66](https://github.com/AdrianInsua/platform/issues/66) [#67](https://github.com/AdrianInsua/platform/issues/67) [#68](https://github.com/AdrianInsua/platform/issues/68) [#69](https://github.com/AdrianInsua/platform/issues/69) [#70](https://github.com/AdrianInsua/platform/issues/70) [#71](https://github.com/AdrianInsua/platform/issues/71) [#74](https://github.com/AdrianInsua/platform/issues/74) [#79](https://github.com/AdrianInsua/platform/issues/79) + + +### BREAKING CHANGES + +* Upgrades Angular dependencies to v7 +* **build:** - changes the output to conform to the Angular Package Format. This may cause subtle differences in consumption behaviour +- peer dependencies have been corrected to actual dependencies +* **linting:** - ConnectArray has been renamed to ConnectArrayDirective +- ReactiveConnect has been renamed to ReactiveConnectDirective +- Connect has been renamed to ConnectDirective +- interfaces with an "I" prefix have had that prefix removed (e.g "IAppStore" -> "AppStore") + # Change Log All notable changes to this project will be documented in this file. diff --git a/packages/router/package.json b/packages/router/package.json index 7722164..4a38b75 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "ngredux-router", - "version": "0.0.1", + "version": "1.0.0", "description": "Keep your Angular 2+ router state in Redux.", "author": "Dag Stuan", "license": "MIT",