diff --git a/packages/patternfly-3/CHANGELOG.md b/packages/patternfly-3/CHANGELOG.md
index a7ef9e9add2..e32a541431e 100644
--- a/packages/patternfly-3/CHANGELOG.md
+++ b/packages/patternfly-3/CHANGELOG.md
@@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+
+## [7.10.4](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.10.1...patternfly3-react-lerna-root@7.10.4) (2018-11-19)
+
+
+### Bug Fixes
+
+* **CardDropdownButton:** Allow props to be passed ([#932](https://github.com/patternfly/patternfly-react/issues/932)) ([2ee5117](https://github.com/patternfly/patternfly-react/commit/2ee5117))
+* **LoginPage:** Fix background-image style ([#937](https://github.com/patternfly/patternfly-react/issues/937)) ([3307e9b](https://github.com/patternfly/patternfly-react/commit/3307e9b))
+* **LoginPage:** Improve inputs validation. ([#936](https://github.com/patternfly/patternfly-react/issues/936)) ([60c1067](https://github.com/patternfly/patternfly-react/commit/60c1067))
+
+
+
+
## [7.10.3](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.10.1...patternfly3-react-lerna-root@7.10.3) (2018-11-19)
diff --git a/packages/patternfly-3/package.json b/packages/patternfly-3/package.json
index fc92bdb11b5..4036afbae4d 100644
--- a/packages/patternfly-3/package.json
+++ b/packages/patternfly-3/package.json
@@ -1,6 +1,6 @@
{
"name": "patternfly3-react-lerna-root",
- "version": "7.10.3",
+ "version": "7.10.4",
"private": true,
"config": {
"access": "private"
diff --git a/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md b/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md
index d4813e131e0..0b7be9f46f7 100644
--- a/packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md
+++ b/packages/patternfly-3/patternfly-react-extensions/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.
+
+## [2.13.3](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.13.1...patternfly-react-extensions@2.13.3) (2018-11-19)
+
+
+
+
+**Note:** Version bump only for package patternfly-react-extensions
+
## [2.13.2](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.13.1...patternfly-react-extensions@2.13.2) (2018-11-19)
diff --git a/packages/patternfly-3/patternfly-react-extensions/package.json b/packages/patternfly-3/patternfly-react-extensions/package.json
index 7b3f7765f9b..59ab13e209d 100644
--- a/packages/patternfly-3/patternfly-react-extensions/package.json
+++ b/packages/patternfly-3/patternfly-react-extensions/package.json
@@ -1,6 +1,6 @@
{
"name": "patternfly-react-extensions",
- "version": "2.13.2",
+ "version": "2.13.3",
"private": false,
"description": "This library provides an extended set of React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
@@ -42,7 +42,7 @@
"classnames": "^2.2.5",
"css-element-queries": "^1.0.1",
"patternfly": "^3.58.0",
- "patternfly-react": "^2.24.2",
+ "patternfly-react": "^2.24.3",
"react-virtualized": "9.x"
},
"peerDependencies": {
diff --git a/packages/patternfly-3/patternfly-react/CHANGELOG.md b/packages/patternfly-3/patternfly-react/CHANGELOG.md
index 48f6707e4d7..51dcda4b6c5 100644
--- a/packages/patternfly-3/patternfly-react/CHANGELOG.md
+++ b/packages/patternfly-3/patternfly-react/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.
+
+## [2.24.3](https://github.com/patternfly/patternfly-react/compare/patternfly-react@2.24.1...patternfly-react@2.24.3) (2018-11-19)
+
+
+### Bug Fixes
+
+* **CardDropdownButton:** Allow props to be passed ([#932](https://github.com/patternfly/patternfly-react/issues/932)) ([2ee5117](https://github.com/patternfly/patternfly-react/commit/2ee5117))
+* **LoginPage:** Improve inputs validation. ([#936](https://github.com/patternfly/patternfly-react/issues/936)) ([60c1067](https://github.com/patternfly/patternfly-react/commit/60c1067))
+
+
+
+
## [2.24.2](https://github.com/patternfly/patternfly-react/compare/patternfly-react@2.24.1...patternfly-react@2.24.2) (2018-11-19)
diff --git a/packages/patternfly-3/patternfly-react/package.json b/packages/patternfly-3/patternfly-react/package.json
index 99f0fe6675b..cdb644796bd 100644
--- a/packages/patternfly-3/patternfly-react/package.json
+++ b/packages/patternfly-3/patternfly-react/package.json
@@ -1,6 +1,6 @@
{
"name": "patternfly-react",
- "version": "2.24.2",
+ "version": "2.24.3",
"private": false,
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
diff --git a/packages/patternfly-3/react-console/CHANGELOG.md b/packages/patternfly-3/react-console/CHANGELOG.md
index 299410c71d3..9d483032a2c 100644
--- a/packages/patternfly-3/react-console/CHANGELOG.md
+++ b/packages/patternfly-3/react-console/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.
+
+## [1.7.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.7.1...@patternfly/react-console@1.7.4) (2018-11-19)
+
+
+
+
+**Note:** Version bump only for package @patternfly/react-console
+
## [1.7.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.7.1...@patternfly/react-console@1.7.3) (2018-11-19)
diff --git a/packages/patternfly-3/react-console/package.json b/packages/patternfly-3/react-console/package.json
index 9781eaf0f1c..9f73e689e9c 100644
--- a/packages/patternfly-3/react-console/package.json
+++ b/packages/patternfly-3/react-console/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-console",
- "version": "1.7.3",
+ "version": "1.7.4",
"private": false,
"description": "This library provides a set of Console React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
@@ -46,7 +46,7 @@
},
"devDependencies": {
"patternfly": "^3.52.1",
- "patternfly-react": "^2.24.2"
+ "patternfly-react": "^2.24.3"
},
"peerDependencies": {
"patternfly": "^3.58.0",