diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ce1ea84..2f3bb7d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [0.5.4](https://github.com/Microsoft/angular-react/compare/v0.5.3...v0.5.4) (2018-12-11) + +### Bug fixes + +- **core:** Fix for `geteventlisteners` loading multiple times in certain scenarios. ([#56](https://github.com/Microsoft/angular-react/pull/56)) ([7f691d7](https://github.com/Microsoft/angular-react/commit/7f691d79727e77478ff13362c1399c949bb21bd8)) + # [0.5.3](https://github.com/Microsoft/angular-react/compare/v0.5.2...v0.5.3) (2018-12-06) diff --git a/libs/core/package.json b/libs/core/package.json index 06dfa703..4996ab13 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.3", + "version": "0.5.4", "ngPackage": { "deleteDestPath": true, "whitelistedNonPeerDependencies": [ diff --git a/libs/fabric/package.json b/libs/fabric/package.json index 65b50893..15962a06 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.3", + "version": "0.5.4", "ngPackage": { "lib": { "entryFile": "public-api.ts", @@ -73,7 +73,7 @@ ], "private": false, "peerDependencies": { - "@angular-react/core": "^0.5.3", + "@angular-react/core": "^0.5.4", "@angular/common": "^7.0.3", "@angular/core": "^7.0.3", "@angular/platform-browser-dynamic": "^7.0.3",