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.3
 - patternfly-react-extensions@2.12.3
  • Loading branch information
patternfly-build committed Nov 6, 2018
1 parent e504964 commit fd7e316
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 2 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,49 @@

## Change Log (2018-11-06)

#### :bug: Bug Fix
* `patternfly-3`
* [#870](https://github.com/patternfly/patternfly-react/pull/870) fix(BadgedResource): Use css over inlined style for bg color ([@jeff-phillips-18](https://github.com/jeff-phillips-18))

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


## patternfly3-react-lerna-root@7.8.2 (2018-11-06)

#### :bug: Bug Fix
* `patternfly-3`
* [#878](https://github.com/patternfly/patternfly-react/pull/878) fix(modal transition): Reduce translate3d (right offset) positioning for right-side-modal-pf to 25% ([@sg00dwin](https://github.com/sg00dwin))

#### Committers: 2
- Ian Bolton ([@ibolton336](https://github.com/ibolton336))
- Steve Goodwin ([@sg00dwin](https://github.com/sg00dwin))


## patternfly-react@2.22.3 (2018-11-06)

#### :bug: Bug Fix
* `patternfly-3`
* [#878](https://github.com/patternfly/patternfly-react/pull/878) fix(modal transition): Reduce translate3d (right offset) positioning for right-side-modal-pf to 25% ([@sg00dwin](https://github.com/sg00dwin))

#### Committers: 2
- Ian Bolton ([@ibolton336](https://github.com/ibolton336))
- Steve Goodwin ([@sg00dwin](https://github.com/sg00dwin))


## patternfly-react-extensions@2.12.2 (2018-11-06)

#### :bug: Bug Fix
* `patternfly-3`
* [#878](https://github.com/patternfly/patternfly-react/pull/878) fix(modal transition): Reduce translate3d (right offset) positioning for right-side-modal-pf to 25% ([@sg00dwin](https://github.com/sg00dwin))

#### Committers: 2
- Ian Bolton ([@ibolton336](https://github.com/ibolton336))
- Steve Goodwin ([@sg00dwin](https://github.com/sg00dwin))


## @patternfly/react-console@1.5.4 (2018-11-06)

#### :bug: Bug Fix
* `patternfly-3`
* [#878](https://github.com/patternfly/patternfly-react/pull/878) fix(modal transition): Reduce translate3d (right offset) positioning for right-side-modal-pf to 25% ([@sg00dwin](https://github.com/sg00dwin))
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.3"></a>
## [7.8.3](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.8.2...patternfly3-react-lerna-root@7.8.3) (2018-11-06)


### Bug Fixes

* **BadgedResource:** Use css over inlined style for bg color ([#870](https://github.com/patternfly/patternfly-react/issues/870)) ([e504964](https://github.com/patternfly/patternfly-react/commit/e504964))




<a name="7.8.2"></a>
## [7.8.2](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.8.0...patternfly3-react-lerna-root@7.8.2) (2018-11-06)

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.8.2",
"version": "7.8.3",
"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.3"></a>
## [2.12.3](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.12.2...patternfly-react-extensions@2.12.3) (2018-11-06)


### Bug Fixes

* **BadgedResource:** Use css over inlined style for bg color ([#870](https://github.com/patternfly/patternfly-react/issues/870)) ([e504964](https://github.com/patternfly/patternfly-react/commit/e504964))




<a name="2.12.2"></a>
## [2.12.2](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.12.0...patternfly-react-extensions@2.12.2) (2018-11-06)

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

Please sign in to comment.