Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/react-catalog-view-extension@4.8.34
 - @patternfly/react-charts@6.9.9
 - @patternfly/react-core@4.52.0
 - @patternfly/react-docs@5.8.44
 - @patternfly/react-inline-edit-extension@4.5.90
 - demo-app-ts@4.41.0
 - @patternfly/react-integration@4.41.0
 - @patternfly/react-table@4.16.23
 - @patternfly/react-topology@4.5.18
 - @patternfly/react-virtualized-extension@4.5.79
  • Loading branch information
patternfly-build committed Sep 21, 2020
1 parent 63a8259 commit fb697a5
Show file tree
Hide file tree
Showing 20 changed files with 127 additions and 24 deletions.
8 changes: 8 additions & 0 deletions packages/react-catalog-view-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.8.34](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.33...@patternfly/react-catalog-view-extension@4.8.34) (2020-09-21)

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





## [4.8.33](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@4.8.32...@patternfly/react-catalog-view-extension@4.8.33) (2020-09-21)

**Note:** Version bump only for package @patternfly/react-catalog-view-extension
Expand Down
4 changes: 2 additions & 2 deletions packages/react-catalog-view-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-catalog-view-extension",
"version": "4.8.33",
"version": "4.8.34",
"description": "This library provides catalog view extensions for PatternFly 4 React.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@patternfly/patternfly": "4.42.2",
"@patternfly/react-core": "^4.51.1",
"@patternfly/react-core": "^4.52.0",
"@patternfly/react-styles": "^4.7.5",
"classnames": "^2.2.5",
"patternfly": "^3.59.4"
Expand Down
11 changes: 11 additions & 0 deletions packages/react-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.9.9](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@6.9.8...@patternfly/react-charts@6.9.9) (2020-09-21)


### Bug Fixes

* **charts,table:** replace or use exact lodash imports ([#4830](https://github.com/patternfly/patternfly-react/issues/4830)) ([63a8259](https://github.com/patternfly/patternfly-react/commit/63a8259c49f0eddbc699febb5f72cc5a2defb9eb))





## [6.9.8](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@6.9.7...@patternfly/react-charts@6.9.8) (2020-09-17)

**Note:** Version bump only for package @patternfly/react-charts
Expand Down
2 changes: 1 addition & 1 deletion packages/react-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-charts",
"version": "6.9.8",
"version": "6.9.9",
"description": "This library provides a set of React chart components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.52.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.51.1...@patternfly/react-core@4.52.0) (2020-09-21)


### Bug Fixes

* **primary-detail-demo:** fixed component padding ([#4808](https://github.com/patternfly/patternfly-react/issues/4808)) ([534d241](https://github.com/patternfly/patternfly-react/commit/534d241b8bd1b00d0d3a50431160d70d819bfe08))


### Features

* **react-core-button:** support warning variant ([#4829](https://github.com/patternfly/patternfly-react/issues/4829)) ([6c5df2a](https://github.com/patternfly/patternfly-react/commit/6c5df2adfc78f128448ee7b7450c4bc9c054131f)), closes [#4717](https://github.com/patternfly/patternfly-react/issues/4717)





## [4.51.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.51.0...@patternfly/react-core@4.51.1) (2020-09-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-core",
"version": "4.51.1",
"version": "4.52.0",
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.8.44](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.8.43...@patternfly/react-docs@5.8.44) (2020-09-21)

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





## [5.8.43](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.8.42...@patternfly/react-docs@5.8.43) (2020-09-21)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
16 changes: 8 additions & 8 deletions packages/react-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "5.8.43",
"version": "5.8.44",
"publishConfig": {
"access": "public",
"tag": "prerelease-v4"
Expand All @@ -24,16 +24,16 @@
},
"dependencies": {
"@patternfly/patternfly": "4.42.2",
"@patternfly/react-catalog-view-extension": "^4.8.33",
"@patternfly/react-charts": "^6.9.8",
"@patternfly/react-core": "^4.51.1",
"@patternfly/react-catalog-view-extension": "^4.8.34",
"@patternfly/react-charts": "^6.9.9",
"@patternfly/react-core": "^4.52.0",
"@patternfly/react-icons": "^4.7.6",
"@patternfly/react-inline-edit-extension": "^4.5.89",
"@patternfly/react-inline-edit-extension": "^4.5.90",
"@patternfly/react-styles": "^4.7.5",
"@patternfly/react-table": "^4.16.22",
"@patternfly/react-table": "^4.16.23",
"@patternfly/react-tokens": "^4.9.8",
"@patternfly/react-topology": "^4.5.17",
"@patternfly/react-virtualized-extension": "^4.5.78"
"@patternfly/react-topology": "^4.5.18",
"@patternfly/react-virtualized-extension": "^4.5.79"
},
"devDependencies": {
"@mdx-js/mdx": "^1.1.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-inline-edit-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.90](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.5.89...@patternfly/react-inline-edit-extension@4.5.90) (2020-09-21)

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





## [4.5.89](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@4.5.88...@patternfly/react-inline-edit-extension@4.5.89) (2020-09-21)

**Note:** Version bump only for package @patternfly/react-inline-edit-extension
Expand Down
6 changes: 3 additions & 3 deletions packages/react-inline-edit-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-inline-edit-extension",
"version": "4.5.89",
"version": "4.5.90",
"description": "This library provides inline editing support for PatternFly 4 React table",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -30,10 +30,10 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/react-core": "^4.51.1",
"@patternfly/react-core": "^4.52.0",
"@patternfly/react-icons": "^4.7.6",
"@patternfly/react-styles": "^4.7.5",
"@patternfly/react-table": "^4.16.22",
"@patternfly/react-table": "^4.16.23",
"reactabular-table": "^8.14.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.41.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@4.40.1...@patternfly/react-integration@4.41.0) (2020-09-21)


### Features

* **react-core-button:** support warning variant ([#4829](https://github.com/patternfly/patternfly-react/issues/4829)) ([6c5df2a](https://github.com/patternfly/patternfly-react/commit/6c5df2adfc78f128448ee7b7450c4bc9c054131f)), closes [#4717](https://github.com/patternfly/patternfly-react/issues/4717)





## [4.40.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@4.40.0...@patternfly/react-integration@4.40.1) (2020-09-21)


Expand Down
11 changes: 11 additions & 0 deletions packages/react-integration/demo-app-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.41.0](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.40.1...demo-app-ts@4.41.0) (2020-09-21)


### Features

* **react-core-button:** support warning variant ([#4829](https://github.com/patternfly/patternfly-react/issues/4829)) ([6c5df2a](https://github.com/patternfly/patternfly-react/commit/6c5df2adfc78f128448ee7b7450c4bc9c054131f)), closes [#4717](https://github.com/patternfly/patternfly-react/issues/4717)





## [4.40.1](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@4.40.0...demo-app-ts@4.40.1) (2020-09-21)

**Note:** Version bump only for package demo-app-ts
Expand Down
4 changes: 2 additions & 2 deletions packages/react-integration/demo-app-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "demo-app-ts",
"private": true,
"version": "4.40.1",
"version": "4.41.0",
"scripts": {
"build:demo-app": "react-scripts build",
"start:demo-app": "react-scripts start"
},
"dependencies": {
"@patternfly/react-core": "^4.51.1",
"@patternfly/react-core": "^4.52.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-router": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@patternfly/react-integration",
"private": true,
"version": "4.40.1",
"version": "4.41.0",
"description": "Integration testing for PF4 using demo applications",
"main": "lib/index.js",
"sideEffects": false,
Expand Down
11 changes: 11 additions & 0 deletions packages/react-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.16.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.16.22...@patternfly/react-table@4.16.23) (2020-09-21)


### Bug Fixes

* **charts,table:** replace or use exact lodash imports ([#4830](https://github.com/patternfly/patternfly-react/issues/4830)) ([63a8259](https://github.com/patternfly/patternfly-react/commit/63a8259c49f0eddbc699febb5f72cc5a2defb9eb))





## [4.16.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.16.21...@patternfly/react-table@4.16.22) (2020-09-21)

**Note:** Version bump only for package @patternfly/react-table
Expand Down
4 changes: 2 additions & 2 deletions packages/react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-table",
"version": "4.16.22",
"version": "4.16.23",
"description": "This library provides a set of React table components for use with the PatternFly 4",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@patternfly/patternfly": "4.42.2",
"@patternfly/react-core": "^4.51.1",
"@patternfly/react-core": "^4.52.0",
"@patternfly/react-icons": "^4.7.6",
"@patternfly/react-styles": "^4.7.5",
"@patternfly/react-tokens": "^4.9.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-topology/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.18](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@4.5.17...@patternfly/react-topology@4.5.18) (2020-09-21)

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





## [4.5.17](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@4.5.16...@patternfly/react-topology@4.5.17) (2020-09-21)

**Note:** Version bump only for package @patternfly/react-topology
Expand Down
4 changes: 2 additions & 2 deletions packages/react-topology/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-topology",
"version": "4.5.17",
"version": "4.5.18",
"description": "This library provides a set of React topology view components for use with the PatternFly 4",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/react-core": "^4.51.1",
"@patternfly/react-core": "^4.52.0",
"@patternfly/react-icons": "^4.7.6",
"@patternfly/react-styles": "^4.7.5",
"@types/d3": "^5.7.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-virtualized-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.79](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@4.5.78...@patternfly/react-virtualized-extension@4.5.79) (2020-09-21)


### Bug Fixes

* **charts,table:** replace or use exact lodash imports ([#4830](https://github.com/patternfly/patternfly-react/issues/4830)) ([63a8259](https://github.com/patternfly/patternfly-react/commit/63a8259c49f0eddbc699febb5f72cc5a2defb9eb))





## [4.5.78](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@4.5.77...@patternfly/react-virtualized-extension@4.5.78) (2020-09-21)

**Note:** Version bump only for package @patternfly/react-virtualized-extension
Expand Down
4 changes: 2 additions & 2 deletions packages/react-virtualized-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-virtualized-extension",
"version": "4.5.78",
"version": "4.5.79",
"description": "This library provides efficient rendering extensions for PatternFly 4 React tables and lists.",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"clean": "rimraf dist"
},
"dependencies": {
"@patternfly/react-core": "^4.51.1",
"@patternfly/react-core": "^4.52.0",
"@patternfly/react-icons": "^4.7.6",
"@patternfly/react-styles": "^4.7.5",
"linear-layout-vector": "0.0.1",
Expand Down

0 comments on commit fb697a5

Please sign in to comment.