Skip to content

Commit b1e7fcb

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/eslint-plugin-pf-codemods@1.142.1 - @patternfly/pf-codemods@2.6.1
1 parent d0f6cb0 commit b1e7fcb

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

packages/eslint-plugin-pf-codemods/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [1.142.1](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.142.0...@patternfly/eslint-plugin-pf-codemods@1.142.1) (2025-09-24)
7+
8+
**Note:** Version bump only for package @patternfly/eslint-plugin-pf-codemods
9+
10+
11+
12+
13+
614
# [1.142.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.141.0...@patternfly/eslint-plugin-pf-codemods@1.142.0) (2025-08-15)
715

816

packages/eslint-plugin-pf-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/eslint-plugin-pf-codemods",
3-
"version": "1.142.0",
3+
"version": "1.142.1",
44
"description": "ESLint plugin for PF codemods",
55
"main": "./dist/js/index.js",
66
"module": "./dist/esm/index.js",

packages/pf-codemods/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [2.6.1](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.6.0...@patternfly/pf-codemods@2.6.1) (2025-09-24)
7+
8+
**Note:** Version bump only for package @patternfly/pf-codemods
9+
10+
11+
12+
13+
614
# [2.6.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.5.0...@patternfly/pf-codemods@2.6.0) (2025-08-15)
715

816

packages/pf-codemods/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/pf-codemods",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "Codemods for v4 breaking change release 2020.07",
55
"author": "Red Hat",
66
"license": "MIT",
@@ -15,7 +15,7 @@
1515
"build:readme": "ts-node ./scripts/buildReadme.ts"
1616
},
1717
"dependencies": {
18-
"@patternfly/eslint-plugin-pf-codemods": "^1.142.0",
18+
"@patternfly/eslint-plugin-pf-codemods": "^1.142.1",
1919
"@typescript-eslint/parser": "^7.3.1",
2020
"commander": "^5.1.0",
2121
"eslint": "^7.3.0 || ^8.56.0",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ __metadata:
988988
languageName: unknown
989989
linkType: soft
990990

991-
"@patternfly/eslint-plugin-pf-codemods@npm:^1.142.0, @patternfly/eslint-plugin-pf-codemods@workspace:packages/eslint-plugin-pf-codemods":
991+
"@patternfly/eslint-plugin-pf-codemods@npm:^1.142.1, @patternfly/eslint-plugin-pf-codemods@workspace:packages/eslint-plugin-pf-codemods":
992992
version: 0.0.0-use.local
993993
resolution: "@patternfly/eslint-plugin-pf-codemods@workspace:packages/eslint-plugin-pf-codemods"
994994
dependencies:
@@ -1008,7 +1008,7 @@ __metadata:
10081008
version: 0.0.0-use.local
10091009
resolution: "@patternfly/pf-codemods@workspace:packages/pf-codemods"
10101010
dependencies:
1011-
"@patternfly/eslint-plugin-pf-codemods": "npm:^1.142.0"
1011+
"@patternfly/eslint-plugin-pf-codemods": "npm:^1.142.1"
10121012
"@typescript-eslint/parser": "npm:^7.3.1"
10131013
commander: "npm:^5.1.0"
10141014
eslint: "npm:^7.3.0 || ^8.56.0"

0 commit comments

Comments
 (0)