diff --git a/CHANGELOG.md b/CHANGELOG.md index 65624b9cab8..39a1f64bc61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +## Change Log (2018-10-12) + +#### :house: Internal +* [#751](https://github.com/patternfly/patternfly-react/pull/751) Fix broken image paths for patternfly-4 docs hosted by surge ([@dlabrecq](https://github.com/dlabrecq)) + +#### Committers: 2 +- Dan Labrecque ([@dlabrecq](https://github.com/dlabrecq)) +- Joachim ([@jschuler](https://github.com/jschuler)) + + ## patternfly4-react-lerna-root@1.8.2 (2018-10-11) #### :memo: Documentation diff --git a/packages/patternfly-4/CHANGELOG.md b/packages/patternfly-4/CHANGELOG.md index a6be2199a82..4dde8357069 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.9.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.8.4...patternfly4-react-lerna-root@1.9.0) (2018-10-12) + + +### Features + +* **page layout demos:** Add PF4 page layout demos ([#749](https://github.com/patternfly/patternfly-react/issues/749)) ([025d862](https://github.com/patternfly/patternfly-react/commit/025d862)) + + + + ## [1.8.4](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.8.3...patternfly4-react-lerna-root@1.8.4) (2018-10-12) diff --git a/packages/patternfly-4/package.json b/packages/patternfly-4/package.json index 4a5ba88817d..127bb5b942e 100644 --- a/packages/patternfly-4/package.json +++ b/packages/patternfly-4/package.json @@ -1,6 +1,6 @@ { "name": "patternfly4-react-lerna-root", - "version": "1.8.4", + "version": "1.9.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 f2ff944339c..f82a33f27a1 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.22.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.21.4...@patternfly/react-core@1.22.0) (2018-10-12) + + +### Features + +* **page layout demos:** Add PF4 page layout demos ([#749](https://github.com/patternfly/patternfly-react/issues/749)) ([025d862](https://github.com/patternfly/patternfly-react/commit/025d862)) + + + + ## [1.21.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.21.3...@patternfly/react-core@1.21.4) (2018-10-12) diff --git a/packages/patternfly-4/react-core/package.json b/packages/patternfly-4/react-core/package.json index 9c67ed02392..a0450d9d87a 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.21.4", + "version": "1.22.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 2dcdbf4409b..29e365cb820 100644 --- a/packages/patternfly-4/react-docs/CHANGELOG.md +++ b/packages/patternfly-4/react-docs/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. + +# [3.17.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.16.12...@patternfly/react-docs@3.17.0) (2018-10-12) + + +### Features + +* **page layout demos:** Add PF4 page layout demos ([#749](https://github.com/patternfly/patternfly-react/issues/749)) ([025d862](https://github.com/patternfly/patternfly-react/commit/025d862)) + + + + ## [3.16.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.16.11...@patternfly/react-docs@3.16.12) (2018-10-12) diff --git a/packages/patternfly-4/react-docs/package.json b/packages/patternfly-4/react-docs/package.json index b3eee956033..6890e426114 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.16.12", + "version": "3.17.0", "author": "Red Hat", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "dependencies": { - "@patternfly/react-core": "^1.21.4", + "@patternfly/react-core": "^1.22.0", "@patternfly/react-icons": "^2.5.1", "@patternfly/react-styles": "^2.3.0", "@patternfly/react-tokens": "^1.5.2",