diff --git a/packages/eslint-plugin-pf-codemods/CHANGELOG.md b/packages/eslint-plugin-pf-codemods/CHANGELOG.md index 9f5d373e..e1f7175b 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.139.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.138.1...@patternfly/eslint-plugin-pf-codemods@1.139.0) (2024-10-03) + + +### Features + +* **charts:** import charts from @patternfly/react-charts/victory ([#779](https://github.com/patternfly/pf-codemods/issues/779)) ([99409dd](https://github.com/patternfly/pf-codemods/commit/99409ddfc3744572c91ed5d175f23ea0dcef050a)) + + + + + ## [1.138.1](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.138.0...@patternfly/eslint-plugin-pf-codemods@1.138.1) (2024-10-03) diff --git a/packages/eslint-plugin-pf-codemods/package.json b/packages/eslint-plugin-pf-codemods/package.json index 9e61c4b8..8005b83b 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.138.1", + "version": "1.139.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 e7968c11..c7b013e0 100644 --- a/packages/pf-codemods/CHANGELOG.md +++ b/packages/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. +# [2.3.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.2.16...@patternfly/pf-codemods@2.3.0) (2024-10-03) + + +### Features + +* **charts:** import charts from @patternfly/react-charts/victory ([#779](https://github.com/patternfly/pf-codemods/issues/779)) ([99409dd](https://github.com/patternfly/pf-codemods/commit/99409ddfc3744572c91ed5d175f23ea0dcef050a)) + + + + + ## [2.2.16](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.2.15...@patternfly/pf-codemods@2.2.16) (2024-10-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 f443b7c6..dafb5f14 100644 --- a/packages/pf-codemods/package.json +++ b/packages/pf-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pf-codemods", - "version": "2.2.16", + "version": "2.3.0", "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.138.1", + "@patternfly/eslint-plugin-pf-codemods": "^1.139.0", "@typescript-eslint/parser": "^7.3.1", "commander": "^5.1.0", "eslint": "^7.3.0 || ^8.29.0",