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.4.4
 - @patternfly/react-core@5.4.2
 - @patternfly/react-docs@6.4.6
 - @patternfly/react-drag-drop@5.4.2
 - demo-app-ts@5.4.5
 - @patternfly/react-table@5.4.2
 - @patternfly/react-templates@1.1.2
  • Loading branch information
patternfly-build committed Oct 7, 2024
1 parent b5ab02e commit fd42e20
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 7 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.4.4](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.3...@patternfly/react-code-editor@5.4.4) (2024-10-07)

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

## [5.4.3](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.2...@patternfly/react-code-editor@5.4.3) (2024-09-23)

**Note:** Version bump only for package @patternfly/react-code-editor
Expand Down
2 changes: 1 addition & 1 deletion 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.4.3",
"version": "5.4.4",
"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
7 changes: 7 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.4.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.1...@patternfly/react-core@5.4.2) (2024-10-07)

### Bug Fixes

- add checks for contentRef to avoid errors in console ([#10870](https://github.com/patternfly/patternfly-react/issues/10870)) ([bd6b854](https://github.com/patternfly/patternfly-react/commit/bd6b854851c9ba8a19065902832eeee39491b857))
- **nav:** Reverts PR [#10644](https://github.com/patternfly/patternfly-react/issues/10644) that caused regression ([#11099](https://github.com/patternfly/patternfly-react/issues/11099)) ([b5ab02e](https://github.com/patternfly/patternfly-react/commit/b5ab02e415b6e7ef0ce86de00ecf2688f3ab55f4))

## [5.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.0...@patternfly/react-core@5.4.1) (2024-09-18)

### 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.4.1",
"version": "5.4.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.4.6](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.4.5...@patternfly/react-docs@6.4.6) (2024-10-07)

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

## [6.4.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.4.4...@patternfly/react-docs@6.4.5) (2024-09-26)

**Note:** Version bump only for package @patternfly/react-docs
Expand Down
2 changes: 1 addition & 1 deletion 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.4.5",
"version": "6.4.6",
"publishConfig": {
"access": "public"
},
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.4.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.4.1...@patternfly/react-drag-drop@5.4.2) (2024-10-07)

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

## [5.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@5.4.0...@patternfly/react-drag-drop@5.4.1) (2024-09-18)

**Note:** Version bump only for package @patternfly/react-drag-drop
Expand Down
2 changes: 1 addition & 1 deletion 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.4.1",
"version": "5.4.2",
"description": "PatternFly drag and drop solution",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
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.4.5](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.4.4...demo-app-ts@5.4.5) (2024-10-07)

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

## [5.4.4](https://github.com/patternfly/patternfly-react/compare/demo-app-ts@5.4.3...demo-app-ts@5.4.4) (2024-09-26)

**Note:** Version bump only for package demo-app-ts
Expand Down
2 changes: 1 addition & 1 deletion packages/react-integration/demo-app-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo-app-ts",
"private": true,
"version": "5.4.4",
"version": "5.4.5",
"type": "module",
"scripts": {
"dev": "vite",
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.4.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.1...@patternfly/react-table@5.4.2) (2024-10-07)

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

## [5.4.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.0...@patternfly/react-table@5.4.1) (2024-09-18)

**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.4.1",
"version": "5.4.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
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.1.2](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@1.1.1...@patternfly/react-templates@1.1.2) (2024-10-07)

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

## [1.1.1](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-templates@1.1.0...@patternfly/react-templates@1.1.1) (2024-09-18)

**Note:** Version bump only for package @patternfly/react-templates
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "1.1.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

0 comments on commit fd42e20

Please sign in to comment.