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.27.1
 - @patternfly/react-core@1.37.1
 - @patternfly/react-docs@3.19.10
 - @patternfly/react-table@0.2.2
 - @patternfly/react-icons@2.9.1
  • Loading branch information
patternfly-build committed Nov 27, 2018
1 parent 8b772d8 commit 9e41c6c
Show file tree
Hide file tree
Showing 11 changed files with 96 additions and 10 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,46 @@

## Change Log (2018-11-27)

#### :bug: Bug Fix
* `patternfly-4`, `react-icons`
* [#971](https://github.com/patternfly/patternfly-react/pull/971) Icon alignment ([@jschuler](https://github.com/jschuler))

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


## patternfly3-react-lerna-root@7.12.1 (2018-11-27)

#### :bug: Bug Fix
* `patternfly-3`
* [#828](https://github.com/patternfly/patternfly-react/pull/828) fix(Slider): Call onSlide on slide event ([@boaz1337](https://github.com/boaz1337))

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


## patternfly-react@2.25.1 (2018-11-27)

#### :bug: Bug Fix
* `patternfly-3`
* [#828](https://github.com/patternfly/patternfly-react/pull/828) fix(Slider): Call onSlide on slide event ([@boaz1337](https://github.com/boaz1337))

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


## patternfly-react-extensions@2.13.8 (2018-11-27)

#### :bug: Bug Fix
* `patternfly-3`
* [#828](https://github.com/patternfly/patternfly-react/pull/828) fix(Slider): Call onSlide on slide event ([@boaz1337](https://github.com/boaz1337))

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


## @patternfly/react-console@1.9.1 (2018-11-27)

#### :bug: Bug Fix
* `patternfly-3`
* [#828](https://github.com/patternfly/patternfly-react/pull/828) fix(Slider): Call onSlide on slide event ([@boaz1337](https://github.com/boaz1337))
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.27.1"></a>
## [1.27.1](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.27.0...patternfly4-react-lerna-root@1.27.1) (2018-11-27)


### Bug Fixes

* **pagelayoutdemo:** Fix several issues in the PF4 pagelayoutdemo ([#969](https://github.com/patternfly/patternfly-react/issues/969)) ([6bcef8b](https://github.com/patternfly/patternfly-react/commit/6bcef8b))




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

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.27.0",
"version": "1.27.1",
"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.37.1"></a>
## [1.37.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.37.0...@patternfly/react-core@1.37.1) (2018-11-27)


### Bug Fixes

* **pagelayoutdemo:** Fix several issues in the PF4 pagelayoutdemo ([#969](https://github.com/patternfly/patternfly-react/issues/969)) ([6bcef8b](https://github.com/patternfly/patternfly-react/commit/6bcef8b))




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

Expand Down
4 changes: 2 additions & 2 deletions 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.37.0",
"version": "1.37.1",
"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 All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/patternfly/patternfly-react#readme",
"dependencies": {
"@patternfly/react-icons": "^2.9.0",
"@patternfly/react-icons": "^2.9.1",
"@patternfly/react-styles": "^2.3.0",
"exenv": "^1.2.2",
"focus-trap-react": "^4.0.1"
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.19.10"></a>
## [3.19.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.19.9...@patternfly/react-docs@3.19.10) (2018-11-27)




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

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

Expand Down
6 changes: 3 additions & 3 deletions packages/patternfly-4/react-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "3.19.9",
"version": "3.19.10",
"author": "Red Hat",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@patternfly/react-charts": "^1.2.0",
"@patternfly/react-core": "^1.37.0",
"@patternfly/react-icons": "^2.9.0",
"@patternfly/react-core": "^1.37.1",
"@patternfly/react-icons": "^2.9.1",
"@patternfly/react-styled-system": "^1.3.0",
"@patternfly/react-styles": "^2.3.0",
"@patternfly/react-tokens": "^1.9.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-table/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="0.2.2"></a>
## [0.2.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@0.2.1...@patternfly/react-table@0.2.2) (2018-11-27)




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

<a name="0.2.1"></a>
## [0.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@0.2.0...@patternfly/react-table@0.2.1) (2018-11-27)

Expand Down
6 changes: 3 additions & 3 deletions packages/patternfly-4/react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-table",
"version": "0.2.1",
"version": "0.2.2",
"description": "This library provides a set of React table components for use with the PatternFly 4",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand All @@ -26,8 +26,8 @@
},
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme",
"dependencies": {
"@patternfly/react-core": "^1.37.0",
"@patternfly/react-icons": "^2.9.0",
"@patternfly/react-core": "^1.37.1",
"@patternfly/react-icons": "^2.9.1",
"@patternfly/react-styles": "^2.3.0",
"babel-plugin-lodash": "^3.3.4",
"exenv": "^1.2.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-icons/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="2.9.1"></a>
## [2.9.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@2.9.0...@patternfly/react-icons@2.9.1) (2018-11-27)




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

<a name="2.9.0"></a>
# [2.9.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@2.8.0...@patternfly/react-icons@2.9.0) (2018-11-27)

Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-icons",
"version": "2.9.0",
"version": "2.9.1",
"description": "PatternFly 4 Icons as React Components",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 9e41c6c

Please sign in to comment.