From b7975f5eba2044212dedeac72ac53d2f365c900a Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Thu, 6 Dec 2018 17:48:25 +0200 Subject: [PATCH 1/2] Add changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b4312fd..a300a1c8 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.2](https://github.com/Microsoft/angular-react/compare/v0.5.1...v0.5.2) (2018-12-06) + +### Bug fixes + +- **core:** Fix v0.5.1 failing to be built in apps. ([#52](https://github.com/Microsoft/angular-react/pull/52)) ([5c80d79](https://github.com/Microsoft/angular-react/commit/5c80d797a51630a348c241572d6686df6c4f3f71)) + # [0.5.1](https://github.com/Microsoft/angular-react/compare/v0.5.0...v0.5.1) (2018-12-06) From 1a5b5816cbda325f5a5fc8bd5b085dc88d11b8c6 Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Thu, 6 Dec 2018 17:48:46 +0200 Subject: [PATCH 2/2] Bump version of core + fabric to 0.5.2 --- libs/fabric/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/fabric/package.json b/libs/fabric/package.json index f99c0733..01823e10 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.1", + "version": "0.5.2", "ngPackage": { "lib": { "entryFile": "public-api.ts", @@ -70,7 +70,7 @@ ], "private": false, "peerDependencies": { - "@angular-react/core": "^0.5.1", + "@angular-react/core": "^0.5.2", "@angular/common": "^7.0.3", "@angular/core": "^7.0.3", "@angular/platform-browser-dynamic": "^7.0.3",