diff --git a/packages/patternfly-4/CHANGELOG.md b/packages/patternfly-4/CHANGELOG.md
index d9a71724b1f..ed3ab51f31b 100644
--- a/packages/patternfly-4/CHANGELOG.md
+++ b/packages/patternfly-4/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.18.3](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.18.2...patternfly4-react-lerna-root@1.18.3) (2018-11-07)
+
+
+### Bug Fixes
+
+* **dropdown:** Address typescript errors ([#898](https://github.com/patternfly/patternfly-react/issues/898)) ([48a3256](https://github.com/patternfly/patternfly-react/commit/48a3256))
+
+
+
+
## [1.18.2](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.18.1...patternfly4-react-lerna-root@1.18.2) (2018-11-07)
diff --git a/packages/patternfly-4/package.json b/packages/patternfly-4/package.json
index b36c79abb95..60eab1bcb9d 100644
--- a/packages/patternfly-4/package.json
+++ b/packages/patternfly-4/package.json
@@ -1,6 +1,6 @@
{
"name": "patternfly4-react-lerna-root",
- "version": "1.18.2",
+ "version": "1.18.3",
"private": true,
"config": {
"access": "private"
diff --git a/packages/patternfly-4/react-core/CHANGELOG.md b/packages/patternfly-4/react-core/CHANGELOG.md
index 19f0a5c33e2..7558630dc1b 100644
--- a/packages/patternfly-4/react-core/CHANGELOG.md
+++ b/packages/patternfly-4/react-core/CHANGELOG.md
@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [1.31.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.31.1...@patternfly/react-core@1.31.2) (2018-11-07)
+
+
+### Bug Fixes
+
+* **dropdown:** Address typescript errors ([#898](https://github.com/patternfly/patternfly-react/issues/898)) ([48a3256](https://github.com/patternfly/patternfly-react/commit/48a3256))
+
+
+
+
## [1.31.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.31.0...@patternfly/react-core@1.31.1) (2018-11-07)
diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json
index 7276223d549..f5fa526e597 100644
--- a/packages/patternfly-4/react-core/package.json
+++ b/packages/patternfly-4/react-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-core",
- "version": "1.31.1",
+ "version": "1.31.2",
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
diff --git a/packages/patternfly-4/react-docs/CHANGELOG.md b/packages/patternfly-4/react-docs/CHANGELOG.md
index 8655fc538b3..7a9dab4dfcc 100644
--- a/packages/patternfly-4/react-docs/CHANGELOG.md
+++ b/packages/patternfly-4/react-docs/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.
+
+## [3.17.38](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.37...@patternfly/react-docs@3.17.38) (2018-11-07)
+
+
+
+
+**Note:** Version bump only for package @patternfly/react-docs
+
## [3.17.37](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.36...@patternfly/react-docs@3.17.37) (2018-11-07)
diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json
index 021099cefbc..750e9d0bfcb 100644
--- a/packages/patternfly-4/react-docs/package.json
+++ b/packages/patternfly-4/react-docs/package.json
@@ -1,7 +1,7 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
- "version": "3.17.37",
+ "version": "3.17.38",
"author": "Red Hat",
"license": "Apache-2.0",
"publishConfig": {
@@ -9,7 +9,7 @@
},
"dependencies": {
"@patternfly/react-charts": "^1.0.2",
- "@patternfly/react-core": "^1.31.1",
+ "@patternfly/react-core": "^1.31.2",
"@patternfly/react-icons": "^2.7.1",
"@patternfly/react-styles": "^2.3.0",
"@patternfly/react-tokens": "^1.7.1",