Skip to content

Commit c2e8e7c

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/react-catalog-view-extension@1.4.15 - @patternfly/react-core@3.141.3 - @patternfly/react-docs@4.20.17 - @patternfly/react-inline-edit-extension@2.17.15 - demo-app-ts@3.25.3 - @patternfly/react-table@2.27.15 - @patternfly/react-topology@2.14.15 - @patternfly/react-virtualized-extension@1.4.16
1 parent b6241e1 commit c2e8e7c

File tree

16 files changed

+85
-21
lines changed

16 files changed

+85
-21
lines changed

packages/patternfly-4/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.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.14...@patternfly/react-catalog-view-extension@1.4.15) (2020-02-26)
7+
8+
**Note:** Version bump only for package @patternfly/react-catalog-view-extension
9+
10+
11+
12+
13+
614
## [1.4.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.13...@patternfly/react-catalog-view-extension@1.4.14) (2020-02-25)
715

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

packages/patternfly-4/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.14",
3+
"version": "1.4.15",
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.65.2",
44-
"@patternfly/react-core": "^3.141.2",
44+
"@patternfly/react-core": "^3.141.3",
4545
"@patternfly/react-styles": "^3.7.4",
4646
"classnames": "^2.2.5",
4747
"patternfly": "^3.59.4"

packages/patternfly-4/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+
## [3.141.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.141.2...@patternfly/react-core@3.141.3) (2020-02-26)
7+
8+
**Note:** Version bump only for package @patternfly/react-core
9+
10+
11+
12+
13+
614
## [3.141.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.141.1...@patternfly/react-core@3.141.2) (2020-02-25)
715

816

packages/patternfly-4/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.141.2",
3+
"version": "3.141.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/patternfly-4/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.20.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.20.16...@patternfly/react-docs@4.20.17) (2020-02-26)
7+
8+
**Note:** Version bump only for package @patternfly/react-docs
9+
10+
11+
12+
13+
614
## [4.20.16](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.20.15...@patternfly/react-docs@4.20.16) (2020-02-25)
715

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

packages/patternfly-4/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.20.16",
4+
"version": "4.20.17",
55
"author": "Red Hat",
66
"license": "MIT",
77
"private": true,
@@ -19,17 +19,17 @@
1919
"@mdx-js/mdx": "^1.1.5",
2020
"@mdx-js/react": "^1.1.5",
2121
"@patternfly/patternfly": "2.65.2",
22-
"@patternfly/react-catalog-view-extension": "^1.4.14",
22+
"@patternfly/react-catalog-view-extension": "^1.4.15",
2323
"@patternfly/react-charts": "^5.3.5",
24-
"@patternfly/react-core": "^3.141.2",
24+
"@patternfly/react-core": "^3.141.3",
2525
"@patternfly/react-icons": "^3.15.3",
26-
"@patternfly/react-inline-edit-extension": "^2.17.14",
26+
"@patternfly/react-inline-edit-extension": "^2.17.15",
2727
"@patternfly/react-styled-system": "^3.8.6",
2828
"@patternfly/react-styles": "^3.7.4",
29-
"@patternfly/react-table": "^2.27.14",
29+
"@patternfly/react-table": "^2.27.15",
3030
"@patternfly/react-tokens": "^2.8.4",
31-
"@patternfly/react-topology": "^2.14.14",
32-
"@patternfly/react-virtualized-extension": "^1.4.15",
31+
"@patternfly/react-topology": "^2.14.15",
32+
"@patternfly/react-virtualized-extension": "^1.4.16",
3333
"gatsby": "2.19.12",
3434
"gatsby-cli": "2.8.29",
3535
"gatsby-theme-patternfly-org": "^1.4.1",

packages/patternfly-4/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.15](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.17.14...@patternfly/react-inline-edit-extension@2.17.15) (2020-02-26)
7+
8+
**Note:** Version bump only for package @patternfly/react-inline-edit-extension
9+
10+
11+
12+
13+
614
## [2.17.14](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.17.13...@patternfly/react-inline-edit-extension@2.17.14) (2020-02-25)
715

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

packages/patternfly-4/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.14",
3+
"version": "2.17.15",
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.65.2",
31-
"@patternfly/react-core": "^3.141.2",
31+
"@patternfly/react-core": "^3.141.3",
3232
"@patternfly/react-icons": "^3.15.3",
3333
"@patternfly/react-styles": "^3.7.4",
34-
"@patternfly/react-table": "^2.27.14",
34+
"@patternfly/react-table": "^2.27.15",
3535
"classnames": "^2.2.5",
3636
"exenv": "^1.2.2",
3737
"reactabular-table": "^8.14.0"

packages/patternfly-4/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.25.3](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@3.25.2...demo-app-ts@3.25.3) (2020-02-26)
7+
8+
**Note:** Version bump only for package demo-app-ts
9+
10+
11+
12+
13+
614
## [3.25.2](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@3.25.1...demo-app-ts@3.25.2) (2020-02-25)
715

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

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

0 commit comments

Comments
 (0)