From 5cc7e6826abf932e507acd4778d5d94115cc6782 Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Tue, 16 Oct 2018 00:41:56 +0300 Subject: [PATCH 1/2] Bump core & 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 f97658a..6c8b94b 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.4.4", + "version": "0.4.5", "ngPackage": { "deleteDestPath": true, "whitelistedNonPeerDependencies": [ diff --git a/libs/fabric/package.json b/libs/fabric/package.json index 7d5a53c..783a62a 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.4.4", + "version": "0.4.5", "ngPackage": { "lib": { "entryFile": "public-api.ts", @@ -70,7 +70,7 @@ ], "private": false, "peerDependencies": { - "@angular-react/core": "^0.4.4", + "@angular-react/core": "^0.4.5", "@angular/common": "^6.1.0", "@angular/core": "^6.1.0", "@angular/platform-browser-dynamic": "^6.1.0", From d0e6109bb5b07ae4bd43dcf849dd1ab37782e603 Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Tue, 16 Oct 2018 00:42:04 +0300 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a2159a..5ba4608 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.4.4](https://github.com/Microsoft/angular-react/compare/v0.4.4...v0.4.5) (2018-10-16) + +### Bug fixes + +- **fabric:** Fix wrong intellisense for `ICommandBarItem` ([#21](https://github.com/Microsoft/angular-react/pull/21)) ([ed15a3c](https://github.com/Microsoft/angular-react/commit/ed15a3c2bfbeb28b8b2def33b1098ac5b13c42fe)) + # [0.4.4](https://github.com/Microsoft/angular-react/compare/v0.4.3...v0.4.4) (2018-10-02)