Skip to content

Commit 9634655

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected] - @patternfly/[email protected]
1 parent 284bea2 commit 9634655

File tree

11 files changed

+72
-8
lines changed

11 files changed

+72
-8
lines changed

packages/class-name-updater/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
# [2.1.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2025-02-24)
7+
8+
9+
### Features
10+
11+
* CSS vars updater package ([#801](https://github.com/patternfly/pf-codemods/issues/801)) ([8a46215](https://github.com/patternfly/pf-codemods/commit/8a462151b58cf43dfba13af8a37396b78de1269f))
12+
13+
14+
15+
16+
617
## [2.0.8](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2024-11-14)
718

819

packages/class-name-updater/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/class-name-updater",
3-
"version": "2.0.8",
3+
"version": "2.1.0",
44
"description": "Utility to update class names with Patternfly version numbers",
55
"author": "Red Hat",
66
"license": "MIT",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2025-02-24)
7+
8+
9+
### Features
10+
11+
* CSS vars updater package ([#801](https://github.com/patternfly/pf-codemods/issues/801)) ([8a46215](https://github.com/patternfly/pf-codemods/commit/8a462151b58cf43dfba13af8a37396b78de1269f))

packages/css-vars-updater/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/css-vars-updater",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Utility to update Patternfly CSS variables when migrating from V5 to a new design token system in V6",
55
"author": "Red Hat",
66
"license": "MIT",

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.140.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2025-02-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **chipGroup:** Replace numChips with numLabels ([#823](https://github.com/patternfly/pf-codemods/issues/823)) ([78f08a8](https://github.com/patternfly/pf-codemods/commit/78f08a8f0cb8463d1ff8d919757b6f44f1e81efe))
12+
* **formFiledGroupHeaderTitleTextObject:** use renameInterface helper ([#820](https://github.com/patternfly/pf-codemods/issues/820)) ([4d17ec9](https://github.com/patternfly/pf-codemods/commit/4d17ec94cff87bdf82e81685127a750992daf597))
13+
* type getVariableValue helper ([#796](https://github.com/patternfly/pf-codemods/issues/796)) ([3bacbc6](https://github.com/patternfly/pf-codemods/commit/3bacbc6b1e2a0491393c305a10d0cd19feaf93c3))
14+
15+
16+
### Features
17+
18+
* **componentGroups:** rename InvalidObjectProps to MissingPageProps ([#799](https://github.com/patternfly/pf-codemods/issues/799)) ([05f3e13](https://github.com/patternfly/pf-codemods/commit/05f3e135e6cd111c045197122acd2ec4a3898226))
19+
* CSS vars updater package ([#801](https://github.com/patternfly/pf-codemods/issues/801)) ([8a46215](https://github.com/patternfly/pf-codemods/commit/8a462151b58cf43dfba13af8a37396b78de1269f))
20+
* **ExpandableSection:** Remove isActive prop ([#822](https://github.com/patternfly/pf-codemods/issues/822)) ([baef409](https://github.com/patternfly/pf-codemods/commit/baef4097ec0d17fb6053641fece96ed14958eaf6))
21+
22+
23+
24+
25+
626
## [1.139.4](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2025-01-22)
727

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

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.139.4",
3+
"version": "1.140.0",
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: 11 additions & 0 deletions
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+
# [2.4.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2025-02-24)
7+
8+
9+
### Features
10+
11+
* CSS vars updater package ([#801](https://github.com/patternfly/pf-codemods/issues/801)) ([8a46215](https://github.com/patternfly/pf-codemods/commit/8a462151b58cf43dfba13af8a37396b78de1269f))
12+
13+
14+
15+
16+
617
## [2.3.5](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2025-01-22)
718

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

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.3.5",
3+
"version": "2.4.0",
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.139.4",
18+
"@patternfly/eslint-plugin-pf-codemods": "^1.140.0",
1919
"@typescript-eslint/parser": "^7.3.1",
2020
"commander": "^5.1.0",
2121
"eslint": "^7.3.0 || ^8.56.0",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2025-02-24)
7+
8+
9+
### Features
10+
11+
* CSS vars updater package ([#801](https://github.com/patternfly/pf-codemods/issues/801)) ([8a46215](https://github.com/patternfly/pf-codemods/commit/8a462151b58cf43dfba13af8a37396b78de1269f))

packages/shared-codemod-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/shared-codemod-helpers",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Shared helpers for the codemods monorepo",
55
"author": "Red Hat",
66
"license": "MIT",

0 commit comments

Comments
 (0)