From 94e7123aae96141b69af334775fbbd56bd3a0d8f Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Sun, 21 Oct 2018 10:54:42 +0300 Subject: [PATCH] 0.4.7 --- CHANGELOG.md | 8 ++++++++ libs/core/package.json | 2 +- libs/fabric/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4682c80..70214b0 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.7](https://github.com/Microsoft/angular-react/compare/v0.4.6...v0.4.7) (2018-10-21) + +### Bug fixes + +- **core:** Fix typo in `bundledDependencies`. + # [0.4.6](https://github.com/Microsoft/angular-react/compare/v0.4.5...v0.4.6) (2018-10-21) diff --git a/libs/core/package.json b/libs/core/package.json index ff7ca44..3c37d5f 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.6", + "version": "0.4.7", "ngPackage": { "deleteDestPath": true, "whitelistedNonPeerDependencies": [ diff --git a/libs/fabric/package.json b/libs/fabric/package.json index 1fe13f8..4544503 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.6", + "version": "0.4.7", "ngPackage": { "lib": { "entryFile": "public-api.ts",