diff --git a/packages/eslint-plugin-pf-codemods/CHANGELOG.md b/packages/eslint-plugin-pf-codemods/CHANGELOG.md index 0f2a80dc..1a3d40c9 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.136.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.135.0...@patternfly/eslint-plugin-pf-codemods@1.136.0) (2024-09-26) + + +### Features + +* **mod:** add user-feedback css update warning ([#747](https://github.com/patternfly/pf-codemods/issues/747)) ([2ca012f](https://github.com/patternfly/pf-codemods/commit/2ca012f8d889f05f538b4142c08cd49a1e16eb6b)) + + + + + # [1.135.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.134.0...@patternfly/eslint-plugin-pf-codemods@1.135.0) (2024-09-26) diff --git a/packages/eslint-plugin-pf-codemods/package.json b/packages/eslint-plugin-pf-codemods/package.json index 5b1cd0f1..204c6067 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.135.0", + "version": "1.136.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 83baab5c..dd3fff8b 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.12](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.2.11...@patternfly/pf-codemods@2.2.12) (2024-09-26) + +**Note:** Version bump only for package @patternfly/pf-codemods + + + + + ## [2.2.11](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.2.10...@patternfly/pf-codemods@2.2.11) (2024-09-26) **Note:** Version bump only for package @patternfly/pf-codemods diff --git a/packages/pf-codemods/package.json b/packages/pf-codemods/package.json index ab42f155..faeb78b2 100644 --- a/packages/pf-codemods/package.json +++ b/packages/pf-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pf-codemods", - "version": "2.2.11", + "version": "2.2.12", "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.135.0", + "@patternfly/eslint-plugin-pf-codemods": "^1.136.0", "@typescript-eslint/parser": "^7.3.1", "commander": "^5.1.0", "eslint": "^7.3.0 || ^8.29.0",