diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a0b1788d1..85b103e5112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +## Change Log (2018-11-08) + +#### :bug: Bug Fix +* `patternfly-4` + * [#900](https://github.com/patternfly/patternfly-react/pull/900) fix(dropdown props): fix typescript typings ([@priley86](https://github.com/priley86)) + +#### Committers: 1 +- Patrick Riley ([@priley86](https://github.com/priley86)) + + ## patternfly3-react-lerna-root@7.8.6 (2018-11-07) #### :bug: Bug Fix diff --git a/packages/patternfly-4/CHANGELOG.md b/packages/patternfly-4/CHANGELOG.md index 37eada7610e..d64b33d264a 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.19.1](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.19.0...patternfly4-react-lerna-root@1.19.1) (2018-11-08) + + +### Bug Fixes + +* **dropdown props:** fix typescript typings ([#900](https://github.com/patternfly/patternfly-react/issues/900)) ([e1ae1bd](https://github.com/patternfly/patternfly-react/commit/e1ae1bd)) + + + + # [1.19.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.18.3...patternfly4-react-lerna-root@1.19.0) (2018-11-08) diff --git a/packages/patternfly-4/package.json b/packages/patternfly-4/package.json index fcfd55aab61..6dcd807fa96 100644 --- a/packages/patternfly-4/package.json +++ b/packages/patternfly-4/package.json @@ -1,6 +1,6 @@ { "name": "patternfly4-react-lerna-root", - "version": "1.19.0", + "version": "1.19.1", "private": true, "config": { "access": "private" diff --git a/packages/patternfly-4/react-core/CHANGELOG.md b/packages/patternfly-4/react-core/CHANGELOG.md index b856fc3effa..8b2068fb597 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.32.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.32.0...@patternfly/react-core@1.32.1) (2018-11-08) + + +### Bug Fixes + +* **dropdown props:** fix typescript typings ([#900](https://github.com/patternfly/patternfly-react/issues/900)) ([e1ae1bd](https://github.com/patternfly/patternfly-react/commit/e1ae1bd)) + + + + # [1.32.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.31.2...@patternfly/react-core@1.32.0) (2018-11-08) diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index 3fbd2f81849..02a56715e7d 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.32.0", + "version": "1.32.1", "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 f36df9dffa2..676c7709279 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.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.39...@patternfly/react-docs@3.17.40) (2018-11-08) + + + + +**Note:** Version bump only for package @patternfly/react-docs + ## [3.17.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.38...@patternfly/react-docs@3.17.39) (2018-11-08) diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json index a8c936a93b3..58e2c9a6fa3 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.39", + "version": "3.17.40", "author": "Red Hat", "license": "Apache-2.0", "publishConfig": { @@ -9,7 +9,7 @@ }, "dependencies": { "@patternfly/react-charts": "^1.0.2", - "@patternfly/react-core": "^1.32.0", + "@patternfly/react-core": "^1.32.1", "@patternfly/react-icons": "^2.7.1", "@patternfly/react-styles": "^2.3.0", "@patternfly/react-tokens": "^1.7.1",