Skip to content

Commit 043958c

Browse files
chore(release): releasing packages
- [email protected] - [email protected] - [email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected]
1 parent df0c275 commit 043958c

File tree

19 files changed

+125
-18
lines changed

19 files changed

+125
-18
lines changed

CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11

2-
## Unreleased (2019-02-01)
2+
## [email protected] (2019-02-01)
3+
4+
#### :bug: Bug Fix
5+
* `patternfly-4`
6+
* [#1281](https://github.com/patternfly/patternfly-react/pull/1281) Fix react-table not expose index.d.ts issue ([@kunyan](https://github.com/kunyan))
7+
8+
#### Committers: 1
9+
- Kun Yan ([@kunyan](https://github.com/kunyan))
10+
11+
12+
## @patternfly/react-table@0.4.16 (2019-02-01)
13+
14+
#### :bug: Bug Fix
15+
* `patternfly-4`
16+
* [#1281](https://github.com/patternfly/patternfly-react/pull/1281) Fix react-table not expose index.d.ts issue ([@kunyan](https://github.com/kunyan))
17+
18+
#### Committers: 1
19+
- Kun Yan ([@kunyan](https://github.com/kunyan))
20+
21+
22+
## @patternfly/react-docs@3.21.16 (2019-02-01)
323

424
#### :bug: Bug Fix
525
* `patternfly-4`

packages/patternfly-3/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.19.13](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@[email protected]) (2019-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** Support running npm scripts under Windows ([#1251](https://github.com/patternfly/patternfly-react/issues/1251)) ([df0c275](https://github.com/patternfly/patternfly-react/commit/df0c275))
12+
13+
14+
15+
16+
617
## [7.19.12](https://github.com/patternfly/patternfly-react/compare/patternfly3-react-lerna-root@[email protected]) (2019-01-29)
718

819

packages/patternfly-3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternfly3-react-lerna-root",
3-
"version": "7.19.12",
3+
"version": "7.19.13",
44
"private": true,
55
"config": {
66
"access": "private"

packages/patternfly-3/patternfly-react-extensions/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.16.11](https://github.com/patternfly/patternfly-react/compare/patternfly-react-extensions@[email protected]) (2019-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** Support running npm scripts under Windows ([#1251](https://github.com/patternfly/patternfly-react/issues/1251)) ([df0c275](https://github.com/patternfly/patternfly-react/commit/df0c275))
12+
13+
14+
15+
16+
617
## [2.16.10](https://github.com/patternfly/patternfly-react/compare/[email protected]@2.16.10) (2019-01-29)
718

819

packages/patternfly-3/patternfly-react-extensions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternfly-react-extensions",
3-
"version": "2.16.10",
3+
"version": "2.16.11",
44
"private": false,
55
"description": "This library provides an extended set of React components for use with the PatternFly reference implementation.",
66
"main": "dist/js/index.js",
@@ -42,7 +42,7 @@
4242
"classnames": "^2.2.5",
4343
"css-element-queries": "^1.0.1",
4444
"patternfly": "^3.58.0",
45-
"patternfly-react": "^2.29.8",
45+
"patternfly-react": "^2.29.9",
4646
"react-bootstrap": "^0.32.1",
4747
"react-diff-view": "^1.8.1",
4848
"react-virtualized": "9.x",

packages/patternfly-3/patternfly-react/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.29.9](https://github.com/patternfly/patternfly-react/compare/[email protected]@2.29.9) (2019-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** Support running npm scripts under Windows ([#1251](https://github.com/patternfly/patternfly-react/issues/1251)) ([df0c275](https://github.com/patternfly/patternfly-react/commit/df0c275))
12+
13+
14+
15+
16+
617
## [2.29.8](https://github.com/patternfly/patternfly-react/compare/[email protected]@2.29.8) (2019-01-25)
718

819

packages/patternfly-3/patternfly-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternfly-react",
3-
"version": "2.29.8",
3+
"version": "2.29.9",
44
"private": false,
55
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
66
"main": "dist/js/index.js",

packages/patternfly-3/react-console/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2019-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** Support running npm scripts under Windows ([#1251](https://github.com/patternfly/patternfly-react/issues/1251)) ([df0c275](https://github.com/patternfly/patternfly-react/commit/df0c275))
12+
13+
14+
15+
16+
617
## [1.10.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2019-01-25)
718

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

packages/patternfly-3/react-console/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-console",
3-
"version": "1.10.16",
3+
"version": "1.10.17",
44
"private": false,
55
"description": "This library provides a set of Console React components for use with the PatternFly reference implementation.",
66
"main": "dist/js/index.js",
@@ -47,7 +47,7 @@
4747
"devDependencies": {
4848
"cross-var": "^1.1.0",
4949
"patternfly": "^3.58.0",
50-
"patternfly-react": "^2.29.8"
50+
"patternfly-react": "^2.29.9"
5151
},
5252
"peerDependencies": {
5353
"patternfly-react": "^2.24.0",

packages/patternfly-4/react-core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.51.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2019-02-01)
7+
8+
**Note:** Version bump only for package @patternfly/react-core
9+
10+
11+
12+
13+
614
## [1.51.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2019-02-01)
715

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

packages/patternfly-4/react-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-core",
3-
"version": "1.51.5",
3+
"version": "1.51.6",
44
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -27,7 +27,7 @@
2727
},
2828
"homepage": "https://github.com/patternfly/patternfly-react#readme",
2929
"dependencies": {
30-
"@patternfly/react-icons": "^2.10.4",
30+
"@patternfly/react-icons": "^2.10.5",
3131
"@patternfly/react-styles": "^2.3.0",
3232
"@patternfly/react-tokens": "^1.10.2",
3333
"@tippy.js/react": "^1.1.1",

packages/patternfly-4/react-docs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.21.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2019-02-01)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [3.21.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2019-02-01)
715

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

packages/patternfly-4/react-docs/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "@patternfly/react-docs",
33
"description": "PatternFly React Docs",
4-
"version": "3.21.16",
4+
"version": "3.21.17",
55
"author": "Red Hat",
66
"license": "Apache-2.0",
77
"publishConfig": {
88
"access": "public"
99
},
1010
"dependencies": {
1111
"@patternfly/react-charts": "^1.4.3",
12-
"@patternfly/react-core": "^1.51.5",
13-
"@patternfly/react-icons": "^2.10.4",
12+
"@patternfly/react-core": "^1.51.6",
13+
"@patternfly/react-icons": "^2.10.5",
1414
"@patternfly/react-styled-system": "^1.4.2",
1515
"@patternfly/react-styles": "^2.3.0",
16-
"@patternfly/react-table": "^0.4.16",
16+
"@patternfly/react-table": "^0.4.17",
1717
"@patternfly/react-tokens": "^1.10.2",
1818
"babel-standalone": "^6.26.0",
1919
"clipboard-copy": "^2.0.1",

packages/patternfly-4/react-integration/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2019-02-01)
7+
8+
**Note:** Version bump only for package @patternfly/react-integration
9+
10+
11+
12+
13+
614
## [1.0.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2019-02-01)
715

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

packages/patternfly-4/react-integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-integration",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "Integration testing for PF4 using demo applications",
55
"main": "lib/index.js",
66
"sideEffects": false,

packages/patternfly-4/react-table/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2019-02-01)
7+
8+
**Note:** Version bump only for package @patternfly/react-table
9+
10+
11+
12+
13+
614
## [0.4.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2019-02-01)
715

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

packages/patternfly-4/react-table/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-table",
3-
"version": "0.4.16",
3+
"version": "0.4.17",
44
"description": "This library provides a set of React table components for use with the PatternFly 4",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -27,8 +27,8 @@
2727
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme",
2828
"dependencies": {
2929
"@patternfly/patternfly-next": "1.0.167",
30-
"@patternfly/react-core": "^1.51.5",
31-
"@patternfly/react-icons": "^2.10.4",
30+
"@patternfly/react-core": "^1.51.6",
31+
"@patternfly/react-icons": "^2.10.5",
3232
"@patternfly/react-styles": "^2.3.0",
3333
"exenv": "^1.2.2",
3434
"reactabular-table": "^8.14.0"

packages/react-icons/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.10.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2019-02-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** Support running npm scripts under Windows ([#1251](https://github.com/patternfly/patternfly-react/issues/1251)) ([df0c275](https://github.com/patternfly/patternfly-react/commit/df0c275))
12+
13+
14+
15+
16+
617
## [2.10.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2019-02-01)
718

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

packages/react-icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-icons",
3-
"version": "2.10.4",
3+
"version": "2.10.5",
44
"description": "PatternFly 4 Icons as React Components",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)