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.8.0
 - patternfly-react-extensions@2.12.0
  • Loading branch information
patternfly-build committed Oct 31, 2018
1 parent 735b12c commit e4b16b1
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 2 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,44 @@

## Change Log (2018-10-31)

#### :rocket: New Feature
* `patternfly-3`
* [#829](https://github.com/patternfly/patternfly-react/pull/829) feat(BadgedResource): Add BadgedResource component to patternfly-react-extensions ([@jeff-phillips-18](https://github.com/jeff-phillips-18))

#### Committers: 1
- Jeff Phillips ([@jeff-phillips-18](https://github.com/jeff-phillips-18))


## patternfly4-react-lerna-root@1.16.0 (2018-10-30)

#### :rocket: New Feature
* `patternfly-4`
* [#859](https://github.com/patternfly/patternfly-react/pull/859) feat(Label): add Label to PF4 ([@boaz1337](https://github.com/boaz1337))

#### Committers: 1
- [@boaz1337](https://github.com/boaz1337)


## @patternfly/react-docs@3.17.29 (2018-10-30)

#### :rocket: New Feature
* `patternfly-4`
* [#859](https://github.com/patternfly/patternfly-react/pull/859) feat(Label): add Label to PF4 ([@boaz1337](https://github.com/boaz1337))

#### Committers: 1
- [@boaz1337](https://github.com/boaz1337)


## @patternfly/react-core@1.29.0 (2018-10-30)

#### :rocket: New Feature
* `patternfly-4`
* [#859](https://github.com/patternfly/patternfly-react/pull/859) feat(Label): add Label to PF4 ([@boaz1337](https://github.com/boaz1337))

#### Committers: 1
- [@boaz1337](https://github.com/boaz1337)


## patternfly4-react-lerna-root@1.15.4 (2018-10-30)

#### :bug: Bug Fix
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.8.0"></a>
# [7.8.0](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.7.1...patternfly3-react-lerna-root@7.8.0) (2018-10-31)


### Features

* **BadgedResource:** Add BadgedResource component to patternfly-react-extensions ([#829](https://github.com/patternfly/patternfly-react/issues/829)) ([735b12c](https://github.com/patternfly/patternfly-react/commit/735b12c)), closes [#775](https://github.com/patternfly/patternfly-react/issues/775)




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

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.7.1",
"version": "7.8.0",
"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.12.0"></a>
# [2.12.0](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.11.1...patternfly-react-extensions@2.12.0) (2018-10-31)


### Features

* **BadgedResource:** Add BadgedResource component to patternfly-react-extensions ([#829](https://github.com/patternfly/patternfly-react/issues/829)) ([735b12c](https://github.com/patternfly/patternfly-react/commit/735b12c)), closes [#775](https://github.com/patternfly/patternfly-react/issues/775)




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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-react-extensions",
"version": "2.11.1",
"version": "2.12.0",
"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 e4b16b1

Please sign in to comment.