From 8e07ae46064420c96fd26131cae90cd608f040fe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Sep 2021 20:43:11 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # ngredux-store-v1.0.0 (2021-09-28) ### Bug Fixes * fix eslint ([ab4d1d3](https://github.com/AdrianInsua/platform/commit/ab4d1d335d90ecdba5df3c517fff1eb37719a13f)) * **build:** No chai for you ([#209](https://github.com/AdrianInsua/platform/issues/209)) ([be35f03](https://github.com/AdrianInsua/platform/commit/be35f0307b15e48fc686f441864a25cf3160758e)) * **deps:** Change zone.js version ([#222](https://github.com/AdrianInsua/platform/issues/222)) ([e62e149](https://github.com/AdrianInsua/platform/commit/e62e1495ea58e3e59dfc517aa60ad3f4e0b13563)) * **example:** Fix local dev mode ([#80](https://github.com/AdrianInsua/platform/issues/80)) ([#81](https://github.com/AdrianInsua/platform/issues/81)) ([b06721f](https://github.com/AdrianInsua/platform/commit/b06721fcdf294d528c6e675fd2dd28c6cc8257a7)) * **ngReduxModule:** Generate metadata ([#237](https://github.com/AdrianInsua/platform/issues/237)) ([8b4b9d8](https://github.com/AdrianInsua/platform/commit/8b4b9d87fa1bf797267bb92667c3a6c18c30e81a)) * **package.json:** add redux as dependencies ([#132](https://github.com/AdrianInsua/platform/issues/132)) ([5fdeb19](https://github.com/AdrianInsua/platform/commit/5fdeb19e2373d09644182f06e9fae0b6ba7d5c20)) ### 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)) * add new devtools window prop name ([#58](https://github.com/AdrianInsua/platform/issues/58)) ([55b15a6](https://github.com/AdrianInsua/platform/commit/55b15a66731f42709a174e95e65555b3f9180428)) * bump angular version to 11.0.5 ([1b8bb72](https://github.com/AdrianInsua/platform/commit/1b8bb72a0fea50c583dc9d943dac5506a2ba0ff4)) * Introduced a new function called provideStore() which accepts a already created Redux store ([#142](https://github.com/AdrianInsua/platform/issues/142)) ([a6c4aaf](https://github.com/AdrianInsua/platform/commit/a6c4aafe241fb6fb797c591db84b2c11bba1bd09)), closes [#141](https://github.com/AdrianInsua/platform/issues/141) * 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) * Typescript Port ([#33](https://github.com/AdrianInsua/platform/issues/33)) ([33ea991](https://github.com/AdrianInsua/platform/commit/33ea9915dddc37f87d4ec96b4d0b0a7753be9e45)), closes [#35](https://github.com/AdrianInsua/platform/issues/35) [#36](https://github.com/AdrianInsua/platform/issues/36) [#37](https://github.com/AdrianInsua/platform/issues/37) [#38](https://github.com/AdrianInsua/platform/issues/38) [#39](https://github.com/AdrianInsua/platform/issues/39) [#52](https://github.com/AdrianInsua/platform/issues/52) [#50](https://github.com/AdrianInsua/platform/issues/50) [#55](https://github.com/AdrianInsua/platform/issues/55) [#53](https://github.com/AdrianInsua/platform/issues/53) * **aot:** Support AoT - [#223](https://github.com/AdrianInsua/platform/issues/223) ([#226](https://github.com/AdrianInsua/platform/issues/226)) ([a6d7826](https://github.com/AdrianInsua/platform/commit/a6d7826c1127c2c04b55ec34f05f6d541b76ea81)) * **dispatch:** Create dispatch decorator ([#385](https://github.com/AdrianInsua/platform/issues/385)) ([4513566](https://github.com/AdrianInsua/platform/commit/45135665980e4331648bc40cc91284f5f69e358b)) ### 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/store/CHANGELOG.md | 42 +++++++++++++++++++++++++++++++++++++ packages/store/package.json | 2 +- 2 files changed, 43 insertions(+), 1 deletion(-) diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index e4d87c4..9ce4cc3 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,3 +1,45 @@ +# ngredux-store-v1.0.0 (2021-09-28) + + +### Bug Fixes + +* fix eslint ([ab4d1d3](https://github.com/AdrianInsua/platform/commit/ab4d1d335d90ecdba5df3c517fff1eb37719a13f)) +* **build:** No chai for you ([#209](https://github.com/AdrianInsua/platform/issues/209)) ([be35f03](https://github.com/AdrianInsua/platform/commit/be35f0307b15e48fc686f441864a25cf3160758e)) +* **deps:** Change zone.js version ([#222](https://github.com/AdrianInsua/platform/issues/222)) ([e62e149](https://github.com/AdrianInsua/platform/commit/e62e1495ea58e3e59dfc517aa60ad3f4e0b13563)) +* **example:** Fix local dev mode ([#80](https://github.com/AdrianInsua/platform/issues/80)) ([#81](https://github.com/AdrianInsua/platform/issues/81)) ([b06721f](https://github.com/AdrianInsua/platform/commit/b06721fcdf294d528c6e675fd2dd28c6cc8257a7)) +* **ngReduxModule:** Generate metadata ([#237](https://github.com/AdrianInsua/platform/issues/237)) ([8b4b9d8](https://github.com/AdrianInsua/platform/commit/8b4b9d87fa1bf797267bb92667c3a6c18c30e81a)) +* **package.json:** add redux as dependencies ([#132](https://github.com/AdrianInsua/platform/issues/132)) ([5fdeb19](https://github.com/AdrianInsua/platform/commit/5fdeb19e2373d09644182f06e9fae0b6ba7d5c20)) + + +### 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)) +* add new devtools window prop name ([#58](https://github.com/AdrianInsua/platform/issues/58)) ([55b15a6](https://github.com/AdrianInsua/platform/commit/55b15a66731f42709a174e95e65555b3f9180428)) +* bump angular version to 11.0.5 ([1b8bb72](https://github.com/AdrianInsua/platform/commit/1b8bb72a0fea50c583dc9d943dac5506a2ba0ff4)) +* Introduced a new function called provideStore() which accepts a already created Redux store ([#142](https://github.com/AdrianInsua/platform/issues/142)) ([a6c4aaf](https://github.com/AdrianInsua/platform/commit/a6c4aafe241fb6fb797c591db84b2c11bba1bd09)), closes [#141](https://github.com/AdrianInsua/platform/issues/141) +* 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) +* Typescript Port ([#33](https://github.com/AdrianInsua/platform/issues/33)) ([33ea991](https://github.com/AdrianInsua/platform/commit/33ea9915dddc37f87d4ec96b4d0b0a7753be9e45)), closes [#35](https://github.com/AdrianInsua/platform/issues/35) [#36](https://github.com/AdrianInsua/platform/issues/36) [#37](https://github.com/AdrianInsua/platform/issues/37) [#38](https://github.com/AdrianInsua/platform/issues/38) [#39](https://github.com/AdrianInsua/platform/issues/39) [#52](https://github.com/AdrianInsua/platform/issues/52) [#50](https://github.com/AdrianInsua/platform/issues/50) [#55](https://github.com/AdrianInsua/platform/issues/55) [#53](https://github.com/AdrianInsua/platform/issues/53) +* **aot:** Support AoT - [#223](https://github.com/AdrianInsua/platform/issues/223) ([#226](https://github.com/AdrianInsua/platform/issues/226)) ([a6d7826](https://github.com/AdrianInsua/platform/commit/a6d7826c1127c2c04b55ec34f05f6d541b76ea81)) +* **dispatch:** Create dispatch decorator ([#385](https://github.com/AdrianInsua/platform/issues/385)) ([4513566](https://github.com/AdrianInsua/platform/commit/45135665980e4331648bc40cc91284f5f69e358b)) + + +### 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/store/package.json b/packages/store/package.json index 303cc1e..bef18b3 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "ngredux-store", - "version": "0.0.1", + "version": "1.0.0", "description": "Angular bindings for Redux", "author": "William Buchwalter (http://github.com/wbuchwalter)", "license": "MIT",