Skip to content

Commit 39aa9fa

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/react-catalog-view-extension@4.4.8 - @patternfly/react-charts@6.5.4 - @patternfly/react-core@4.23.1 - @patternfly/react-docs@5.4.11 - @patternfly/react-icons@4.4.2 - @patternfly/react-inline-edit-extension@4.5.7 - demo-app-ts@4.17.5 - @patternfly/react-styles@4.4.2 - @patternfly/react-table@4.8.6 - @patternfly/react-tokens@4.5.2 - @patternfly/react-topology@4.4.7 - @patternfly/react-virtualized-extension@4.4.8
1 parent 3201bb6 commit 39aa9fa

File tree

24 files changed

+140
-44
lines changed

24 files changed

+140
-44
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.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.7...@patternfly/react-catalog-view-extension@4.4.8) (2020-06-24)
7+
8+
**Note:** Version bump only for package @patternfly/react-catalog-view-extension
9+
10+
11+
12+
13+
614
## [4.4.7](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.4.6...@patternfly/react-catalog-view-extension@4.4.7) (2020-06-23)
715

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

packages/react-catalog-view-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-catalog-view-extension",
3-
"version": "4.4.7",
3+
"version": "4.4.8",
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,8 +36,8 @@
3636
},
3737
"dependencies": {
3838
"@patternfly/patternfly": "4.16.7",
39-
"@patternfly/react-core": "^4.23.0",
40-
"@patternfly/react-styles": "^4.4.1",
39+
"@patternfly/react-core": "^4.23.1",
40+
"@patternfly/react-styles": "^4.4.2",
4141
"classnames": "^2.2.5",
4242
"patternfly": "^3.59.4"
4343
},

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.5.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@6.5.3...@patternfly/react-charts@6.5.4) (2020-06-24)
7+
8+
**Note:** Version bump only for package @patternfly/react-charts
9+
10+
11+
12+
13+
614
## [6.5.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@6.5.2...@patternfly/react-charts@6.5.3) (2020-06-23)
715

816

packages/react-charts/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-charts",
3-
"version": "6.5.3",
3+
"version": "6.5.4",
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",
@@ -30,8 +30,8 @@
3030
"homepage": "https://github.com/patternfly/patternfly-react#readme",
3131
"dependencies": {
3232
"@patternfly/patternfly": "4.16.7",
33-
"@patternfly/react-styles": "^4.4.1",
34-
"@patternfly/react-tokens": "^4.5.1",
33+
"@patternfly/react-styles": "^4.4.2",
34+
"@patternfly/react-tokens": "^4.5.2",
3535
"hoist-non-react-statics": "^3.3.0",
3636
"lodash": "^4.17.15",
3737
"tslib": "^1.11.1",

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.23.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.23.0...@patternfly/react-core@4.23.1) (2020-06-24)
7+
8+
**Note:** Version bump only for package @patternfly/react-core
9+
10+
11+
12+
13+
614
# [4.23.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.22.3...@patternfly/react-core@4.23.0) (2020-06-23)
715

816

packages/react-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-core",
3-
"version": "4.23.0",
3+
"version": "4.23.1",
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",
@@ -35,9 +35,9 @@
3535
"gen:tests": "yo tsx-docgen"
3636
},
3737
"dependencies": {
38-
"@patternfly/react-icons": "^4.4.1",
39-
"@patternfly/react-styles": "^4.4.1",
40-
"@patternfly/react-tokens": "^4.5.1",
38+
"@patternfly/react-icons": "^4.4.2",
39+
"@patternfly/react-styles": "^4.4.2",
40+
"@patternfly/react-tokens": "^4.5.2",
4141
"@popperjs/core": "2.4.2",
4242
"focus-trap": "4.0.2",
4343
"react-dropzone": "9.0.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.4.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.4.10...@patternfly/react-docs@5.4.11) (2020-06-24)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [5.4.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.4.9...@patternfly/react-docs@5.4.10) (2020-06-23)
715

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

packages/react-docs/package.json

Lines changed: 11 additions & 11 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.4.10",
4+
"version": "5.4.11",
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.16.7",
29-
"@patternfly/react-catalog-view-extension": "^4.4.7",
30-
"@patternfly/react-charts": "^6.5.3",
31-
"@patternfly/react-core": "^4.23.0",
32-
"@patternfly/react-icons": "^4.4.1",
33-
"@patternfly/react-inline-edit-extension": "^4.5.6",
34-
"@patternfly/react-styles": "^4.4.1",
35-
"@patternfly/react-table": "^4.8.5",
36-
"@patternfly/react-tokens": "^4.5.1",
37-
"@patternfly/react-topology": "^4.4.6",
38-
"@patternfly/react-virtualized-extension": "^4.4.7",
29+
"@patternfly/react-catalog-view-extension": "^4.4.8",
30+
"@patternfly/react-charts": "^6.5.4",
31+
"@patternfly/react-core": "^4.23.1",
32+
"@patternfly/react-icons": "^4.4.2",
33+
"@patternfly/react-inline-edit-extension": "^4.5.7",
34+
"@patternfly/react-styles": "^4.4.2",
35+
"@patternfly/react-table": "^4.8.6",
36+
"@patternfly/react-tokens": "^4.5.2",
37+
"@patternfly/react-topology": "^4.4.7",
38+
"@patternfly/react-virtualized-extension": "^4.4.8",
3939
"gatsby": "2.21.0",
4040
"gatsby-theme-patternfly-org": "^4.0.13",
4141
"gatsby-transformer-react-docgen-typescript": "^4.0.2",

packages/react-icons/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.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@4.4.1...@patternfly/react-icons@4.4.2) (2020-06-24)
7+
8+
**Note:** Version bump only for package @patternfly/react-icons
9+
10+
11+
12+
13+
614
## [4.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@4.4.0...@patternfly/react-icons@4.4.1) (2020-06-22)
715

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

packages/react-icons/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-icons",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
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)