From 8ab72b19dd0a465584c7661d104f0be5d1844aa2 Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Wed, 27 Mar 2024 19:20:38 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - @patternfly/eslint-plugin-pf-codemods@1.92.0 - @patternfly/pf-codemods@2.0.6 --- packages/eslint-plugin-pf-codemods/CHANGELOG.md | 11 +++++++++++ packages/eslint-plugin-pf-codemods/package.json | 2 +- packages/pf-codemods/CHANGELOG.md | 8 ++++++++ packages/pf-codemods/package.json | 4 ++-- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/packages/eslint-plugin-pf-codemods/CHANGELOG.md b/packages/eslint-plugin-pf-codemods/CHANGELOG.md index afd11631f..4b82fc345 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.92.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.91.6...@patternfly/eslint-plugin-pf-codemods@1.92.0) (2024-03-27) + + +### Features + +* **FormFiledGroupHeaderTitleTextObject:** interface renamed (typo) ([#610](https://github.com/patternfly/pf-codemods/issues/610)) ([a58b56d](https://github.com/patternfly/pf-codemods/commit/a58b56d0973f646d1f566c85cc2d344d88080773)) + + + + + ## [1.91.6](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.91.5...@patternfly/eslint-plugin-pf-codemods@1.91.6) (2024-03-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 b3728ab86..dbffdf10f 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.91.6", + "version": "1.92.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 41807ead7..178f63aeb 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.6](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.0.5...@patternfly/pf-codemods@2.0.6) (2024-03-27) + +**Note:** Version bump only for package @patternfly/pf-codemods + + + + + ## [2.0.5](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.0.4...@patternfly/pf-codemods@2.0.5) (2024-03-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 2d1f751d7..f744aa401 100644 --- a/packages/pf-codemods/package.json +++ b/packages/pf-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pf-codemods", - "version": "2.0.5", + "version": "2.0.6", "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.91.6", + "@patternfly/eslint-plugin-pf-codemods": "^1.92.0", "@typescript-eslint/parser": "^7.3.1", "commander": "^5.1.0", "eslint": "^7.3.0 || ^8.29.0",