|  | 
|  | 1 | +# @adrian.insua/ngredux-router-v1.0.0 (2021-09-28) | 
|  | 2 | + | 
|  | 3 | + | 
|  | 4 | +### Bug Fixes | 
|  | 5 | + | 
|  | 6 | +* change package names to be user scoped ([c0c9d1d](https://github.com/AdrianInsua/platform/commit/c0c9d1d87bc40078c5da8dd5c3ab2ffab1ccc54a)) | 
|  | 7 | +* fix eslint ([ab4d1d3](https://github.com/AdrianInsua/platform/commit/ab4d1d335d90ecdba5df3c517fff1eb37719a13f)) | 
|  | 8 | +* fix package linking ([56354a5](https://github.com/AdrianInsua/platform/commit/56354a51d7af9fa6b231144bdf43b744aec086f4)) | 
|  | 9 | +* 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)) | 
|  | 10 | + | 
|  | 11 | + | 
|  | 12 | +### chore | 
|  | 13 | + | 
|  | 14 | +* **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) | 
|  | 15 | +* **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) | 
|  | 16 | + | 
|  | 17 | + | 
|  | 18 | +### Features | 
|  | 19 | + | 
|  | 20 | +* add bootstraping script ([3fd7b32](https://github.com/AdrianInsua/platform/commit/3fd7b32faf69346e020eb5f991ffba47e445c243)) | 
|  | 21 | +* bump angular version to 11.0.5 ([1b8bb72](https://github.com/AdrianInsua/platform/commit/1b8bb72a0fea50c583dc9d943dac5506a2ba0ff4)) | 
|  | 22 | +* refactor packages to match new ng-packager ([710edef](https://github.com/AdrianInsua/platform/commit/710edefc2d23b0a731254c3af16969331036d94f)) | 
|  | 23 | +* 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) | 
|  | 24 | + | 
|  | 25 | + | 
|  | 26 | +### BREAKING CHANGES | 
|  | 27 | + | 
|  | 28 | +* Upgrades Angular dependencies to v7 | 
|  | 29 | +* **build:** - changes the output to conform to the Angular Package Format. This may cause subtle differences in consumption behaviour | 
|  | 30 | +- peer dependencies have been corrected to actual dependencies | 
|  | 31 | +* **linting:** - ConnectArray has been renamed to ConnectArrayDirective | 
|  | 32 | +- ReactiveConnect has been renamed to ReactiveConnectDirective | 
|  | 33 | +- Connect has been renamed to ConnectDirective | 
|  | 34 | +- interfaces with an "I" prefix have had that prefix removed (e.g "IAppStore" -> "AppStore") | 
|  | 35 | + | 
| 1 | 36 | # ngredux-router-v1.0.0 (2021-09-28) | 
| 2 | 37 | 
 | 
| 3 | 38 | 
 | 
|  | 
0 commit comments