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)
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",