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@6.2.5
 - @patternfly/react-table@5.2.4
  • Loading branch information
patternfly-build committed Mar 18, 2024
1 parent bcea107 commit 00e0170
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/react-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.2.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.2.4...@patternfly/react-docs@6.2.5) (2024-03-18)

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

## [6.2.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.2.3...@patternfly/react-docs@6.2.4) (2024-03-15)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
4 changes: 2 additions & 2 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": "6.2.4",
"version": "6.2.5",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -29,7 +29,7 @@
"@patternfly/react-drag-drop": "^5.2.3",
"@patternfly/react-icons": "^5.2.1",
"@patternfly/react-styles": "^5.2.1",
"@patternfly/react-table": "^5.2.3",
"@patternfly/react-table": "^5.2.4",
"@patternfly/react-tokens": "^5.2.1"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/react-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.2.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.2.3...@patternfly/react-table@5.2.4) (2024-03-18)

### Bug Fixes

- **Table:** remove demos from package exports ([#10165](https://github.com/patternfly/patternfly-react/issues/10165)) ([#10174](https://github.com/patternfly/patternfly-react/issues/10174)) ([bcea107](https://github.com/patternfly/patternfly-react/commit/bcea1070c8d0ea858bb893ede4cec5d9e43561a5))

## [5.2.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.2.2...@patternfly/react-table@5.2.3) (2024-03-15)

**Note:** Version bump only for package @patternfly/react-table
Expand Down
2 changes: 1 addition & 1 deletion packages/react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-table",
"version": "5.2.3",
"version": "5.2.4",
"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 00e0170

Please sign in to comment.