diff --git a/packages/patternfly-4/CHANGELOG.md b/packages/patternfly-4/CHANGELOG.md index bd4a70ca986..ee975ce80c6 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.13.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.12.6...patternfly4-react-lerna-root@1.13.0) (2018-10-24) + + +### Features + +* **PF4-Dropdown:** Enhance keyboard interaction for a11y ([#815](https://github.com/patternfly/patternfly-react/issues/815)) ([cc89db6](https://github.com/patternfly/patternfly-react/commit/cc89db6)), closes [#557](https://github.com/patternfly/patternfly-react/issues/557) + + + + ## [1.12.6](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.12.5...patternfly4-react-lerna-root@1.12.6) (2018-10-18) diff --git a/packages/patternfly-4/package.json b/packages/patternfly-4/package.json index 6433cfb9874..a5dd68d0f2d 100644 --- a/packages/patternfly-4/package.json +++ b/packages/patternfly-4/package.json @@ -1,6 +1,6 @@ { "name": "patternfly4-react-lerna-root", - "version": "1.12.6", + "version": "1.13.0", "private": true, "config": { "access": "private" diff --git a/packages/patternfly-4/react-core/CHANGELOG.md b/packages/patternfly-4/react-core/CHANGELOG.md index 4c20dfb1aa1..fea1169eaa4 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.26.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.25.6...@patternfly/react-core@1.26.0) (2018-10-24) + + +### Features + +* **PF4-Dropdown:** Enhance keyboard interaction for a11y ([#815](https://github.com/patternfly/patternfly-react/issues/815)) ([cc89db6](https://github.com/patternfly/patternfly-react/commit/cc89db6)), closes [#557](https://github.com/patternfly/patternfly-react/issues/557) + + + + ## [1.25.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.25.5...@patternfly/react-core@1.25.6) (2018-10-18) diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index ee87cf52c26..d1558be9058 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.25.6", + "version": "1.26.0", "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 dc8e97607e4..45a452558b1 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.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.14...@patternfly/react-docs@3.17.15) (2018-10-24) + + + + +**Note:** Version bump only for package @patternfly/react-docs + ## [3.17.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.13...@patternfly/react-docs@3.17.14) (2018-10-18) diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json index 171ae007818..1936f56a1b0 100644 --- a/packages/patternfly-4/react-docs/package.json +++ b/packages/patternfly-4/react-docs/package.json @@ -1,14 +1,14 @@ { "name": "@patternfly/react-docs", "description": "PatternFly React Docs", - "version": "3.17.14", + "version": "3.17.15", "author": "Red Hat", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "dependencies": { - "@patternfly/react-core": "^1.25.6", + "@patternfly/react-core": "^1.26.0", "@patternfly/react-icons": "^2.5.2", "@patternfly/react-styles": "^2.3.0", "@patternfly/react-tokens": "^1.5.4",