From 69636a40e152c9b9114e2417d31e92bb39a90f17 Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Sun, 30 Dec 2018 14:48:01 +0200 Subject: [PATCH] 0.5.8 (#68) * bump core and fabric versions * update changelog --- 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 f05b54c6..f036ee0e 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.8](https://github.com/Microsoft/angular-react/compare/v0.5.7...v0.5.8) (2018-12-30) + +### Bug fixes + +- **fabric:** add missing TextField props. ([#67](https://github.com/Microsoft/angular-react/pull/67)) ([7e660e9](https://github.com/Microsoft/angular-react/commit/7e660e9df9a12b31d79ffcba1d18177d3743b4d1)) + # [0.5.7](https://github.com/Microsoft/angular-react/compare/v0.5.6...v0.5.7) (2018-12-30) diff --git a/libs/core/package.json b/libs/core/package.json index 511f47fa..5c5e3d7b 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.7", + "version": "0.5.8", "ngPackage": { "deleteDestPath": true, "whitelistedNonPeerDependencies": [ diff --git a/libs/fabric/package.json b/libs/fabric/package.json index 75ba7507..1525c148 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.7", + "version": "0.5.8", "ngPackage": { "lib": { "entryFile": "public-api.ts", @@ -75,7 +75,7 @@ ], "private": false, "peerDependencies": { - "@angular-react/core": "^0.5.7", + "@angular-react/core": "^0.5.8", "@angular/common": "^7.0.3", "@angular/core": "^7.0.3", "@angular/platform-browser-dynamic": "^7.0.3",