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.12.7
 - patternfly-react-extensions@2.13.14
 - patternfly-react@2.25.4
 - @patternfly/react-console@1.9.4
 - patternfly4-react-lerna-root@1.28.6
 - @patternfly/react-core@1.38.6
 - @patternfly/react-docs@3.19.19
 - @patternfly/react-table@0.2.11
  • Loading branch information
patternfly-build committed Dec 7, 2018
1 parent ed6afb6 commit 2070327
Show file tree
Hide file tree
Showing 17 changed files with 142 additions and 13 deletions.
50 changes: 49 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@

## Change Log (2018-12-05)
## Change Log (2018-12-07)

#### :rocket: New Feature
* `patternfly-4`
* [#1005](https://github.com/patternfly/patternfly-react/pull/1005) fix(title): allow multiple heading levels for Title ([@seanforyou23](https://github.com/seanforyou23))
* [#1017](https://github.com/patternfly/patternfly-react/pull/1017) docs(Dropdown): clarify Dropdown example titles ([@kmcfaul](https://github.com/kmcfaul))

#### :bug: Bug Fix
* `patternfly-4`
* [#998](https://github.com/patternfly/patternfly-react/pull/998) docs(Card): add card variations to documentation ([@kmcfaul](https://github.com/kmcfaul))
* [#1005](https://github.com/patternfly/patternfly-react/pull/1005) fix(title): allow multiple heading levels for Title ([@seanforyou23](https://github.com/seanforyou23))

#### Committers: 3
- Michael Spaxman ([@seanforyou23](https://github.com/seanforyou23))
- Ron Lavi ([@Laviro](https://github.com/Laviro))
- [@kmcfaul](https://github.com/kmcfaul)


## patternfly4-react-lerna-root@1.28.5 (2018-12-05)

#### :bug: Bug Fix
* `patternfly-4`
* [#1001](https://github.com/patternfly/patternfly-react/pull/1001) fix(Badge): remove margin between badges to match core ([@kmcfaul](https://github.com/kmcfaul))

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


## @patternfly/react-table@0.2.10 (2018-12-05)

#### :bug: Bug Fix
* `patternfly-4`
* [#1001](https://github.com/patternfly/patternfly-react/pull/1001) fix(Badge): remove margin between badges to match core ([@kmcfaul](https://github.com/kmcfaul))

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


## @patternfly/react-docs@3.19.18 (2018-12-05)

#### :bug: Bug Fix
* `patternfly-4`
* [#1001](https://github.com/patternfly/patternfly-react/pull/1001) fix(Badge): remove margin between badges to match core ([@kmcfaul](https://github.com/kmcfaul))

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


## @patternfly/react-core@1.38.5 (2018-12-05)

#### :bug: Bug Fix
* `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.12.7"></a>
## [7.12.7](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.12.6...patternfly3-react-lerna-root@7.12.7) (2018-12-07)


### Bug Fixes

* **LoginPage:** add LoginPageCard inner components documentation. ([#994](https://github.com/patternfly/patternfly-react/issues/994)) ([c00d355](https://github.com/patternfly/patternfly-react/commit/c00d355))




<a name="7.12.6"></a>
## [7.12.6](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.12.4...patternfly3-react-lerna-root@7.12.6) (2018-11-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.12.6",
"version": "7.12.7",
"private": true,
"config": {
"access": "private"
Expand Down
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.13.14"></a>
## [2.13.14](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.13.13...patternfly-react-extensions@2.13.14) (2018-12-07)




**Note:** Version bump only for package patternfly-react-extensions

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-react-extensions",
"version": "2.13.13",
"version": "2.13.14",
"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 Expand Up @@ -42,7 +42,7 @@
"classnames": "^2.2.5",
"css-element-queries": "^1.0.1",
"patternfly": "^3.58.0",
"patternfly-react": "^2.25.3",
"patternfly-react": "^2.25.4",
"react-bootstrap": "^0.32.1",
"react-virtualized": "9.x"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-3/patternfly-react/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.25.4"></a>
## [2.25.4](https://github.com/patternfly/patternfly-react/compare/patternfly-react@2.25.3...patternfly-react@2.25.4) (2018-12-07)


### Bug Fixes

* **LoginPage:** add LoginPageCard inner components documentation. ([#994](https://github.com/patternfly/patternfly-react/issues/994)) ([c00d355](https://github.com/patternfly/patternfly-react/commit/c00d355))




<a name="2.25.3"></a>
## [2.25.3](https://github.com/patternfly/patternfly-react/compare/patternfly-react@2.25.1...patternfly-react@2.25.3) (2018-11-30)

Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-3/patternfly-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-react",
"version": "2.25.3",
"version": "2.25.4",
"private": false,
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-3/react-console/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.9.4"></a>
## [1.9.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.9.3...@patternfly/react-console@1.9.4) (2018-12-07)




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

<a name="1.9.3"></a>
## [1.9.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.9.1...@patternfly/react-console@1.9.3) (2018-11-30)

Expand Down
4 changes: 2 additions & 2 deletions packages/patternfly-3/react-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-console",
"version": "1.9.3",
"version": "1.9.4",
"private": false,
"description": "This library provides a set of Console React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"patternfly": "^3.58.0",
"patternfly-react": "^2.25.3"
"patternfly-react": "^2.25.4"
},
"peerDependencies": {
"patternfly": "^3.58.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/patternfly-4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.28.6"></a>
## [1.28.6](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.28.5...patternfly4-react-lerna-root@1.28.6) (2018-12-07)


### Bug Fixes

* **Button:** remove margin around Buttons in docs ([#1015](https://github.com/patternfly/patternfly-react/issues/1015)) ([4ba4af6](https://github.com/patternfly/patternfly-react/commit/4ba4af6))
* **title:** allow multiple heading levels for Title ([#1005](https://github.com/patternfly/patternfly-react/issues/1005)) ([0eae3d1](https://github.com/patternfly/patternfly-react/commit/0eae3d1))




<a name="1.28.5"></a>
## [1.28.5](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.28.4...patternfly4-react-lerna-root@1.28.5) (2018-12-05)

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.28.5",
"version": "1.28.6",
"private": true,
"config": {
"access": "private"
Expand Down
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.38.6"></a>
## [1.38.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.38.5...@patternfly/react-core@1.38.6) (2018-12-07)


### Bug Fixes

* **Button:** remove margin around Buttons in docs ([#1015](https://github.com/patternfly/patternfly-react/issues/1015)) ([4ba4af6](https://github.com/patternfly/patternfly-react/commit/4ba4af6))
* **title:** allow multiple heading levels for Title ([#1005](https://github.com/patternfly/patternfly-react/issues/1005)) ([0eae3d1](https://github.com/patternfly/patternfly-react/commit/0eae3d1))




<a name="1.38.5"></a>
## [1.38.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.38.4...@patternfly/react-core@1.38.5) (2018-12-05)

Expand Down
2 changes: 1 addition & 1 deletion 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.38.5",
"version": "1.38.6",
"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 Down
11 changes: 11 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,17 @@
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.19"></a>
## [3.19.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.19.18...@patternfly/react-docs@3.19.19) (2018-12-07)


### Bug Fixes

* **title:** allow multiple heading levels for Title ([#1005](https://github.com/patternfly/patternfly-react/issues/1005)) ([0eae3d1](https://github.com/patternfly/patternfly-react/commit/0eae3d1))




<a name="3.19.18"></a>
## [3.19.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.19.17...@patternfly/react-docs@3.19.18) (2018-12-05)

Expand Down
4 changes: 2 additions & 2 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.19.18",
"version": "3.19.19",
"author": "Red Hat",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@patternfly/react-charts": "^1.2.1",
"@patternfly/react-core": "^1.38.5",
"@patternfly/react-core": "^1.38.6",
"@patternfly/react-icons": "^2.9.2",
"@patternfly/react-styled-system": "^1.3.1",
"@patternfly/react-styles": "^2.3.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.11"></a>
## [0.2.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@0.2.10...@patternfly/react-table@0.2.11) (2018-12-07)




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

<a name="0.2.10"></a>
## [0.2.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@0.2.9...@patternfly/react-table@0.2.10) (2018-12-05)

Expand Down
4 changes: 2 additions & 2 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.10",
"version": "0.2.11",
"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,7 +26,7 @@
},
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme",
"dependencies": {
"@patternfly/react-core": "^1.38.5",
"@patternfly/react-core": "^1.38.6",
"@patternfly/react-icons": "^2.9.2",
"@patternfly/react-styles": "^2.3.0",
"babel-plugin-lodash": "^3.3.4",
Expand Down

0 comments on commit 2070327

Please sign in to comment.