Skip to content

Commit 33b16b1

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/react-catalog-view-extension@4.8.10 - @patternfly/react-core@4.41.1 - @patternfly/react-docs@5.8.13 - @patternfly/react-inline-edit-extension@4.5.66 - demo-app-ts@4.30.1 - @patternfly/react-table@4.15.10 - @patternfly/react-topology@4.4.67 - @patternfly/react-virtualized-extension@4.5.55
1 parent 8a49a66 commit 33b16b1

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+
## [4.8.10](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.9...@patternfly/react-catalog-view-extension@4.8.10) (2020-08-24)
7+
8+
**Note:** Version bump only for package @patternfly/react-catalog-view-extension
9+
10+
11+
12+
13+
614
## [4.8.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.8...@patternfly/react-catalog-view-extension@4.8.9) (2020-08-21)
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.8.9",
3+
"version": "4.8.10",
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.35.2",
39-
"@patternfly/react-core": "^4.41.0",
39+
"@patternfly/react-core": "^4.41.1",
4040
"@patternfly/react-styles": "^4.7.3",
4141
"classnames": "^2.2.5",
4242
"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+
## [4.41.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.41.0...@patternfly/react-core@4.41.1) (2020-08-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **demo:** rename master detail demo to primary-detail ([#4703](https://github.com/patternfly/patternfly-react/issues/4703)) ([8a49a66](https://github.com/patternfly/patternfly-react/commit/8a49a66f89c2449f5ee4ccc337887e7dfd296e33)), closes [#4611](https://github.com/patternfly/patternfly-react/issues/4611)
12+
13+
14+
15+
16+
617
# [4.41.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.40.6...@patternfly/react-core@4.41.0) (2020-08-21)
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": "4.41.0",
3+
"version": "4.41.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",

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.8.13](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.8.12...@patternfly/react-docs@5.8.13) (2020-08-24)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [5.8.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.8.11...@patternfly/react-docs@5.8.12) (2020-08-21)
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.8.12",
4+
"version": "5.8.13",
55
"publishConfig": {
66
"access": "public",
77
"tag": "prerelease-v4"
@@ -24,16 +24,16 @@
2424
},
2525
"dependencies": {
2626
"@patternfly/patternfly": "4.35.2",
27-
"@patternfly/react-catalog-view-extension": "^4.8.9",
27+
"@patternfly/react-catalog-view-extension": "^4.8.10",
2828
"@patternfly/react-charts": "^6.9.5",
29-
"@patternfly/react-core": "^4.41.0",
29+
"@patternfly/react-core": "^4.41.1",
3030
"@patternfly/react-icons": "^4.7.3",
31-
"@patternfly/react-inline-edit-extension": "^4.5.65",
31+
"@patternfly/react-inline-edit-extension": "^4.5.66",
3232
"@patternfly/react-styles": "^4.7.3",
33-
"@patternfly/react-table": "^4.15.9",
33+
"@patternfly/react-table": "^4.15.10",
3434
"@patternfly/react-tokens": "^4.9.5",
35-
"@patternfly/react-topology": "^4.4.66",
36-
"@patternfly/react-virtualized-extension": "^4.5.54"
35+
"@patternfly/react-topology": "^4.4.67",
36+
"@patternfly/react-virtualized-extension": "^4.5.55"
3737
},
3838
"devDependencies": {
3939
"@mdx-js/mdx": "^1.1.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.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.5.65...@patternfly/react-inline-edit-extension@4.5.66) (2020-08-24)
7+
8+
**Note:** Version bump only for package @patternfly/react-inline-edit-extension
9+
10+
11+
12+
13+
614
## [4.5.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.5.64...@patternfly/react-inline-edit-extension@4.5.65) (2020-08-21)
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.65",
3+
"version": "4.5.66",
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.41.0",
33+
"@patternfly/react-core": "^4.41.1",
3434
"@patternfly/react-icons": "^4.7.3",
3535
"@patternfly/react-styles": "^4.7.3",
36-
"@patternfly/react-table": "^4.15.9",
36+
"@patternfly/react-table": "^4.15.10",
3737
"reactabular-table": "^8.14.0"
3838
},
3939
"peerDependencies": {

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.30.1](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.30.0...demo-app-ts@4.30.1) (2020-08-24)
7+
8+
**Note:** Version bump only for package demo-app-ts
9+
10+
11+
12+
13+
614
# [4.30.0](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.29.6...demo-app-ts@4.30.0) (2020-08-21)
715

816

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": "4.30.0",
4+
"version": "4.30.1",
55
"scripts": {
66
"build:demo-app": "react-scripts build",
77
"start:demo-app": "react-scripts start"
88
},
99
"dependencies": {
10-
"@patternfly/react-core": "^4.41.0",
10+
"@patternfly/react-core": "^4.41.1",
1111
"react": "^16.8.0",
1212
"react-dom": "^16.8.0",
1313
"react-router": "^4.3.1",

0 commit comments

Comments
 (0)