Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/react-docs@4.16.4
 - @patternfly/react-inline-edit-extension@2.12.12
 - @patternfly/react-table@2.24.12
  • Loading branch information
patternfly-build committed Oct 29, 2019
1 parent 43c4e10 commit 269a6f0
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/patternfly-4/react-docs/CHANGELOG.md
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.16.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.16.3...@patternfly/react-docs@4.16.4) (2019-10-29)

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





## [4.16.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@4.16.2...@patternfly/react-docs@4.16.3) (2019-10-29)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
6 changes: 3 additions & 3 deletions packages/patternfly-4/react-docs/package.json
@@ -1,7 +1,7 @@
{
"name": "@patternfly/react-docs",
"description": "PatternFly React Docs",
"version": "4.16.3",
"version": "4.16.4",
"author": "Red Hat",
"license": "MIT",
"private": true,
Expand All @@ -21,10 +21,10 @@
"@patternfly/react-charts": "^5.1.2",
"@patternfly/react-core": "^3.120.2",
"@patternfly/react-icons": "^3.14.15",
"@patternfly/react-inline-edit-extension": "^2.12.11",
"@patternfly/react-inline-edit-extension": "^2.12.12",
"@patternfly/react-styled-system": "^3.7.2",
"@patternfly/react-styles": "^3.6.2",
"@patternfly/react-table": "^2.24.11",
"@patternfly/react-table": "^2.24.12",
"@patternfly/react-tokens": "^2.7.2",
"@patternfly/react-topology": "^2.11.2",
"@patternfly/react-virtualized-extension": "^1.3.12",
Expand Down
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.12.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.12.11...@patternfly/react-inline-edit-extension@2.12.12) (2019-10-29)

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





## [2.12.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-inline-edit-extension@2.12.10...@patternfly/react-inline-edit-extension@2.12.11) (2019-10-25)

**Note:** Version bump only for package @patternfly/react-inline-edit-extension
Expand Down
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-inline-edit-extension",
"version": "2.12.11",
"version": "2.12.12",
"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 @@ -31,7 +31,7 @@
"@patternfly/react-core": "^3.120.2",
"@patternfly/react-icons": "^3.14.15",
"@patternfly/react-styles": "^3.6.2",
"@patternfly/react-table": "^2.24.11",
"@patternfly/react-table": "^2.24.12",
"classnames": "^2.2.5",
"exenv": "^1.2.2",
"reactabular-table": "^8.14.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/patternfly-4/react-table/CHANGELOG.md
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.

## [2.24.12](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@2.24.11...@patternfly/react-table@2.24.12) (2019-10-29)


### Bug Fixes

* **table:** bind isTableEmpty function ([#3225](https://github.com/patternfly/patternfly-react/issues/3225)) ([43c4e10](https://github.com/patternfly/patternfly-react/commit/43c4e1029bd0df9ac22df83ebb1424693adc9753))





## [2.24.11](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@2.24.10...@patternfly/react-table@2.24.11) (2019-10-25)

**Note:** Version bump only for package @patternfly/react-table
Expand Down
2 changes: 1 addition & 1 deletion packages/patternfly-4/react-table/package.json
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-table",
"version": "2.24.11",
"version": "2.24.12",
"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

0 comments on commit 269a6f0

Please sign in to comment.