Skip to content

Commit

Permalink
chore(release): releasing packages
Browse files Browse the repository at this point in the history
 - patternfly3-react-lerna-root@7.1.7
 - patternfly-react-extensions@2.8.9
  • Loading branch information
patternfly-build committed Oct 11, 2018
1 parent fea7d67 commit ed2a551
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 3 deletions.
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@

## Unreleased (2018-10-11)
## Change Log (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))


## patternfly4-react-lerna-root@1.6.3 (2018-10-11)

#### :memo: Documentation
* `patternfly-4`
* [#732](https://github.com/patternfly/patternfly-react/pull/732) fix(doc): list full steps required to start pf4 dev environment ([@seanforyou23](https://github.com/seanforyou23))

#### Committers: 1
- Michael Spaxman ([@seanforyou23](https://github.com/seanforyou23))


## @patternfly/react-docs@3.16.6 (2018-10-11)

#### :memo: Documentation
* `patternfly-4`
* [#732](https://github.com/patternfly/patternfly-react/pull/732) fix(doc): list full steps required to start pf4 dev environment ([@seanforyou23](https://github.com/seanforyou23))

#### Committers: 1
- Michael Spaxman ([@seanforyou23](https://github.com/seanforyou23))


## @patternfly/react-core@1.19.2 (2018-10-11)

#### :memo: Documentation
* `patternfly-4`
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-3/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="7.1.7"></a>
## [7.1.7](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.1.6...patternfly3-react-lerna-root@7.1.7) (2018-10-11)


### Bug Fixes

* **table-grid:** use package import rather than relative in TableGridHead ([#734](https://github.com/patternfly/patternfly-react/issues/734)) ([fea7d67](https://github.com/patternfly/patternfly-react/commit/fea7d67))




<a name="7.1.6"></a>
## [7.1.6](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.1.4...patternfly3-react-lerna-root@7.1.6) (2018-10-10)

Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly3-react-lerna-root",
"version": "7.1.6",
"version": "7.1.7",
"private": true,
"config": {
"access": "private"
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-3/patternfly-react-extensions/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="2.8.9"></a>
## [2.8.9](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.8.8...patternfly-react-extensions@2.8.9) (2018-10-11)


### Bug Fixes

* **table-grid:** use package import rather than relative in TableGridHead ([#734](https://github.com/patternfly/patternfly-react/issues/734)) ([fea7d67](https://github.com/patternfly/patternfly-react/commit/fea7d67))




<a name="2.8.8"></a>
## [2.8.8](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.8.6...patternfly-react-extensions@2.8.8) (2018-10-10)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-react-extensions",
"version": "2.8.8",
"version": "2.8.9",
"private": false,
"description": "This library provides an extended set of React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
Expand Down

0 comments on commit ed2a551

Please sign in to comment.