Skip to content

Commit

Permalink
chore(release): releasing packages
Browse files Browse the repository at this point in the history
 - @patternfly/react-core@1.27.1
 - @patternfly/react-docs@3.17.18
 - @patternfly/react-icons@2.5.3
  • Loading branch information
patternfly-build committed Oct 25, 2018
1 parent 1c8a6c3 commit 735ee81
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 7 deletions.
43 changes: 42 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@

## Change Log (2018-10-24)
## Change Log (2018-10-25)

#### :memo: Documentation
* `react-icons`
* [#731](https://github.com/patternfly/patternfly-react/pull/731) docs(custom-icon): describe how to add custom icons ([@karelhala](https://github.com/karelhala))

#### Committers: 2
- Doug Miller ([@dmiller9911](https://github.com/dmiller9911))
- Karel Hala ([@karelhala](https://github.com/karelhala))


## patternfly3-react-lerna-root@7.3.9 (2018-10-24)

#### :bug: Bug Fix
* `patternfly-3`
* [#826](https://github.com/patternfly/patternfly-react/pull/826) fix(ExpandCollapse): Fix to export ALIGN_LEFT and ALIGN_CENTER constants ([@jeff-phillips-18](https://github.com/jeff-phillips-18))

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


## patternfly-react@2.21.5 (2018-10-24)

#### :bug: Bug Fix
* `patternfly-3`
* [#826](https://github.com/patternfly/patternfly-react/pull/826) fix(ExpandCollapse): Fix to export ALIGN_LEFT and ALIGN_CENTER constants ([@jeff-phillips-18](https://github.com/jeff-phillips-18))

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


## patternfly-react-extensions@2.9.9 (2018-10-24)

#### :bug: Bug Fix
* `patternfly-3`
* [#826](https://github.com/patternfly/patternfly-react/pull/826) fix(ExpandCollapse): Fix to export ALIGN_LEFT and ALIGN_CENTER constants ([@jeff-phillips-18](https://github.com/jeff-phillips-18))

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


## @patternfly/react-console@1.4.12 (2018-10-24)

#### :bug: Bug Fix
* `patternfly-3`
Expand Down
8 changes: 8 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,14 @@
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/@patternfly/react-core@1.27.0...@patternfly/react-core@1.27.1) (2018-10-25)




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

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

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.27.0",
"version": "1.27.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.5.2",
"@patternfly/react-icons": "^2.5.3",
"@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.17.18"></a>
## [3.17.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.17.17...@patternfly/react-docs@3.17.18) (2018-10-25)




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

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

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,15 +1,15 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "3.17.17",
"version": "3.17.18",
"author": "Red Hat",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@patternfly/react-core": "^1.27.0",
"@patternfly/react-icons": "^2.5.2",
"@patternfly/react-core": "^1.27.1",
"@patternfly/react-icons": "^2.5.3",
"@patternfly/react-styles": "^2.3.0",
"@patternfly/react-tokens": "^1.5.4",
"babel-standalone": "^6.26.0",
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.5.3"></a>
## [2.5.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@2.5.2...@patternfly/react-icons@2.5.3) (2018-10-25)




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

<a name="2.5.2"></a>
## [2.5.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@2.5.1...@patternfly/react-icons@2.5.2) (2018-10-18)

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.5.2",
"version": "2.5.3",
"description": "PatternFly 4 Icons as React Components",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 735ee81

Please sign in to comment.