Skip to content

Commit e0f743d

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/react-catalog-view-extension@4.4.26 - @patternfly/react-core@4.31.3 - @patternfly/react-docs@5.5.17 - @patternfly/react-inline-edit-extension@4.5.25 - demo-app-ts@4.22.6 - @patternfly/react-integration@4.22.3 - @patternfly/react-table@4.11.5 - @patternfly/react-topology@4.4.27 - @patternfly/react-virtualized-extension@4.5.17
1 parent a72f1b1 commit e0f743d

File tree

18 files changed

+94
-22
lines changed

18 files changed

+94
-22
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.4.26](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.25...@patternfly/react-catalog-view-extension@4.4.26) (2020-07-14)
7+
8+
**Note:** Version bump only for package @patternfly/react-catalog-view-extension
9+
10+
11+
12+
13+
614
## [4.4.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.24...@patternfly/react-catalog-view-extension@4.4.25) (2020-07-14)
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.4.25",
3+
"version": "4.4.26",
44
"description": "This library provides catalog view extensions for PatternFly 4 React.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@patternfly/patternfly": "4.23.1",
39-
"@patternfly/react-core": "^4.31.2",
39+
"@patternfly/react-core": "^4.31.3",
4040
"@patternfly/react-styles": "^4.4.6",
4141
"classnames": "^2.2.5",
4242
"patternfly": "^3.59.4"

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.31.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.31.2...@patternfly/react-core@4.31.3) (2020-07-14)
7+
8+
**Note:** Version bump only for package @patternfly/react-core
9+
10+
11+
12+
13+
614
## [4.31.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.31.1...@patternfly/react-core@4.31.2) (2020-07-14)
715

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

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": "4.31.2",
3+
"version": "4.31.3",
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+
## [5.5.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.5.16...@patternfly/react-docs@5.5.17) (2020-07-14)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [5.5.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.5.15...@patternfly/react-docs@5.5.16) (2020-07-14)
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": "5.5.16",
4+
"version": "5.5.17",
55
"publishConfig": {
66
"access": "public",
77
"tag": "prerelease-v4"
@@ -26,16 +26,16 @@
2626
"@mdx-js/mdx": "^1.1.5",
2727
"@mdx-js/react": "^1.1.5",
2828
"@patternfly/patternfly": "4.23.1",
29-
"@patternfly/react-catalog-view-extension": "^4.4.25",
29+
"@patternfly/react-catalog-view-extension": "^4.4.26",
3030
"@patternfly/react-charts": "^6.5.8",
31-
"@patternfly/react-core": "^4.31.2",
31+
"@patternfly/react-core": "^4.31.3",
3232
"@patternfly/react-icons": "^4.4.3",
33-
"@patternfly/react-inline-edit-extension": "^4.5.24",
33+
"@patternfly/react-inline-edit-extension": "^4.5.25",
3434
"@patternfly/react-styles": "^4.4.6",
35-
"@patternfly/react-table": "^4.11.4",
35+
"@patternfly/react-table": "^4.11.5",
3636
"@patternfly/react-tokens": "^4.5.3",
37-
"@patternfly/react-topology": "^4.4.26",
38-
"@patternfly/react-virtualized-extension": "^4.5.16",
37+
"@patternfly/react-topology": "^4.4.27",
38+
"@patternfly/react-virtualized-extension": "^4.5.17",
3939
"gatsby": "2.21.0",
4040
"gatsby-theme-patternfly-org": "^4.0.13",
4141
"gatsby-transformer-react-docgen-typescript": "^4.0.5",

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.5.25](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.5.24...@patternfly/react-inline-edit-extension@4.5.25) (2020-07-14)
7+
8+
**Note:** Version bump only for package @patternfly/react-inline-edit-extension
9+
10+
11+
12+
13+
614
## [4.5.24](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.5.23...@patternfly/react-inline-edit-extension@4.5.24) (2020-07-14)
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.5.24",
3+
"version": "4.5.25",
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",
@@ -30,10 +30,10 @@
3030
"clean": "rimraf dist"
3131
},
3232
"dependencies": {
33-
"@patternfly/react-core": "^4.31.2",
33+
"@patternfly/react-core": "^4.31.3",
3434
"@patternfly/react-icons": "^4.4.3",
3535
"@patternfly/react-styles": "^4.4.6",
36-
"@patternfly/react-table": "^4.11.4",
36+
"@patternfly/react-table": "^4.11.5",
3737
"classnames": "^2.2.5",
3838
"reactabular-table": "^8.14.0"
3939
},

packages/react-integration/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.22.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@4.22.2...@patternfly/react-integration@4.22.3) (2020-07-14)
7+
8+
**Note:** Version bump only for package @patternfly/react-integration
9+
10+
11+
12+
13+
614
## [4.22.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@4.22.1...@patternfly/react-integration@4.22.2) (2020-07-13)
715

816

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

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

0 commit comments

Comments
 (0)