From 37eddc31531d04a3d4143a51c4c8ce19a6eef0ef Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Tue, 11 Dec 2018 19:31:20 +0200 Subject: [PATCH 1/2] Bump core and fabric versions --- libs/core/package.json | 2 +- libs/fabric/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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", From 1cecb0947b0e09d9cb4a4262eefb5b80d4613760 Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Tue, 11 Dec 2018 19:31:35 +0200 Subject: [PATCH 2/2] Changelog update --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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)