Skip to content

Commit

Permalink
chore(release): releasing packages
Browse files Browse the repository at this point in the history
 - patternfly4-react-lerna-root@1.7.0
 - @patternfly/react-core@1.20.0
 - @patternfly/react-docs@3.16.7
  • Loading branch information
patternfly-build committed Oct 11, 2018
1 parent 2508215 commit 4b279e9
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@

## Change Log (2018-10-11)

#### :memo: Documentation
* `patternfly-4`
* [#735](https://github.com/patternfly/patternfly-react/pull/735) docs(README.md): Update docs about running the site locally ([@boaz1337](https://github.com/boaz1337))

#### Committers: 2
- Amiee Lo ([@amarie401](https://github.com/amarie401))
- [@boaz1337](https://github.com/boaz1337)


## patternfly3-react-lerna-root@7.1.7 (2018-10-11)

#### :bug: Bug Fix
* `patternfly-3`
* [#734](https://github.com/patternfly/patternfly-react/pull/734) fix(table-grid): use package import rather than relative path in TableGrid ([@priley86](https://github.com/priley86))

#### Committers: 1
- Patrick Riley ([@priley86](https://github.com/priley86))


## patternfly-react-extensions@2.8.9 (2018-10-11)

#### :bug: Bug Fix
* `patternfly-3`
* [#734](https://github.com/patternfly/patternfly-react/pull/734) fix(table-grid): use package import rather than relative path in TableGrid ([@priley86](https://github.com/priley86))
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.7.0"></a>
# [1.7.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.6.3...patternfly4-react-lerna-root@1.7.0) (2018-10-11)


### Features

* **LoginBox:** introduce the pf4 loginbox component ([#737](https://github.com/patternfly/patternfly-react/issues/737)) ([2508215](https://github.com/patternfly/patternfly-react/commit/2508215))




<a name="1.6.3"></a>
## [1.6.3](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.6.2...patternfly4-react-lerna-root@1.6.3) (2018-10-11)

Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly4-react-lerna-root",
"version": "1.6.3",
"version": "1.7.0",
"private": true,
"config": {
"access": "private"
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-4/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="1.20.0"></a>
# [1.20.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.19.2...@patternfly/react-core@1.20.0) (2018-10-11)


### Features

* **LoginBox:** introduce the pf4 loginbox component ([#737](https://github.com/patternfly/patternfly-react/issues/737)) ([2508215](https://github.com/patternfly/patternfly-react/commit/2508215))




<a name="1.19.2"></a>
## [1.19.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.19.1...@patternfly/react-core@1.19.2) (2018-10-11)

Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-core",
"version": "1.19.2",
"version": "1.20.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",
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="3.16.7"></a>
## [3.16.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.16.6...@patternfly/react-docs@3.16.7) (2018-10-11)




**Note:** Version bump only for package @patternfly/react-docs

<a name="3.16.6"></a>
## [3.16.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.16.5...@patternfly/react-docs@3.16.6) (2018-10-11)

Expand Down
4 changes: 2 additions & 2 deletions packages/patternfly-4/react-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "3.16.6",
"version": "3.16.7",
"author": "Red Hat",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@patternfly/react-core": "^1.19.2",
"@patternfly/react-core": "^1.20.0",
"@patternfly/react-icons": "^2.5.0",
"@patternfly/react-styles": "^2.2.0",
"@patternfly/react-tokens": "^1.5.1",
Expand Down

0 comments on commit 4b279e9

Please sign in to comment.