Skip to content

Commit a97e3f7

Browse files
chore(release): 10.1.0 [skip ci]
# [10.1.0](v10.0.0...v10.1.0) (2021-09-28) ### Bug Fixes * change package names to be user scoped ([c0c9d1d](c0c9d1d)) * fix eslint ([ab4d1d3](ab4d1d3)) * fix locks ([3cbefb3](3cbefb3)) * fix package linking ([56354a5](56354a5)) * fix yarn registry ([1e831b1](1e831b1)) * update lock ([4bc2fee](4bc2fee)) * **form:** connect formGroup input not mapped to connect base ([angular-redux#94](https://github.com/AdrianInsua/platform/issues/94)) ([9d1d6db](9d1d6db)), closes [angular-redux#85](https://github.com/AdrianInsua/platform/issues/85) * update peer dependencies from ^9.0.0 to ^10.0.0 ([angular-redux#87](https://github.com/AdrianInsua/platform/issues/87)) ([fcea502](fcea502)) ### Features * add bootstraping script ([3fd7b32](3fd7b32)) * add semantic-release package ([d95d90c](d95d90c)) * add semantic-release script ([952c1de](952c1de)) * bump angular version to 11.0.5 ([1b8bb72](1b8bb72)) * refactor packages to match new ng-packager ([710edef](710edef))
1 parent d4e2dab commit a97e3f7

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [10.1.0](https://github.com/AdrianInsua/platform/compare/v10.0.0...v10.1.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 locks ([3cbefb3](https://github.com/AdrianInsua/platform/commit/3cbefb369895d09474d756d371daf0594dae8039))
9+
* fix package linking ([56354a5](https://github.com/AdrianInsua/platform/commit/56354a51d7af9fa6b231144bdf43b744aec086f4))
10+
* fix yarn registry ([1e831b1](https://github.com/AdrianInsua/platform/commit/1e831b1ed8ce02a367f1b9788ab3bb368bb7cd47))
11+
* update lock ([4bc2fee](https://github.com/AdrianInsua/platform/commit/4bc2fee96c4e6e17512e9744b38601a042faee91))
12+
* **form:** connect formGroup input not mapped to connect base ([#94](https://github.com/AdrianInsua/platform/issues/94)) ([9d1d6db](https://github.com/AdrianInsua/platform/commit/9d1d6dba87511f35894a467532bd698f5043a58e)), closes [#85](https://github.com/AdrianInsua/platform/issues/85)
13+
* 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))
14+
15+
16+
### Features
17+
18+
* add bootstraping script ([3fd7b32](https://github.com/AdrianInsua/platform/commit/3fd7b32faf69346e020eb5f991ffba47e445c243))
19+
* add semantic-release package ([d95d90c](https://github.com/AdrianInsua/platform/commit/d95d90cd46d631d7fb08004218b1e4cbc685092b))
20+
* add semantic-release script ([952c1de](https://github.com/AdrianInsua/platform/commit/952c1de5fa121b7b9c4aa1320cb01d434f938ef8))
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+
124
# Change Log
225

326
All notable changes to this project will be documented in this file.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,6 @@
8383
"tslint": "~6.1.0",
8484
"typescript": "~4.0.2",
8585
"zone.js": "~0.10.2"
86-
}
86+
},
87+
"version": "10.1.0"
8788
}

0 commit comments

Comments
 (0)