diff --git a/packages/eslint-plugin-pf-codemods/CHANGELOG.md b/packages/eslint-plugin-pf-codemods/CHANGELOG.md index 5b927d1e..5e81c0e4 100644 --- a/packages/eslint-plugin-pf-codemods/CHANGELOG.md +++ b/packages/eslint-plugin-pf-codemods/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.128.1](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.128.0...@patternfly/eslint-plugin-pf-codemods@1.128.1) (2024-08-28) + + +### Bug Fixes + +* **buttonMoveIconsIconProp:** make elements self-closing ([#728](https://github.com/patternfly/pf-codemods/issues/728)) ([57090b5](https://github.com/patternfly/pf-codemods/commit/57090b5965be9d7b0ab294e55c9468fa455e4734)) + + + + + # [1.128.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.127.0...@patternfly/eslint-plugin-pf-codemods@1.128.0) (2024-08-28) diff --git a/packages/eslint-plugin-pf-codemods/package.json b/packages/eslint-plugin-pf-codemods/package.json index 3f93b52f..641f61d1 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.0", + "version": "1.128.1", "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 742b9d91..237ae628 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.2](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.2.1...@patternfly/pf-codemods@2.2.2) (2024-08-28) + +**Note:** Version bump only for package @patternfly/pf-codemods + + + + + ## [2.2.1](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.2.0...@patternfly/pf-codemods@2.2.1) (2024-08-28) **Note:** Version bump only for package @patternfly/pf-codemods diff --git a/packages/pf-codemods/package.json b/packages/pf-codemods/package.json index 38cca64e..085b0f77 100644 --- a/packages/pf-codemods/package.json +++ b/packages/pf-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pf-codemods", - "version": "2.2.1", + "version": "2.2.2", "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.0", + "@patternfly/eslint-plugin-pf-codemods": "^1.128.1", "@typescript-eslint/parser": "^7.3.1", "commander": "^5.1.0", "eslint": "^7.3.0 || ^8.29.0",