diff --git a/packages/eslint-plugin-pf-codemods/CHANGELOG.md b/packages/eslint-plugin-pf-codemods/CHANGELOG.md index d4d40ea2..d8eb5063 100644 --- a/packages/eslint-plugin-pf-codemods/CHANGELOG.md +++ b/packages/eslint-plugin-pf-codemods/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.129.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.128.2...@patternfly/eslint-plugin-pf-codemods@1.129.0) (2024-09-04) + + +### Features + +* **ToolbarGroup:** rename button-group variant option ([#759](https://github.com/patternfly/pf-codemods/issues/759)) ([9482ccf](https://github.com/patternfly/pf-codemods/commit/9482ccf104e7d1b72e9a99b1bf0b17a05c3adde2)) +* **ToolbarItem:** remove widths prop ([#758](https://github.com/patternfly/pf-codemods/issues/758)) ([f0eeac5](https://github.com/patternfly/pf-codemods/commit/f0eeac5880f2002d659a73cd84d9ee5a5b6ce86b)) + + + + + ## [1.128.2](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.128.1...@patternfly/eslint-plugin-pf-codemods@1.128.2) (2024-09-02) diff --git a/packages/eslint-plugin-pf-codemods/package.json b/packages/eslint-plugin-pf-codemods/package.json index 6676f77b..6bc823f6 100644 --- a/packages/eslint-plugin-pf-codemods/package.json +++ b/packages/eslint-plugin-pf-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/eslint-plugin-pf-codemods", - "version": "1.128.2", + "version": "1.129.0", "description": "ESLint plugin for PF codemods", "main": "./dist/js/index.js", "module": "./dist/esm/index.js", diff --git a/packages/pf-codemods/CHANGELOG.md b/packages/pf-codemods/CHANGELOG.md index ebb82f01..d7ee55bc 100644 --- a/packages/pf-codemods/CHANGELOG.md +++ b/packages/pf-codemods/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.4](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.2.3...@patternfly/pf-codemods@2.2.4) (2024-09-04) + +**Note:** Version bump only for package @patternfly/pf-codemods + + + + + ## [2.2.3](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.2.2...@patternfly/pf-codemods@2.2.3) (2024-09-02) **Note:** Version bump only for package @patternfly/pf-codemods diff --git a/packages/pf-codemods/package.json b/packages/pf-codemods/package.json index d3794254..f2d8aed2 100644 --- a/packages/pf-codemods/package.json +++ b/packages/pf-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pf-codemods", - "version": "2.2.3", + "version": "2.2.4", "description": "Codemods for v4 breaking change release 2020.07", "author": "Red Hat", "license": "MIT", @@ -17,7 +17,7 @@ "build:readme": "ts-node ./scripts/buildReadme.ts" }, "dependencies": { - "@patternfly/eslint-plugin-pf-codemods": "^1.128.2", + "@patternfly/eslint-plugin-pf-codemods": "^1.129.0", "@typescript-eslint/parser": "^7.3.1", "commander": "^5.1.0", "eslint": "^7.3.0 || ^8.29.0",