Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/react-code-editor@5.2.2
 - @patternfly/react-core@5.2.2
 - @patternfly/react-docs@6.2.3
 - @patternfly/react-drag-drop@5.2.2
 - demo-app-ts@5.1.3
 - @patternfly/react-table@5.2.2
  • Loading branch information
patternfly-build committed Mar 12, 2024
1 parent 1559bca commit c110819
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 14 deletions.
4 changes: 4 additions & 0 deletions packages/react-code-editor/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.

## 5.2.2 (2024-03-12)

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

## [5.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.2.0...@patternfly/react-code-editor@5.2.1) (2024-02-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-code-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-code-editor",
"version": "5.2.1",
"version": "5.2.2",
"description": "This package provides a PatternFly wrapper for the Monaco code editor\n",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@patternfly/react-core": "^5.2.1",
"@patternfly/react-core": "^5.2.2",
"@patternfly/react-icons": "^5.2.1",
"@patternfly/react-styles": "^5.2.1",
"react-dropzone": "14.2.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-core/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.2 (2024-03-12)

### Bug Fixes

- **Menu:** Fix crash in menu referencing invalid array index ([#10153](https://github.com/patternfly/patternfly-react/issues/10153)) ([#10157](https://github.com/patternfly/patternfly-react/issues/10157)) ([1559bca](https://github.com/patternfly/patternfly-react/commit/1559bca1407907d38d85b7df7e897ab621d12431))

## [5.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.2.0...@patternfly/react-core@5.2.1) (2024-02-29)

### Bug Fixes
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": "5.2.1",
"version": "5.2.2",
"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
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.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.2.2...@patternfly/react-docs@6.2.3) (2024-03-12)

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

## [6.2.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.2.1...@patternfly/react-docs@6.2.2) (2024-03-05)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
10 changes: 5 additions & 5 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.2",
"version": "6.2.3",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,12 +24,12 @@
"dependencies": {
"@patternfly/patternfly": "5.2.1",
"@patternfly/react-charts": "^7.2.2",
"@patternfly/react-code-editor": "^5.2.1",
"@patternfly/react-core": "^5.2.1",
"@patternfly/react-drag-drop": "^5.2.1",
"@patternfly/react-code-editor": "^5.2.2",
"@patternfly/react-core": "^5.2.2",
"@patternfly/react-drag-drop": "^5.2.2",
"@patternfly/react-icons": "^5.2.1",
"@patternfly/react-styles": "^5.2.1",
"@patternfly/react-table": "^5.2.1",
"@patternfly/react-table": "^5.2.2",
"@patternfly/react-tokens": "^5.2.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/react-drag-drop/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.

## 5.2.2 (2024-03-12)

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

## [5.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.2.0...@patternfly/react-drag-drop@5.2.1) (2024-02-29)

**Note:** Version bump only for package @patternfly/react-drag-drop
Expand Down
4 changes: 2 additions & 2 deletions packages/react-drag-drop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-drag-drop",
"version": "5.2.1",
"version": "5.2.2",
"description": "PatternFly drag and drop solution",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@patternfly/react-core": "^5.2.1",
"@patternfly/react-core": "^5.2.2",
"@patternfly/react-icons": "^5.2.1",
"@patternfly/react-styles": "^5.2.1",
"memoize-one": "^5.1.0",
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 5.1.3 (2024-03-12)

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

## 5.1.2 (2024-02-29)

### Bug Fixes
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,15 +1,15 @@
{
"name": "demo-app-ts",
"private": true,
"version": "5.1.2",
"version": "5.1.3",
"scripts": {
"build:demo-app": "webpack --mode production",
"start:demo-app": "webpack-dev-server",
"start:demo-app:hot": "webpack-dev-server --hot=true",
"serve:demo-app": "node scripts/serve"
},
"dependencies": {
"@patternfly/react-core": "^5.2.1",
"@patternfly/react-core": "^5.2.2",
"react": "^18",
"react-dom": "^18",
"react-router": "^5.3.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-table/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.

## 5.2.2 (2024-03-12)

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

## [5.2.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.2.0...@patternfly/react-table@5.2.1) (2024-02-29)

### Bug Fixes
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": "5.2.1",
"version": "5.2.2",
"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 @@ -39,7 +39,7 @@
"subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json"
},
"dependencies": {
"@patternfly/react-core": "^5.2.1",
"@patternfly/react-core": "^5.2.2",
"@patternfly/react-icons": "^5.2.1",
"@patternfly/react-styles": "^5.2.1",
"@patternfly/react-tokens": "^5.2.1",
Expand Down

0 comments on commit c110819

Please sign in to comment.