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@1.4.1
 - @patternfly/react-core@3.140.1
 - @patternfly/react-docs@4.20.1
 - @patternfly/react-inline-edit-extension@2.17.1
 - demo-app-ts@3.24.1
 - @patternfly/react-integration@3.24.1
 - @patternfly/react-table@2.27.1
 - @patternfly/react-topology@2.14.1
 - @patternfly/react-virtualized-extension@1.4.1
  • Loading branch information
patternfly-build committed Feb 14, 2020
1 parent 0150d8c commit 4edd8c8
Show file tree
Hide file tree
Showing 18 changed files with 94 additions and 22 deletions.
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.

## [1.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.4.0...@patternfly/react-catalog-view-extension@1.4.1) (2020-02-14)

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





# [1.4.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-catalog-view-extension@1.3.22...@patternfly/react-catalog-view-extension@1.4.0) (2020-02-14)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-catalog-view-extension",
"version": "1.4.0",
"version": "1.4.1",
"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 @@ -41,7 +41,7 @@
},
"dependencies": {
"@patternfly/patternfly": "2.63.0",
"@patternfly/react-core": "^3.140.0",
"@patternfly/react-core": "^3.140.1",
"@patternfly/react-styles": "^3.7.0",
"classnames": "^2.2.5",
"patternfly": "^3.59.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-core/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.

## [3.140.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.140.0...@patternfly/react-core@3.140.1) (2020-02-14)

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





# [3.140.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@3.139.0...@patternfly/react-core@3.140.0) (2020-02-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-core",
"version": "3.140.0",
"version": "3.140.1",
"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/patternfly-4/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.

## [4.20.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.20.0...@patternfly/react-docs@4.20.1) (2020-02-14)

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





# [4.20.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.19.4...@patternfly/react-docs@4.20.0) (2020-02-14)


Expand Down
14 changes: 7 additions & 7 deletions packages/patternfly-4/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": "4.20.0",
"version": "4.20.1",
"author": "Red Hat",
"license": "MIT",
"private": true,
Expand All @@ -19,17 +19,17 @@
"@mdx-js/mdx": "^1.1.5",
"@mdx-js/react": "^1.1.5",
"@patternfly/patternfly": "2.63.0",
"@patternfly/react-catalog-view-extension": "^1.4.0",
"@patternfly/react-catalog-view-extension": "^1.4.1",
"@patternfly/react-charts": "^5.3.0",
"@patternfly/react-core": "^3.140.0",
"@patternfly/react-core": "^3.140.1",
"@patternfly/react-icons": "^3.15.0",
"@patternfly/react-inline-edit-extension": "^2.17.0",
"@patternfly/react-inline-edit-extension": "^2.17.1",
"@patternfly/react-styled-system": "^3.8.0",
"@patternfly/react-styles": "^3.7.0",
"@patternfly/react-table": "^2.27.0",
"@patternfly/react-table": "^2.27.1",
"@patternfly/react-tokens": "^2.8.0",
"@patternfly/react-topology": "^2.14.0",
"@patternfly/react-virtualized-extension": "^1.4.0",
"@patternfly/react-topology": "^2.14.1",
"@patternfly/react-virtualized-extension": "^1.4.1",
"gatsby": "2.19.12",
"gatsby-cli": "2.8.29",
"gatsby-theme-patternfly-org": "^1.4.0",
Expand Down
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.

## [2.17.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.17.0...@patternfly/react-inline-edit-extension@2.17.1) (2020-02-14)

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





# [2.17.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.16.21...@patternfly/react-inline-edit-extension@2.17.0) (2020-02-14)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-inline-edit-extension",
"version": "2.17.0",
"version": "2.17.1",
"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 @@ -28,10 +28,10 @@
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/",
"dependencies": {
"@patternfly/patternfly": "2.63.0",
"@patternfly/react-core": "^3.140.0",
"@patternfly/react-core": "^3.140.1",
"@patternfly/react-icons": "^3.15.0",
"@patternfly/react-styles": "^3.7.0",
"@patternfly/react-table": "^2.27.0",
"@patternfly/react-table": "^2.27.1",
"classnames": "^2.2.5",
"exenv": "^1.2.2",
"reactabular-table": "^8.14.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-integration/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.

## [3.24.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@3.24.0...@patternfly/react-integration@3.24.1) (2020-02-14)

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





# [3.24.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-integration@3.23.0...@patternfly/react-integration@3.24.0) (2020-02-14)


Expand Down
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.

## [3.24.1](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@3.24.0...demo-app-ts@3.24.1) (2020-02-14)

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





# [3.24.0](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@3.23.0...demo-app-ts@3.24.0) (2020-02-14)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "demo-app-ts",
"private": true,
"version": "3.24.0",
"version": "3.24.1",
"scripts": {
"build:demo-app": "react-scripts build",
"start:demo-app": "react-scripts start"
},
"dependencies": {
"@patternfly/react-core": "^3.140.0",
"@patternfly/react-core": "^3.140.1",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-router": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/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": "3.24.0",
"version": "3.24.1",
"description": "Integration testing for PF4 using demo applications",
"main": "lib/index.js",
"sideEffects": false,
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-table/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.

## [2.27.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@2.27.0...@patternfly/react-table@2.27.1) (2020-02-14)

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





# [2.27.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@2.26.21...@patternfly/react-table@2.27.0) (2020-02-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/patternfly-4/react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-table",
"version": "2.27.0",
"version": "2.27.1",
"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 @@ -28,7 +28,7 @@
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-table#readme",
"dependencies": {
"@patternfly/patternfly": "2.63.0",
"@patternfly/react-core": "^3.140.0",
"@patternfly/react-core": "^3.140.1",
"@patternfly/react-icons": "^3.15.0",
"@patternfly/react-styles": "^3.7.0",
"@patternfly/react-tokens": "^2.8.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/patternfly-4/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.

## [2.14.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@2.14.0...@patternfly/react-topology@2.14.1) (2020-02-14)

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





# [2.14.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-topology@2.13.21...@patternfly/react-topology@2.14.0) (2020-02-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/patternfly-4/react-topology/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-topology",
"version": "2.14.0",
"version": "2.14.1",
"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 All @@ -26,7 +26,7 @@
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/react-topology#readme",
"dependencies": {
"@patternfly/patternfly": "2.63.0",
"@patternfly/react-core": "^3.140.0",
"@patternfly/react-core": "^3.140.1",
"@patternfly/react-icons": "^3.15.0",
"@patternfly/react-styles": "^3.7.0"
},
Expand Down
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.

## [1.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@1.4.0...@patternfly/react-virtualized-extension@1.4.1) (2020-02-14)

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





# [1.4.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-virtualized-extension@1.3.116...@patternfly/react-virtualized-extension@1.4.0) (2020-02-14)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-virtualized-extension",
"version": "1.4.0",
"version": "1.4.1",
"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 @@ -28,7 +28,7 @@
"homepage": "https://github.com/patternfly/patternfly-react/tree/master/packages/patternfly-4/",
"dependencies": {
"@patternfly/patternfly": "2.63.0",
"@patternfly/react-core": "^3.140.0",
"@patternfly/react-core": "^3.140.1",
"@patternfly/react-icons": "^3.15.0",
"@patternfly/react-styles": "^3.7.0",
"@types/react-virtualized": "^9.21.5",
Expand Down

0 comments on commit 4edd8c8

Please sign in to comment.