diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c40dc8..f5edbef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [0.5.10](https://github.com/Microsoft/angular-react/compare/v0.5.9...v0.5.10) (2019-01-27) + +### Bug fixes + +- **core:** workaround for TemplateRef update issues ([#81](https://github.com/Microsoft/angular-react/pull/81)) ([83f6b3a](https://github.com/Microsoft/angular-react/commit/83f6b3a39f30cda19bbc7562efd522fd62e2c195)) + +- **fabric**: take benefits from tree-shaking support in Fabric ([#80](https://github.com/Microsoft/angular-react/pull/80)) ([9ca3e45](https://github.com/Microsoft/angular-react/commit/9ca3e4570562f3e2489b5925c0101584f8055220)) + # [0.5.9](https://github.com/Microsoft/angular-react/compare/v0.5.8...v0.5.9) (2019-01-22) diff --git a/libs/core/package.json b/libs/core/package.json index 38eb3b2a..669079a0 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,7 +1,7 @@ { "$schema": "../../node_modules/ng-packagr/package.schema.json", "name": "@angular-react/core", - "version": "0.5.9", + "version": "0.5.10", "ngPackage": { "deleteDestPath": true, "whitelistedNonPeerDependencies": [ diff --git a/libs/fabric/package.json b/libs/fabric/package.json index bfbbfd0f..fd509158 100644 --- a/libs/fabric/package.json +++ b/libs/fabric/package.json @@ -1,7 +1,7 @@ { "$schema": "../../node_modules/ng-packagr/package.schema.json", "name": "@angular-react/fabric", - "version": "0.5.9", + "version": "0.5.10", "ngPackage": { "lib": { "entryFile": "public-api.ts", @@ -44,7 +44,7 @@ ], "private": false, "peerDependencies": { - "@angular-react/core": "^0.5.9", + "@angular-react/core": "^0.5.10", "@angular/common": "^7.0.3", "@angular/core": "^7.0.3", "@angular/platform-browser-dynamic": "^7.0.3",