diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b937d8898..5d878697adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ -## Change Log (2018-10-18) +## patternfly4-react-lerna-root@1.12.5 (2018-10-18) + +#### :memo: Documentation +* `patternfly-4` + * [#805](https://github.com/patternfly/patternfly-react/pull/805) docs(formComponent): changes radios in examples to radio component ([@rvsia](https://github.com/rvsia)) + +#### Committers: 3 +- Dan Labrecque ([@dlabrecq](https://github.com/dlabrecq)) +- Joachim ([@jschuler](https://github.com/jschuler)) +- Richard Všianský ([@rvsia](https://github.com/rvsia)) + + +## @patternfly/react-tokens@1.5.4 (2018-10-18) + +#### :memo: Documentation +* `patternfly-4` + * [#805](https://github.com/patternfly/patternfly-react/pull/805) docs(formComponent): changes radios in examples to radio component ([@rvsia](https://github.com/rvsia)) + +#### Committers: 3 +- Dan Labrecque ([@dlabrecq](https://github.com/dlabrecq)) +- Joachim ([@jschuler](https://github.com/jschuler)) +- Richard Všianský ([@rvsia](https://github.com/rvsia)) + + +## @patternfly/react-docs@3.17.13 (2018-10-18) + +#### :memo: Documentation +* `patternfly-4` + * [#805](https://github.com/patternfly/patternfly-react/pull/805) docs(formComponent): changes radios in examples to radio component ([@rvsia](https://github.com/rvsia)) + +#### Committers: 3 +- Dan Labrecque ([@dlabrecq](https://github.com/dlabrecq)) +- Joachim ([@jschuler](https://github.com/jschuler)) +- Richard Všianský ([@rvsia](https://github.com/rvsia)) + + +## @patternfly/react-core@1.25.5 (2018-10-18) #### :memo: Documentation * `patternfly-4` diff --git a/packages/patternfly-4/CHANGELOG.md b/packages/patternfly-4/CHANGELOG.md index 995ded913eb..bd4a70ca986 100644 --- a/packages/patternfly-4/CHANGELOG.md +++ b/packages/patternfly-4/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.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) + + + + +**Note:** Version bump only for package patternfly4-react-lerna-root + ## [1.12.5](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.12.3...patternfly4-react-lerna-root@1.12.5) (2018-10-18) diff --git a/packages/patternfly-4/package.json b/packages/patternfly-4/package.json index 4dbaaae2bb8..6433cfb9874 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.5", + "version": "1.12.6", "private": true, "config": { "access": "private" diff --git a/packages/patternfly-4/react-core/CHANGELOG.md b/packages/patternfly-4/react-core/CHANGELOG.md index 39ee0649f0d..4c20dfb1aa1 100644 --- a/packages/patternfly-4/react-core/CHANGELOG.md +++ b/packages/patternfly-4/react-core/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.25.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.25.5...@patternfly/react-core@1.25.6) (2018-10-18) + + + + +**Note:** Version bump only for package @patternfly/react-core + ## [1.25.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.25.3...@patternfly/react-core@1.25.5) (2018-10-18) diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index 0c0acc5f009..59dd510bc3c 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.5", + "version": "1.25.6", "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", @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/patternfly/patternfly-react#readme", "dependencies": { - "@patternfly/react-icons": "^2.5.1", + "@patternfly/react-icons": "^2.5.2", "@patternfly/react-styles": "^2.3.0", "exenv": "^1.2.2" }, diff --git a/packages/patternfly-4/react-docs/CHANGELOG.md b/packages/patternfly-4/react-docs/CHANGELOG.md index 15ec1f4d075..dc8e97607e4 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.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.13...@patternfly/react-docs@3.17.14) (2018-10-18) + + + + +**Note:** Version bump only for package @patternfly/react-docs + ## [3.17.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.11...@patternfly/react-docs@3.17.13) (2018-10-18) diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json index c56cb0c0525..171ae007818 100644 --- a/packages/patternfly-4/react-docs/package.json +++ b/packages/patternfly-4/react-docs/package.json @@ -1,15 +1,15 @@ { "name": "@patternfly/react-docs", "description": "PatternFly React Docs", - "version": "3.17.13", + "version": "3.17.14", "author": "Red Hat", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "dependencies": { - "@patternfly/react-core": "^1.25.5", - "@patternfly/react-icons": "^2.5.1", + "@patternfly/react-core": "^1.25.6", + "@patternfly/react-icons": "^2.5.2", "@patternfly/react-styles": "^2.3.0", "@patternfly/react-tokens": "^1.5.4", "babel-standalone": "^6.26.0", diff --git a/packages/react-icons/CHANGELOG.md b/packages/react-icons/CHANGELOG.md index 5525f95748b..953bed25a82 100644 --- a/packages/react-icons/CHANGELOG.md +++ b/packages/react-icons/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.5.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@2.5.1...@patternfly/react-icons@2.5.2) (2018-10-18) + + + + +**Note:** Version bump only for package @patternfly/react-icons + ## [2.5.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@2.5.0...@patternfly/react-icons@2.5.1) (2018-10-11) diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index dfcd5633356..2361a1db365 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/react-icons", - "version": "2.5.1", + "version": "2.5.2", "description": "PatternFly 4 Icons as React Components", "main": "dist/js/index.js", "module": "dist/esm/index.js", @@ -44,4 +44,4 @@ "react": "^16.4.0", "react-dom": "^15.6.2 || ^16.4.0" } -} \ No newline at end of file +}