From 7a5a9f4a263275785e1cc00a0bbc0b94097e0cfb Mon Sep 17 00:00:00 2001 From: patternfly-build Date: Thu, 6 Jun 2024 13:15:20 +0000 Subject: [PATCH] chore(release): releasing packages [ci skip] - @patternfly/pf-codemods@2.0.23 --- packages/pf-codemods/CHANGELOG.md | 11 +++++++++++ packages/pf-codemods/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/pf-codemods/CHANGELOG.md b/packages/pf-codemods/CHANGELOG.md index 28e9d27c1..e6a21aae0 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. +## [2.0.23](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.0.22...@patternfly/pf-codemods@2.0.23) (2024-06-06) + + +### Reverts + +* Revert "fix: packages/pf-codemods/package.json to reduce vulnerabilities (#650)" (#654) ([743c590](https://github.com/patternfly/pf-codemods/commit/743c590a88c2ba356d5b1a2d1b4a252f87b154ea)), closes [#650](https://github.com/patternfly/pf-codemods/issues/650) [#654](https://github.com/patternfly/pf-codemods/issues/654) + + + + + ## [2.0.22](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.0.21...@patternfly/pf-codemods@2.0.22) (2024-06-06) **Note:** Version bump only for package @patternfly/pf-codemods diff --git a/packages/pf-codemods/package.json b/packages/pf-codemods/package.json index d59df9746..dfd2ad0ec 100644 --- a/packages/pf-codemods/package.json +++ b/packages/pf-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@patternfly/pf-codemods", - "version": "2.0.22", + "version": "2.0.23", "description": "Codemods for v4 breaking change release 2020.07", "author": "Red Hat", "license": "MIT",