From 11b46f1fa45ffc20ac8c2c40944d8d89995316cc Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Sun, 24 Mar 2019 19:27:05 +0200 Subject: [PATCH] 0.6.2 (#108) * bump version * update changelog --- CHANGELOG.md | 7 +++++++ libs/core/package.json | 2 +- libs/fabric/package.json | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a116e95a..1915ddad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [0.6.2](https://github.com/Microsoft/angular-react/compare/v0.6.1...v0.6.2) (2019-03-24) + +Fix for broken `0.6.1` release. + + # [0.6.1](https://github.com/Microsoft/angular-react/compare/v0.6.0...v0.6.1) (2019-03-22) diff --git a/libs/core/package.json b/libs/core/package.json index 7ca0eca0..dfe9b5d1 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.6.1", + "version": "0.6.2", "ngPackage": { "deleteDestPath": true, "whitelistedNonPeerDependencies": [ diff --git a/libs/fabric/package.json b/libs/fabric/package.json index 18b40d1f..bb465240 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.6.1", + "version": "0.6.2", "ngPackage": { "lib": { "entryFile": "public-api.ts", @@ -44,7 +44,7 @@ ], "private": false, "peerDependencies": { - "@angular-react/core": "^0.6.1", + "@angular-react/core": "^0.6.2", "@angular/common": "^7.0.3", "@angular/core": "^7.0.3", "@angular/platform-browser-dynamic": "^7.0.3",