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.3.2
 - @patternfly/react-core@5.3.2
 - @patternfly/react-docs@6.3.2
 - @patternfly/react-drag-drop@5.3.2
 - @patternfly/react-icons@5.3.1
 - @patternfly/react-table@5.3.2
 - @patternfly/react-templates@1.0.2
  • Loading branch information
patternfly-build committed Apr 25, 2024
1 parent 2351b47 commit 5d782bd
Show file tree
Hide file tree
Showing 14 changed files with 52 additions and 22 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.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.1...@patternfly/react-code-editor@5.3.2) (2024-04-25)

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

## [5.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.0...@patternfly/react-code-editor@5.3.1) (2024-04-25)

**Note:** Version bump only for package @patternfly/react-code-editor
Expand Down
6 changes: 3 additions & 3 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.3.1",
"version": "5.3.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,8 +30,8 @@
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@patternfly/react-core": "^5.3.1",
"@patternfly/react-icons": "^5.3.0",
"@patternfly/react-core": "^5.3.2",
"@patternfly/react-icons": "^5.3.1",
"@patternfly/react-styles": "^5.3.0",
"react-dropzone": "14.2.3",
"tslib": "^2.5.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/react-core/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.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.3.1...@patternfly/react-core@5.3.2) (2024-04-25)

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

## [5.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.3.0...@patternfly/react-core@5.3.1) (2024-04-25)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.1",
"version": "5.3.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 Expand Up @@ -46,7 +46,7 @@
"clean:exports": "node scripts/cleanDistExports.js"
},
"dependencies": {
"@patternfly/react-icons": "^5.3.0",
"@patternfly/react-icons": "^5.3.1",
"@patternfly/react-styles": "^5.3.0",
"@patternfly/react-tokens": "^5.3.0",
"focus-trap": "7.5.2",
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.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.3.1...@patternfly/react-docs@6.3.2) (2024-04-25)

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

## [6.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.3.0...@patternfly/react-docs@6.3.1) (2024-04-25)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
14 changes: 7 additions & 7 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.3.1",
"version": "6.3.2",
"publishConfig": {
"access": "public"
},
Expand All @@ -24,13 +24,13 @@
"dependencies": {
"@patternfly/patternfly": "5.3.0-prerelease.5",
"@patternfly/react-charts": "^7.3.0",
"@patternfly/react-code-editor": "^5.3.1",
"@patternfly/react-core": "^5.3.1",
"@patternfly/react-drag-drop": "^5.3.1",
"@patternfly/react-icons": "^5.3.0",
"@patternfly/react-code-editor": "^5.3.2",
"@patternfly/react-core": "^5.3.2",
"@patternfly/react-drag-drop": "^5.3.2",
"@patternfly/react-icons": "^5.3.1",
"@patternfly/react-styles": "^5.3.0",
"@patternfly/react-table": "^5.3.1",
"@patternfly/react-templates": "^1.0.1",
"@patternfly/react-table": "^5.3.2",
"@patternfly/react-templates": "^1.0.2",
"@patternfly/react-tokens": "^5.3.0"
},
"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.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.3.1...@patternfly/react-drag-drop@5.3.2) (2024-04-25)

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

## [5.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.3.0...@patternfly/react-drag-drop@5.3.1) (2024-04-25)

**Note:** Version bump only for package @patternfly/react-drag-drop
Expand Down
6 changes: 3 additions & 3 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.3.1",
"version": "5.3.2",
"description": "PatternFly drag and drop solution",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@patternfly/react-core": "^5.3.1",
"@patternfly/react-icons": "^5.3.0",
"@patternfly/react-core": "^5.3.2",
"@patternfly/react-icons": "^5.3.1",
"@patternfly/react-styles": "^5.3.0",
"memoize-one": "^5.1.0",
"resize-observer-polyfill": "^1.5.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-icons/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.3.1 (2024-04-25)

### Bug Fixes

- **deploy:** Update README.md ([0ae46a2](https://github.com/patternfly/patternfly-react/commit/0ae46a2bbeafdd2a7307d1931aca7bb7a384ecdb))

# 5.3.0 (2024-04-18)

**Note:** Version bump only for package @patternfly/react-icons
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-icons",
"version": "5.3.0",
"version": "5.3.1",
"description": "PatternFly 4 Icons as React Components",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
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.3.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.3.1...@patternfly/react-table@5.3.2) (2024-04-25)

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

## [5.3.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.3.0...@patternfly/react-table@5.3.1) (2024-04-25)

**Note:** Version bump only for package @patternfly/react-table
Expand Down
6 changes: 3 additions & 3 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.3.1",
"version": "5.3.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,8 +39,8 @@
"subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json"
},
"dependencies": {
"@patternfly/react-core": "^5.3.1",
"@patternfly/react-icons": "^5.3.0",
"@patternfly/react-core": "^5.3.2",
"@patternfly/react-icons": "^5.3.1",
"@patternfly/react-styles": "^5.3.0",
"@patternfly/react-tokens": "^5.3.0",
"lodash": "^4.17.19",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-templates/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.

## [1.0.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@1.0.1...@patternfly/react-templates@1.0.2) (2024-04-25)

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

## [1.0.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@1.0.0...@patternfly/react-templates@1.0.1) (2024-04-25)

**Note:** Version bump only for package @patternfly/react-templates
Expand Down
6 changes: 3 additions & 3 deletions packages/react-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/react-templates",
"version": "1.0.1",
"version": "1.0.2",
"description": "This package provides wrapped component demos for ease of use\n",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json"
},
"dependencies": {
"@patternfly/react-core": "^5.3.1",
"@patternfly/react-icons": "^5.3.0",
"@patternfly/react-core": "^5.3.2",
"@patternfly/react-icons": "^5.3.1",
"@patternfly/react-styles": "^5.3.0",
"@patternfly/react-tokens": "^5.3.0",
"tslib": "^2.5.0"
Expand Down

0 comments on commit 5d782bd

Please sign in to comment.