diff --git a/packages/eslint-plugin-pf-codemods/CHANGELOG.md b/packages/eslint-plugin-pf-codemods/CHANGELOG.md index b2865cc04..3b27f20e8 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.104.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.103.1...@patternfly/eslint-plugin-pf-codemods@1.104.0) (2024-06-20) + + +### Features + +* **DualListSelector:** promoted Next implementation ([#661](https://github.com/patternfly/pf-codemods/issues/661)) ([cd3e316](https://github.com/patternfly/pf-codemods/commit/cd3e3166c26699e1b6ef9694ddf226a9b9d3eb8d)) + + + + + ## [1.103.1](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.103.0...@patternfly/eslint-plugin-pf-codemods@1.103.1) (2024-06-13) diff --git a/packages/eslint-plugin-pf-codemods/package.json b/packages/eslint-plugin-pf-codemods/package.json index b53daa6c2..31bb24f2e 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.103.1", + "version": "1.104.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 8f73f6740..1a7f5cdf6 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.27](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.0.26...@patternfly/pf-codemods@2.0.27) (2024-06-20) + +**Note:** Version bump only for package @patternfly/pf-codemods + + + + + ## [2.0.26](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.0.25...@patternfly/pf-codemods@2.0.26) (2024-06-13) **Note:** Version bump only for package @patternfly/pf-codemods diff --git a/packages/pf-codemods/package.json b/packages/pf-codemods/package.json index ae871fc34..8952f5765 100644 --- a/packages/pf-codemods/package.json +++ b/packages/pf-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pf-codemods", - "version": "2.0.26", + "version": "2.0.27", "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.103.1", + "@patternfly/eslint-plugin-pf-codemods": "^1.104.0", "@typescript-eslint/parser": "^7.3.1", "commander": "^5.1.0", "eslint": "^7.3.0 || ^8.29.0",