diff --git a/CHANGELOG.md b/CHANGELOG.md index eb077e2caff..ad027324d15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +## Change Log (2018-10-16) + +#### :rocket: New Feature +* `patternfly-4` + * [#667](https://github.com/patternfly/patternfly-react/pull/667) feat(formComponent): add Form, FormGroup, ActionGroup PF4 components ([@rvsia](https://github.com/rvsia)) + +#### Committers: 1 +- Richard Všianský ([@rvsia](https://github.com/rvsia)) + + ## patternfly3-react-lerna-root@7.3.2 (2018-10-15) #### :bug: Bug Fix diff --git a/packages/patternfly-4/CHANGELOG.md b/packages/patternfly-4/CHANGELOG.md index e72b66a3540..caf9cff2cc3 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.11.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.10.1...patternfly4-react-lerna-root@1.11.0) (2018-10-16) + + +### Features + +* **formComponent:** add Form, FormGroup, ActionGroup PF4 components ([#667](https://github.com/patternfly/patternfly-react/issues/667)) ([c38779c](https://github.com/patternfly/patternfly-react/commit/c38779c)), closes [#390](https://github.com/patternfly/patternfly-react/issues/390) + + + + ## [1.10.1](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.10.0...patternfly4-react-lerna-root@1.10.1) (2018-10-16) diff --git a/packages/patternfly-4/package.json b/packages/patternfly-4/package.json index 7a1121b7970..16c190a6ec4 100644 --- a/packages/patternfly-4/package.json +++ b/packages/patternfly-4/package.json @@ -1,6 +1,6 @@ { "name": "patternfly4-react-lerna-root", - "version": "1.10.1", + "version": "1.11.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 544d04e0853..7777d0e7703 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.24.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.23.1...@patternfly/react-core@1.24.0) (2018-10-16) + + +### Features + +* **formComponent:** add Form, FormGroup, ActionGroup PF4 components ([#667](https://github.com/patternfly/patternfly-react/issues/667)) ([c38779c](https://github.com/patternfly/patternfly-react/commit/c38779c)), closes [#390](https://github.com/patternfly/patternfly-react/issues/390) + + + + ## [1.23.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.23.0...@patternfly/react-core@1.23.1) (2018-10-16) diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index e6363e40212..ceef1fe0160 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.23.1", + "version": "1.24.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 7b6ac47a56b..df7e51eef36 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.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.2...@patternfly/react-docs@3.17.3) (2018-10-16) + + + + +**Note:** Version bump only for package @patternfly/react-docs + ## [3.17.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.1...@patternfly/react-docs@3.17.2) (2018-10-16) diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json index c03af751a62..ddbd8105e25 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.2", + "version": "3.17.3", "author": "Red Hat", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "dependencies": { - "@patternfly/react-core": "^1.23.1", + "@patternfly/react-core": "^1.24.0", "@patternfly/react-icons": "^2.5.1", "@patternfly/react-styles": "^2.3.0", "@patternfly/react-tokens": "^1.5.2",