diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4682c802..70214b05 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 ff7ca44d..3c37d5f7 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 1fe13f8d..45445038 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",