diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ba97659..a116e95a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+
+# [0.6.1](https://github.com/Microsoft/angular-react/compare/v0.6.0...v0.6.1) (2019-03-22)
+
+## Features
+
+- **fabric:** Update dropdown with directives. ([#104](https://github.com/Microsoft/angular-react/pull/104)) ([a93575c](https://github.com/Microsoft/angular-react/commit/a93575c7a1b31564c0baedd0706d83a77be2271c))
+
+### Bug fixes
+
+- **fabric:** Add blur events to Fabric text field components. ([#98](https://github.com/Microsoft/angular-react/pull/98)) ([8e997c9](https://github.com/Microsoft/angular-react/commit/8e997c9872567e8d1ad839c91e6c464b92444ea9))
+
# [0.6.0](https://github.com/Microsoft/angular-react/compare/v0.5.12...v0.6.0) (2019-03-08)
diff --git a/libs/core/package.json b/libs/core/package.json
index 35091b55..7ca0eca0 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.0",
+ "version": "0.6.1",
"ngPackage": {
"deleteDestPath": true,
"whitelistedNonPeerDependencies": [
diff --git a/libs/fabric/package.json b/libs/fabric/package.json
index 9fc7d037..18b40d1f 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.0",
+ "version": "0.6.1",
"ngPackage": {
"lib": {
"entryFile": "public-api.ts",
@@ -44,7 +44,7 @@
],
"private": false,
"peerDependencies": {
- "@angular-react/core": "^0.6.0",
+ "@angular-react/core": "^0.6.1",
"@angular/common": "^7.0.3",
"@angular/core": "^7.0.3",
"@angular/platform-browser-dynamic": "^7.0.3",