From 9f45fd1ad4793a282e2b5b60663718edbdcb5d4d Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Tue, 2 Oct 2018 13:24:45 +0300 Subject: [PATCH] Bump core + fabric to 0.4.4 --- CHANGELOG.md | 8 ++++++++ libs/core/package.json | 2 +- libs/fabric/package.json | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5627976..7a2159a 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.3...v0.4.4) (2018-10-02) + +### Breaking changes + +- **fabric:** Fix 'toggled'->'toggle' @Input typo in base-button ([#19](https://github.com/Microsoft/angular-react/pull/19)) ([cbd1f82](https://github.com/Microsoft/angular-react/commit/cbd1f82)) + # [0.4.3](https://github.com/Microsoft/angular-react/compare/v0.4.2...v0.4.3) (2018-09-27) diff --git a/libs/core/package.json b/libs/core/package.json index c5333f5..f97658a 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.3", + "version": "0.4.4", "ngPackage": { "deleteDestPath": true, "whitelistedNonPeerDependencies": [ diff --git a/libs/fabric/package.json b/libs/fabric/package.json index 3a48138..7d5a53c 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.3", + "version": "0.4.4", "ngPackage": { "lib": { "entryFile": "public-api.ts", @@ -70,7 +70,7 @@ ], "private": false, "peerDependencies": { - "@angular-react/core": "^0.4.3", + "@angular-react/core": "^0.4.4", "@angular/common": "^6.1.0", "@angular/core": "^6.1.0", "@angular/platform-browser-dynamic": "^6.1.0",