diff --git a/CHANGELOG.md b/CHANGELOG.md
index 742ebe11..56279767 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.3](https://github.com/Microsoft/angular-react/compare/v0.4.2...v0.4.3) (2018-09-27)
+
+### Breaking changes
+
+- **fabric:** Upgrade office-ui-fabric-react to 6.73.0 ([#16](https://github.com/Microsoft/angular-react/issues/16)) ([98fa9f7](https://github.com/Microsoft/angular-react/commit/98fa9f7))
+
# [0.4.2](https://github.com/Microsoft/angular-react/compare/v0.4.1...v0.4.2) (2018-09-07)
diff --git a/libs/core/package.json b/libs/core/package.json
index e667e6a2..c5333f51 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.2",
+ "version": "0.4.3",
"ngPackage": {
"deleteDestPath": true,
"whitelistedNonPeerDependencies": [
diff --git a/libs/fabric/package.json b/libs/fabric/package.json
index 849fcd1b..3a48138c 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.2",
+ "version": "0.4.3",
"ngPackage": {
"lib": {
"entryFile": "public-api.ts",
@@ -70,7 +70,7 @@
],
"private": false,
"peerDependencies": {
- "@angular-react/core": "^0.4.0",
+ "@angular-react/core": "^0.4.3",
"@angular/common": "^6.1.0",
"@angular/core": "^6.1.0",
"@angular/platform-browser-dynamic": "^6.1.0",