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.10.5
 - patternfly-react-extensions@2.13.4
 - patternfly-react@2.24.4
 - @patternfly/react-console@1.7.5
 - patternfly4-react-lerna-root@1.26.0
 - @patternfly/react-charts@1.1.0
 - @patternfly/react-core@1.36.0
 - @patternfly/react-docs@3.19.7
 - @patternfly/react-styled-system@1.2.0
 - @patternfly/react-table@0.2.0
 - @patternfly/react-tokens@1.8.0
 - @patternfly/react-icons@2.8.0
  • Loading branch information
patternfly-build committed Nov 20, 2018
1 parent 889ec1a commit 47a4720
Show file tree
Hide file tree
Showing 25 changed files with 198 additions and 29 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,52 @@

## Change Log (2018-11-20)

#### :bug: Bug Fix
* `patternfly-3`
* [#944](https://github.com/patternfly/patternfly-react/pull/944) fix(LoginPage): improve submit button UX ([@Laviro](https://github.com/Laviro))

#### :house: Internal
* `patternfly-3`
* [#909](https://github.com/patternfly/patternfly-react/pull/909) refactor(SerialConsole,VncConsole): Unify use of Toolbar ([@mareklibra](https://github.com/mareklibra))

#### Committers: 3
- Joachim ([@jschuler](https://github.com/jschuler))
- Marek Libra ([@mareklibra](https://github.com/mareklibra))
- Ron Lavi ([@Laviro](https://github.com/Laviro))


## patternfly4-react-lerna-root@1.25.2 (2018-11-20)

#### :bug: Bug Fix
* `patternfly-4`
* [#935](https://github.com/patternfly/patternfly-react/pull/935) Fix Dropdown typescript issue ([@dlabrecq](https://github.com/dlabrecq))

#### Committers: 1
- Dan Labrecque ([@dlabrecq](https://github.com/dlabrecq))


## @patternfly/react-table@0.1.3 (2018-11-20)

#### :bug: Bug Fix
* `patternfly-4`
* [#935](https://github.com/patternfly/patternfly-react/pull/935) Fix Dropdown typescript issue ([@dlabrecq](https://github.com/dlabrecq))

#### Committers: 1
- Dan Labrecque ([@dlabrecq](https://github.com/dlabrecq))


## @patternfly/react-docs@3.19.6 (2018-11-20)

#### :bug: Bug Fix
* `patternfly-4`
* [#935](https://github.com/patternfly/patternfly-react/pull/935) Fix Dropdown typescript issue ([@dlabrecq](https://github.com/dlabrecq))

#### Committers: 1
- Dan Labrecque ([@dlabrecq](https://github.com/dlabrecq))


## @patternfly/react-core@1.35.2 (2018-11-20)

#### :bug: Bug Fix
* `patternfly-4`
* [#935](https://github.com/patternfly/patternfly-react/pull/935) Fix Dropdown typescript issue ([@dlabrecq](https://github.com/dlabrecq))
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.10.5"></a>
## [7.10.5](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@7.10.4...patternfly3-react-lerna-root@7.10.5) (2018-11-20)


### Bug Fixes

* **LoginPage:** improve the submit UX ([#944](https://github.com/patternfly/patternfly-react/issues/944)) ([769b67b](https://github.com/patternfly/patternfly-react/commit/769b67b))




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

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.10.4",
"version": "7.10.5",
"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.4"></a>
## [2.13.4](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@2.13.3...patternfly-react-extensions@2.13.4) (2018-11-20)




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

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "patternfly-react-extensions",
"version": "2.13.3",
"version": "2.13.4",
"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.24.3",
"patternfly-react": "^2.24.4",
"react-virtualized": "9.x"
},
"peerDependencies": {
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.24.4"></a>
## [2.24.4](https://github.com/patternfly/patternfly-react/compare/patternfly-react@2.24.3...patternfly-react@2.24.4) (2018-11-20)


### Bug Fixes

* **LoginPage:** improve the submit UX ([#944](https://github.com/patternfly/patternfly-react/issues/944)) ([769b67b](https://github.com/patternfly/patternfly-react/commit/769b67b))




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

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.24.3",
"version": "2.24.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.7.5"></a>
## [1.7.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-console@1.7.4...@patternfly/react-console@1.7.5) (2018-11-20)




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

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

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.7.4",
"version": "1.7.5",
"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.52.1",
"patternfly-react": "^2.24.3"
"patternfly-react": "^2.24.4"
},
"peerDependencies": {
"patternfly": "^3.58.0",
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.26.0"></a>
# [1.26.0](https://github.com/patternfly/patternfly-react/compare/patternfly4-react-lerna-root@1.25.2...patternfly4-react-lerna-root@1.26.0) (2018-11-20)


### Features

* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/patternfly/patternfly-react/issues/941)) ([889ec1a](https://github.com/patternfly/patternfly-react/commit/889ec1a))




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

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.25.2",
"version": "1.26.0",
"private": true,
"config": {
"access": "private"
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-4/react-charts/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.1.0"></a>
# [1.1.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@1.0.5...@patternfly/react-charts@1.1.0) (2018-11-20)


### Features

* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/patternfly/patternfly-react/issues/941)) ([889ec1a](https://github.com/patternfly/patternfly-react/commit/889ec1a))




<a name="1.0.5"></a>
## [1.0.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@1.0.4...@patternfly/react-charts@1.0.5) (2018-11-16)

Expand Down
4 changes: 2 additions & 2 deletions packages/patternfly-4/react-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-charts",
"version": "1.0.5",
"version": "1.1.0",
"description": "This library provides a set of React chart components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -51,4 +51,4 @@
"glob": "^7.1.2",
"npmlog": "^4.1.2"
}
}
}
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.36.0"></a>
# [1.36.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@1.35.2...@patternfly/react-core@1.36.0) (2018-11-20)


### Features

* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/patternfly/patternfly-react/issues/941)) ([889ec1a](https://github.com/patternfly/patternfly-react/commit/889ec1a))




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

Expand Down
6 changes: 3 additions & 3 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.35.2",
"version": "1.36.0",
"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.7.2",
"@patternfly/react-icons": "^2.8.0",
"@patternfly/react-styles": "^2.3.0",
"exenv": "^1.2.2",
"focus-trap-react": "^4.0.1"
Expand Down Expand Up @@ -53,4 +53,4 @@
"glob": "^7.1.2",
"npmlog": "^4.1.2"
}
}
}
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.7"></a>
## [3.19.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@3.19.6...@patternfly/react-docs@3.19.7) (2018-11-20)




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

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

Expand Down
12 changes: 6 additions & 6 deletions packages/patternfly-4/react-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "3.19.6",
"version": "3.19.7",
"author": "Red Hat",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@patternfly/react-charts": "^1.0.5",
"@patternfly/react-core": "^1.35.2",
"@patternfly/react-icons": "^2.7.2",
"@patternfly/react-styled-system": "^1.1.2",
"@patternfly/react-charts": "^1.1.0",
"@patternfly/react-core": "^1.36.0",
"@patternfly/react-icons": "^2.8.0",
"@patternfly/react-styled-system": "^1.2.0",
"@patternfly/react-styles": "^2.3.0",
"@patternfly/react-tokens": "^1.7.2",
"@patternfly/react-tokens": "^1.8.0",
"babel-standalone": "^6.26.0",
"clipboard-copy": "^2.0.1",
"emotion": "^9.2.9",
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-4/react-styled-system/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.2.0"></a>
# [1.2.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styled-system@1.1.2...@patternfly/react-styled-system@1.2.0) (2018-11-20)


### Features

* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/patternfly/patternfly-react/issues/941)) ([889ec1a](https://github.com/patternfly/patternfly-react/commit/889ec1a))




<a name="1.1.2"></a>
## [1.1.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-styled-system@1.1.0...@patternfly/react-styled-system@1.1.2) (2018-11-16)

Expand Down
6 changes: 3 additions & 3 deletions packages/patternfly-4/react-styled-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-styled-system",
"version": "1.1.2",
"version": "1.2.0",
"description": "Experimental: Styled System package with PatternFly 4 theming",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@patternfly/react-styles": "^2.3.0",
"@patternfly/react-tokens": "^1.7.2",
"@patternfly/react-tokens": "^1.8.0",
"emotion-theming": "^9.2.9",
"react-emotion": "^9.2.12",
"styled-system": "^3.1.11"
Expand All @@ -52,4 +52,4 @@
"optionalDependencies": {
"@types/styled-system": "^3.0.7"
}
}
}
11 changes: 11 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,17 @@
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.0"></a>
# [0.2.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@0.1.3...@patternfly/react-table@0.2.0) (2018-11-20)


### Features

* **PF4 Page:** Allow passing of custom ref for condensed header ([#941](https://github.com/patternfly/patternfly-react/issues/941)) ([889ec1a](https://github.com/patternfly/patternfly-react/commit/889ec1a))




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

Expand Down
8 changes: 4 additions & 4 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.1.3",
"version": "0.2.0",
"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.35.2",
"@patternfly/react-icons": "^2.7.2",
"@patternfly/react-core": "^1.36.0",
"@patternfly/react-icons": "^2.8.0",
"@patternfly/react-styles": "^2.3.0",
"babel-plugin-lodash": "^3.3.4",
"exenv": "^1.2.2",
Expand Down Expand Up @@ -57,4 +57,4 @@
"glob": "^7.1.2",
"npmlog": "^4.1.2"
}
}
}
Loading

0 comments on commit 47a4720

Please sign in to comment.