diff --git a/packages/eslint-plugin-pf-codemods/CHANGELOG.md b/packages/eslint-plugin-pf-codemods/CHANGELOG.md index 1a9804841..3b2001fd3 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.96.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.95.0...@patternfly/eslint-plugin-pf-codemods@1.96.0) (2024-04-22) + + +### Features + +* **FormFiledGroupHeaderTitleTextObject:** handle export specifier ([#625](https://github.com/patternfly/pf-codemods/issues/625)) ([35db8fd](https://github.com/patternfly/pf-codemods/commit/35db8fd9dcdd17ef3461587a929c4e9db5703951)) + + + + + # [1.95.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.94.0...@patternfly/eslint-plugin-pf-codemods@1.95.0) (2024-04-03) diff --git a/packages/eslint-plugin-pf-codemods/package.json b/packages/eslint-plugin-pf-codemods/package.json index d933faa5e..1337bc8d5 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.95.0", + "version": "1.96.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 03fddf8d7..7ed6033e4 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.0.10](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.0.9...@patternfly/pf-codemods@2.0.10) (2024-04-22) + +**Note:** Version bump only for package @patternfly/pf-codemods + + + + + ## [2.0.9](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.0.8...@patternfly/pf-codemods@2.0.9) (2024-04-03) **Note:** Version bump only for package @patternfly/pf-codemods diff --git a/packages/pf-codemods/package.json b/packages/pf-codemods/package.json index 7f7ef6dad..4caf7158a 100644 --- a/packages/pf-codemods/package.json +++ b/packages/pf-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pf-codemods", - "version": "2.0.9", + "version": "2.0.10", "description": "Codemods for v4 breaking change release 2020.07", "author": "Red Hat", "license": "MIT", @@ -17,7 +17,7 @@ "build:readme": "ts-node-esm ./scripts/buildReadme.ts" }, "dependencies": { - "@patternfly/eslint-plugin-pf-codemods": "^1.95.0", + "@patternfly/eslint-plugin-pf-codemods": "^1.96.0", "@typescript-eslint/parser": "^7.3.1", "commander": "^5.1.0", "eslint": "^7.3.0 || ^8.29.0",