Skip to content

Commit a645c18

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/react-catalog-view-extension@4.0.16 - @patternfly/react-charts@6.1.2 - @patternfly/react-core@4.2.4 - @patternfly/react-docs@5.0.18 - @patternfly/react-inline-edit-extension@4.0.19 - demo-app-ts@4.2.4 - @patternfly/react-integration@4.2.4 - @patternfly/react-table@4.0.19 - @patternfly/react-tokens@4.0.3 - @patternfly/react-topology@4.0.17 - @patternfly/react-virtualized-extension@4.0.17
1 parent 6d17f8d commit a645c18

File tree

22 files changed

+119
-31
lines changed

22 files changed

+119
-31
lines changed

packages/react-catalog-view-extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [4.0.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.0.15...@patternfly/react-catalog-view-extension@4.0.16) (2020-03-31)
7+
8+
**Note:** Version bump only for package @patternfly/react-catalog-view-extension
9+
10+
11+
12+
13+
614
## [4.0.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.0.14...@patternfly/react-catalog-view-extension@4.0.15) (2020-03-27)
715

816
**Note:** Version bump only for package @patternfly/react-catalog-view-extension

packages/react-catalog-view-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-catalog-view-extension",
3-
"version": "4.0.15",
3+
"version": "4.0.16",
44
"description": "This library provides catalog view extensions for PatternFly 4 React.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@patternfly/patternfly": "4.0.4",
44-
"@patternfly/react-core": "^4.2.3",
44+
"@patternfly/react-core": "^4.2.4",
4545
"@patternfly/react-styles": "^4.0.5",
4646
"classnames": "^2.2.5",
4747
"patternfly": "^3.59.4"

packages/react-charts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [6.1.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@6.1.1...@patternfly/react-charts@6.1.2) (2020-03-31)
7+
8+
**Note:** Version bump only for package @patternfly/react-charts
9+
10+
11+
12+
13+
614
### Bug Fixes
715

816
* **icons:** fix types, upgrade typescript ([#3978](https://github.com/patternfly/patternfly-react/issues/3978)) ([aa28738](https://github.com/patternfly/patternfly-react/commit/aa28738c2864b637d1ef1d0cc380a379cc6d3a51))

packages/react-charts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-charts",
3-
"version": "6.1.1",
3+
"version": "6.1.2",
44
"description": "This library provides a set of React chart components for use with the PatternFly reference implementation.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@patternfly/patternfly": "4.0.4",
3333
"@patternfly/react-styles": "^4.0.5",
34-
"@patternfly/react-tokens": "^4.0.2",
34+
"@patternfly/react-tokens": "^4.0.3",
3535
"hoist-non-react-statics": "^3.3.0",
3636
"lodash": "^4.17.15",
3737
"victory": "^34.1.3",

packages/react-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [4.2.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.2.3...@patternfly/react-core@4.2.4) (2020-03-31)
7+
8+
**Note:** Version bump only for package @patternfly/react-core
9+
10+
11+
12+
13+
614
## [4.2.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.2.2...@patternfly/react-core@4.2.3) (2020-03-27)
715

816

packages/react-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-core",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
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",
@@ -43,7 +43,7 @@
4343
"dependencies": {
4444
"@patternfly/react-icons": "^4.0.5",
4545
"@patternfly/react-styles": "^4.0.5",
46-
"@patternfly/react-tokens": "^4.0.2",
46+
"@patternfly/react-tokens": "^4.0.3",
4747
"focus-trap": "4.0.2",
4848
"react-dropzone": "9.0.0",
4949
"tippy.js": "5.1.2"
@@ -58,10 +58,10 @@
5858
"@babel/preset-env": "^7.0.0",
5959
"@babel/preset-react": "^7.0.0",
6060
"@patternfly/patternfly": "4.0.4",
61-
"@types/exenv": "^1.2.0",
6261
"@rollup/plugin-commonjs": "^11.0.2",
6362
"@rollup/plugin-node-resolve": "^7.1.1",
6463
"@rollup/plugin-replace": "^2.3.1",
64+
"@types/exenv": "^1.2.0",
6565
"@types/jest": "^24.0.11",
6666
"@types/react": "^16.4.0",
6767
"@types/react-dom": "^16.4.0",

packages/react-docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [5.0.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.0.17...@patternfly/react-docs@5.0.18) (2020-03-31)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [5.0.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.0.16...@patternfly/react-docs@5.0.17) (2020-03-30)
715

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

packages/react-docs/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/react-docs",
33
"description": "PatternFly React Docs",
4-
"version": "5.0.17",
4+
"version": "5.0.18",
55
"author": "Red Hat",
66
"license": "MIT",
77
"scripts": {
@@ -18,16 +18,16 @@
1818
"@mdx-js/mdx": "^1.1.5",
1919
"@mdx-js/react": "^1.1.5",
2020
"@patternfly/patternfly": "4.0.4",
21-
"@patternfly/react-catalog-view-extension": "^4.0.15",
22-
"@patternfly/react-charts": "^6.1.1",
23-
"@patternfly/react-core": "^4.2.3",
21+
"@patternfly/react-catalog-view-extension": "^4.0.16",
22+
"@patternfly/react-charts": "^6.1.2",
23+
"@patternfly/react-core": "^4.2.4",
2424
"@patternfly/react-icons": "^4.0.5",
25-
"@patternfly/react-inline-edit-extension": "^4.0.18",
25+
"@patternfly/react-inline-edit-extension": "^4.0.19",
2626
"@patternfly/react-styles": "^4.0.5",
27-
"@patternfly/react-table": "^4.0.18",
28-
"@patternfly/react-tokens": "^4.0.2",
29-
"@patternfly/react-topology": "^4.0.16",
30-
"@patternfly/react-virtualized-extension": "^4.0.16",
27+
"@patternfly/react-table": "^4.0.19",
28+
"@patternfly/react-tokens": "^4.0.3",
29+
"@patternfly/react-topology": "^4.0.17",
30+
"@patternfly/react-virtualized-extension": "^4.0.17",
3131
"gatsby": "2.20.2",
3232
"gatsby-cli": "2.11.0",
3333
"gatsby-theme-patternfly-org": "^1.4.9",

packages/react-inline-edit-extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [4.0.19](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.0.18...@patternfly/react-inline-edit-extension@4.0.19) (2020-03-31)
7+
8+
**Note:** Version bump only for package @patternfly/react-inline-edit-extension
9+
10+
11+
12+
13+
614
## [4.0.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.0.17...@patternfly/react-inline-edit-extension@4.0.18) (2020-03-30)
715

816
**Note:** Version bump only for package @patternfly/react-inline-edit-extension

packages/react-inline-edit-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-inline-edit-extension",
3-
"version": "4.0.18",
3+
"version": "4.0.19",
44
"description": "This library provides inline editing support for PatternFly 4 React table",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -28,10 +28,10 @@
2828
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/",
2929
"dependencies": {
3030
"@patternfly/patternfly": "4.0.4",
31-
"@patternfly/react-core": "^4.2.3",
31+
"@patternfly/react-core": "^4.2.4",
3232
"@patternfly/react-icons": "^4.0.5",
3333
"@patternfly/react-styles": "^4.0.5",
34-
"@patternfly/react-table": "^4.0.18",
34+
"@patternfly/react-table": "^4.0.19",
3535
"classnames": "^2.2.5",
3636
"reactabular-table": "^8.14.0"
3737
},

0 commit comments

Comments
 (0)