Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/eslint-plugin-pf-codemods@1.123.0
 - @patternfly/pf-codemods@2.0.58
  • Loading branch information
patternfly-build committed Aug 14, 2024
1 parent 827500c commit c42de7e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/eslint-plugin-pf-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.123.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.122.0...@patternfly/eslint-plugin-pf-codemods@1.123.0) (2024-08-14)


### Features

* **Masthead:** Update structure ([#730](https://github.com/patternfly/pf-codemods/issues/730)) ([827500c](https://github.com/patternfly/pf-codemods/commit/827500c64944e813eea115da3efebb4b6b387fdc))





# [1.122.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.121.3...@patternfly/eslint-plugin-pf-codemods@1.122.0) (2024-08-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-pf-codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/eslint-plugin-pf-codemods",
"version": "1.122.0",
"version": "1.123.0",
"description": "ESLint plugin for PF codemods",
"main": "./dist/js/index.js",
"module": "./dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/pf-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.58](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.0.57...@patternfly/pf-codemods@2.0.58) (2024-08-14)

**Note:** Version bump only for package @patternfly/pf-codemods





## [2.0.57](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@2.0.56...@patternfly/pf-codemods@2.0.57) (2024-08-13)

**Note:** Version bump only for package @patternfly/pf-codemods
Expand Down
4 changes: 2 additions & 2 deletions packages/pf-codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/pf-codemods",
"version": "2.0.57",
"version": "2.0.58",
"description": "Codemods for v4 breaking change release 2020.07",
"author": "Red Hat",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"build:readme": "ts-node ./scripts/buildReadme.ts"
},
"dependencies": {
"@patternfly/eslint-plugin-pf-codemods": "^1.122.0",
"@patternfly/eslint-plugin-pf-codemods": "^1.123.0",
"@typescript-eslint/parser": "^7.3.1",
"commander": "^5.1.0",
"eslint": "^7.3.0 || ^8.29.0",
Expand Down

0 comments on commit c42de7e

Please sign in to comment.