From 8b0f279751efda162d7cacececced8c28342f8bf Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Fri, 7 Sep 2018 02:19:40 +0300 Subject: [PATCH 1/2] Version bump (0.4.2) --- libs/core/package.json | 2 +- libs/fabric/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/core/package.json b/libs/core/package.json index b0d6da17..e667e6a2 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.1", + "version": "0.4.2", "ngPackage": { "deleteDestPath": true, "whitelistedNonPeerDependencies": [ diff --git a/libs/fabric/package.json b/libs/fabric/package.json index 7f8169ad..fe8f366e 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.1", + "version": "0.4.2", "ngPackage": { "lib": { "entryFile": "public-api.ts", From 8e22abbd614c0388714a2f181d9334a47a891bc4 Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Fri, 7 Sep 2018 02:47:43 +0300 Subject: [PATCH 2/2] Added changelog (0.4.2) --- CHANGELOG.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e42baad3..742ebe11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + + +# [0.4.2](https://github.com/Microsoft/angular-react/compare/v0.4.1...v0.4.2) (2018-09-07) + +### Bug Fixes + +- **core:** Fix tree shaking removing code needed for handling `ng-content` in production builds ([#13](https://github.com/Microsoft/angular-react/issues/13)) ([5c15bd2](https://github.com/Microsoft/angular-react/commit/5c15bd2)) + # [0.4.1](https://github.com/Microsoft/angular-react/compare/v0.4.0...v0.4.1) (2018-08-28) @@ -7,11 +20,6 @@ - **core:** Fix React nodes being removed from DOM when they are still needed ([#7](https://github.com/Microsoft/angular-react/issues/7)) ([184844](https://github.com/Microsoft/angular-react/commit/184844)) - **fabric:** Workaround for components using plain CSS under the hood to not load the style when tree-shaken (using `ng build --prod`) ([#8](https://github.com/Microsoft/angular-react/issues/8)) ([c4e521](https://github.com/Microsoft/angular-react/commit/c4e521)) -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - # [0.4.0](https://github.com/Microsoft/angular-react/compare/03ca764...v0.4.0) (2018-08-16)