Skip to content

Commit ca4b474

Browse files
authored
v0.5.11 (#87)
* bump version * update changelog
1 parent 498cfde commit ca4b474

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="0.5.11"></a>
7+
8+
# [0.5.11](https://github.com/Microsoft/angular-react/compare/v0.5.10...v0.5.11) (2019-01-31)
9+
10+
### Bug fixes
11+
12+
- **fabric:** fix typed-changes failing in some AOT configurations ([#86](https://github.com/Microsoft/angular-react/pull/86)) ([498cfde](https://github.com/Microsoft/angular-react/commit/498cfded1ca9a1ae830ed78f5a75c802ddee5f6d))
13+
614
<a name="0.5.10"></a>
715

816
# [0.5.10](https://github.com/Microsoft/angular-react/compare/v0.5.9...v0.5.10) (2019-01-27)

libs/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular-react/core",
4-
"version": "0.5.10",
4+
"version": "0.5.11",
55
"ngPackage": {
66
"deleteDestPath": true,
77
"whitelistedNonPeerDependencies": [

libs/fabric/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular-react/fabric",
4-
"version": "0.5.10",
4+
"version": "0.5.11",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",
@@ -44,7 +44,7 @@
4444
],
4545
"private": false,
4646
"peerDependencies": {
47-
"@angular-react/core": "^0.5.10",
47+
"@angular-react/core": "^0.5.11",
4848
"@angular/common": "^7.0.3",
4949
"@angular/core": "^7.0.3",
5050
"@angular/platform-browser-dynamic": "^7.0.3",

0 commit comments

Comments
 (0)