Skip to content

Commit 29579de

Browse files
chore(release): releasing packages [ci skip]
- [email protected] - @patternfly/[email protected] - [email protected]
1 parent 8042817 commit 29579de

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

packages/eslint-plugin-patternfly-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.2.0-prerelease.3](https://github.com/patternfly/patternfly-react/compare/eslint-plugin-patternfly-react@6.2.0-prerelease.2...eslint-plugin-patternfly-react@6.2.0-prerelease.3) (2025-02-10)
7+
8+
**Note:** Version bump only for package eslint-plugin-patternfly-react
9+
610
# [6.2.0-prerelease.2](https://github.com/patternfly/patternfly-react/compare/eslint-plugin-patternfly-react@6.2.0-prerelease.1...eslint-plugin-patternfly-react@6.2.0-prerelease.2) (2025-01-27)
711

812
**Note:** Version bump only for package eslint-plugin-patternfly-react

packages/eslint-plugin-patternfly-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-patternfly-react",
3-
"version": "6.2.0-prerelease.2",
3+
"version": "6.2.0-prerelease.3",
44
"type": "commonjs",
55
"exports": {
66
".": "./lib/index.js"

packages/react-integration/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0-prerelease.23](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2025-02-10)
7+
8+
**Note:** Version bump only for package @patternfly/react-integration
9+
610
# [6.0.0-prerelease.22](https://github.com/patternfly/patternfly-react/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2025-01-21)
711

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

packages/react-integration/demo-app-ts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.0.0-prerelease.65](https://github.com/patternfly/patternfly-react/compare/[email protected]@6.0.0-prerelease.65) (2025-02-10)
7+
8+
**Note:** Version bump only for package demo-app-ts
9+
610
# [6.0.0-prerelease.64](https://github.com/patternfly/patternfly-react/compare/[email protected]@6.0.0-prerelease.64) (2025-01-28)
711

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

packages/react-integration/demo-app-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "demo-app-ts",
33
"private": true,
4-
"version": "6.0.0-prerelease.64",
4+
"version": "6.0.0-prerelease.65",
55
"scripts": {
66
"dev": "vite",
77
"build": "tsc && vite build",

packages/react-integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-integration",
3-
"version": "6.0.0-prerelease.22",
3+
"version": "6.0.0-prerelease.23",
44
"private": true,
55
"description": "Integration testing for PF5 using demo applications",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)