Skip to content

Commit 6955137

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/react-catalog-view-extension@1.4.65 - @patternfly/react-core@3.158.0 - @patternfly/react-docs@4.21.28 - @patternfly/react-inline-edit-extension@2.17.65 - demo-app-ts@3.31.6 - @patternfly/react-table@2.28.46 - @patternfly/react-topology@2.14.65 - @patternfly/react-virtualized-extension@1.4.66
1 parent 9f7f764 commit 6955137

File tree

16 files changed

+88
-21
lines changed

16 files changed

+88
-21
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+
## [1.4.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.64...@patternfly/react-catalog-view-extension@1.4.65) (2020-05-08)
7+
8+
**Note:** Version bump only for package @patternfly/react-catalog-view-extension
9+
10+
11+
12+
13+
614
## [1.4.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.63...@patternfly/react-catalog-view-extension@1.4.64) (2020-05-07)
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": "1.4.64",
3+
"version": "1.4.65",
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": "2.71.5",
44-
"@patternfly/react-core": "^3.157.0",
44+
"@patternfly/react-core": "^3.158.0",
4545
"@patternfly/react-styles": "^3.7.13",
4646
"classnames": "^2.2.5",
4747
"patternfly": "^3.59.4"

packages/react-core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
# [3.158.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.157.0...@patternfly/react-core@3.158.0) (2020-05-08)
7+
8+
9+
### Features
10+
11+
* **Select:** Add support for 0 and all badges ([#4198](https://github.com/patternfly/patternfly-react/issues/4198)) ([9f7f764](https://github.com/patternfly/patternfly-react/commit/9f7f764fecdd24f41744085af52e870bc60e3a96)), closes [#4186](https://github.com/patternfly/patternfly-react/issues/4186)
12+
13+
14+
15+
16+
617
# [3.157.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.156.0...@patternfly/react-core@3.157.0) (2020-05-07)
718

819

packages/react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-core",
3-
"version": "3.157.0",
3+
"version": "3.158.0",
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",

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+
## [4.21.28](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.21.27...@patternfly/react-docs@4.21.28) (2020-05-08)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [4.21.27](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.21.26...@patternfly/react-docs@4.21.27) (2020-05-07)
715

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

packages/react-docs/package.json

Lines changed: 7 additions & 7 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": "4.21.27",
4+
"version": "4.21.28",
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": "2.71.5",
21-
"@patternfly/react-catalog-view-extension": "^1.4.64",
21+
"@patternfly/react-catalog-view-extension": "^1.4.65",
2222
"@patternfly/react-charts": "^5.3.20",
23-
"@patternfly/react-core": "^3.157.0",
23+
"@patternfly/react-core": "^3.158.0",
2424
"@patternfly/react-icons": "^3.15.16",
25-
"@patternfly/react-inline-edit-extension": "^2.17.64",
25+
"@patternfly/react-inline-edit-extension": "^2.17.65",
2626
"@patternfly/react-styles": "^3.7.13",
27-
"@patternfly/react-table": "^2.28.45",
27+
"@patternfly/react-table": "^2.28.46",
2828
"@patternfly/react-tokens": "^2.8.13",
29-
"@patternfly/react-topology": "^2.14.64",
30-
"@patternfly/react-virtualized-extension": "^1.4.65",
29+
"@patternfly/react-topology": "^2.14.65",
30+
"@patternfly/react-virtualized-extension": "^1.4.66",
3131
"gatsby": "2.20.2",
3232
"gatsby-cli": "2.11.0",
3333
"gatsby-theme-patternfly-org": "^1.4.1",

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+
## [2.17.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.17.64...@patternfly/react-inline-edit-extension@2.17.65) (2020-05-08)
7+
8+
**Note:** Version bump only for package @patternfly/react-inline-edit-extension
9+
10+
11+
12+
13+
614
## [2.17.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.17.63...@patternfly/react-inline-edit-extension@2.17.64) (2020-05-07)
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": "2.17.64",
3+
"version": "2.17.65",
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": "2.71.5",
31-
"@patternfly/react-core": "^3.157.0",
31+
"@patternfly/react-core": "^3.158.0",
3232
"@patternfly/react-icons": "^3.15.16",
3333
"@patternfly/react-styles": "^3.7.13",
34-
"@patternfly/react-table": "^2.28.45",
34+
"@patternfly/react-table": "^2.28.46",
3535
"classnames": "^2.2.5",
3636
"reactabular-table": "^8.14.0"
3737
},

packages/react-integration/demo-app-ts/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+
## [3.31.6](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@3.31.5...demo-app-ts@3.31.6) (2020-05-08)
7+
8+
**Note:** Version bump only for package demo-app-ts
9+
10+
11+
12+
13+
614
## [3.31.5](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@3.31.4...demo-app-ts@3.31.5) (2020-05-07)
715

816
**Note:** Version bump only for package demo-app-ts

packages/react-integration/demo-app-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "demo-app-ts",
33
"private": true,
4-
"version": "3.31.5",
4+
"version": "3.31.6",
55
"scripts": {
66
"build:demo-app": "react-scripts build",
77
"start:demo-app": "react-scripts start"
88
},
99
"dependencies": {
10-
"@patternfly/react-core": "^3.157.0",
10+
"@patternfly/react-core": "^3.158.0",
1111
"react": "^16.8.0",
1212
"react-dom": "^16.8.0",
1313
"react-router": "^4.3.1",

0 commit comments

Comments
 (0)