From 3d190beb81f9f23a944c63ea37e9fd4a2193bed0 Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Thu, 15 Feb 2024 21:33:44 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - @patternfly/eslint-plugin-pf-codemods@1.85.0 - @patternfly/pf-codemods@1.83.0 --- packages/eslint-plugin-pf-codemods/CHANGELOG.md | 11 +++++++++++ packages/eslint-plugin-pf-codemods/package.json | 2 +- packages/pf-codemods/CHANGELOG.md | 11 +++++++++++ packages/pf-codemods/package.json | 4 ++-- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/packages/eslint-plugin-pf-codemods/CHANGELOG.md b/packages/eslint-plugin-pf-codemods/CHANGELOG.md index dd1282ae3..f1d539302 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.85.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.84.4...@patternfly/eslint-plugin-pf-codemods@1.85.0) (2024-02-15) + + +### Features + +* **Masthead:** Remove backgroundColor prop ([#566](https://github.com/patternfly/pf-codemods/issues/566)) ([d4f52bc](https://github.com/patternfly/pf-codemods/commit/d4f52bca3424fb87b67847a49cbf48d549e40e96)) + + + + + ## [1.84.4](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.84.3...@patternfly/eslint-plugin-pf-codemods@1.84.4) (2024-02-15) **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 fe8e3919d..dd55aff7c 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.84.4", + "version": "1.85.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 9b42fa782..befbd0220 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.83.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@1.82.4...@patternfly/pf-codemods@1.83.0) (2024-02-15) + + +### Features + +* **Masthead:** Remove backgroundColor prop ([#566](https://github.com/patternfly/pf-codemods/issues/566)) ([d4f52bc](https://github.com/patternfly/pf-codemods/commit/d4f52bca3424fb87b67847a49cbf48d549e40e96)) + + + + + ## [1.82.4](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@1.82.3...@patternfly/pf-codemods@1.82.4) (2024-02-15) **Note:** Version bump only for package @patternfly/pf-codemods diff --git a/packages/pf-codemods/package.json b/packages/pf-codemods/package.json index f6c9ec387..82619500c 100644 --- a/packages/pf-codemods/package.json +++ b/packages/pf-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pf-codemods", - "version": "1.82.4", + "version": "1.83.0", "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.84.4", + "@patternfly/eslint-plugin-pf-codemods": "^1.85.0", "@typescript-eslint/parser": "^5.58.0", "commander": "^5.1.0", "eslint": "^7.3.0 || ^8.29.0",