Skip to content

Commit 550fe03

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/[email protected] - @patternfly/[email protected]
1 parent 564e836 commit 550fe03

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

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

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.139.3](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2025-01-20)
7+
8+
9+
### Bug Fixes
10+
11+
* **TextReplaceWithContent:** update dist import path ([#797](https://github.com/patternfly/pf-codemods/issues/797)) ([564e836](https://github.com/patternfly/pf-codemods/commit/564e8368524838c44c03c8ec3af8802effc30ee4))
12+
13+
14+
15+
16+
617
## [1.139.2](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2025-01-16)
718

819
**Note:** Version bump only for package @patternfly/eslint-plugin-pf-codemods

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

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

packages/pf-codemods/CHANGELOG.md

+8
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.3.4](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2025-01-20)
7+
8+
**Note:** Version bump only for package @patternfly/pf-codemods
9+
10+
11+
12+
13+
614
## [2.3.3](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2025-01-16)
715

816
**Note:** Version bump only for package @patternfly/pf-codemods

packages/pf-codemods/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/pf-codemods",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "Codemods for v4 breaking change release 2020.07",
55
"author": "Red Hat",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
"build:readme": "ts-node ./scripts/buildReadme.ts"
1818
},
1919
"dependencies": {
20-
"@patternfly/eslint-plugin-pf-codemods": "^1.139.2",
20+
"@patternfly/eslint-plugin-pf-codemods": "^1.139.3",
2121
"@typescript-eslint/parser": "^7.3.1",
2222
"commander": "^5.1.0",
2323
"eslint": "^7.3.0 || ^8.29.0",

0 commit comments

Comments
 (0)