diff --git a/packages/eslint-plugin-pf-codemods/CHANGELOG.md b/packages/eslint-plugin-pf-codemods/CHANGELOG.md index 159e06c14..18c9fa023 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.84.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.83.4...@patternfly/eslint-plugin-pf-codemods@1.84.0) (2023-08-22) + + +### Features + +* **Chip:** added badge prop ([#537](https://github.com/patternfly/pf-codemods/issues/537)) ([25417f4](https://github.com/patternfly/pf-codemods/commit/25417f458a687fa2c0eb99f379e8c85970949b22)) + + + + + ## [1.83.4](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.83.3...@patternfly/eslint-plugin-pf-codemods@1.83.4) (2023-07-21) **Note:** Version bump only for package @patternfly/eslint-plugin-pf-codemods diff --git a/packages/eslint-plugin-pf-codemods/package.json b/packages/eslint-plugin-pf-codemods/package.json index e88dea5aa..3f27f492f 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.83.4", + "version": "1.84.0", "description": "ESLint plugin for PF codemods", "main": "./index.js", "author": "Red Hat", diff --git a/packages/pf-codemods/CHANGELOG.md b/packages/pf-codemods/CHANGELOG.md index b28d99ac8..57aaca425 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. +# [1.82.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@1.81.8...@patternfly/pf-codemods@1.82.0) (2023-08-22) + + +### Features + +* **Chip:** added badge prop ([#537](https://github.com/patternfly/pf-codemods/issues/537)) ([25417f4](https://github.com/patternfly/pf-codemods/commit/25417f458a687fa2c0eb99f379e8c85970949b22)) + + + + + ## [1.81.8](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@1.81.7...@patternfly/pf-codemods@1.81.8) (2023-07-21) **Note:** Version bump only for package @patternfly/pf-codemods diff --git a/packages/pf-codemods/package.json b/packages/pf-codemods/package.json index 7e0068069..decca24d3 100644 --- a/packages/pf-codemods/package.json +++ b/packages/pf-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pf-codemods", - "version": "1.81.8", + "version": "1.82.0", "description": "Codemods for v4 breaking change release 2020.07", "author": "Red Hat", "license": "MIT", @@ -14,7 +14,7 @@ "access": "public" }, "dependencies": { - "@patternfly/eslint-plugin-pf-codemods": "^1.83.4", + "@patternfly/eslint-plugin-pf-codemods": "^1.84.0", "@typescript-eslint/parser": "^5.58.0", "commander": "^5.1.0", "eslint": "^7.3.0 || ^8.29.0",