Skip to content

Commit

Permalink
chore(release): releasing packages [ci skip]
Browse files Browse the repository at this point in the history
 - @patternfly/class-name-updater@1.3.1
 - @patternfly/eslint-plugin-pf-codemods@1.84.3
 - @patternfly/pf-codemods@1.82.3
  • Loading branch information
patternfly-build committed Feb 13, 2024
1 parent a5e3f7c commit 88b58b0
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 7 deletions.
8 changes: 8 additions & 0 deletions packages/class-name-updater/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.

## [1.3.1](https://github.com/patternfly/pf-codemods/compare/@patternfly/class-name-updater@1.3.0...@patternfly/class-name-updater@1.3.1) (2024-02-13)

**Note:** Version bump only for package @patternfly/class-name-updater





# [1.3.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/class-name-updater@1.2.0...@patternfly/class-name-updater@1.3.0) (2023-07-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/class-name-updater/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/class-name-updater",
"version": "1.3.0",
"version": "1.3.1",
"description": "Utility to update class names with Patternfly version numbers",
"author": "Red Hat",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"glob": "^10.2.6"
},
"devDependencies": {
"typescript": "^5.3.3",
"@types/diff": "^5.0.9"
"@types/diff": "^5.0.9",
"typescript": "^5.3.3"
}
}
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.84.3](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.84.2...@patternfly/eslint-plugin-pf-codemods@1.84.3) (2024-02-13)

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





## [1.84.2](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.84.1...@patternfly/eslint-plugin-pf-codemods@1.84.2) (2023-12-12)


Expand Down
4 changes: 2 additions & 2 deletions 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.84.2",
"version": "1.84.3",
"description": "ESLint plugin for PF codemods",
"main": "./dist/js/index.js",
"module": "./dist/esm/index.js",
Expand All @@ -24,5 +24,5 @@
},
"devDependencies": {
"@types/eslint": "^8.56.0"
}
}
}
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.

## [1.82.3](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@1.82.2...@patternfly/pf-codemods@1.82.3) (2024-02-13)

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





## [1.82.2](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@1.82.1...@patternfly/pf-codemods@1.82.2) (2023-12-12)

**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": "1.82.2",
"version": "1.82.3",
"description": "Codemods for v4 breaking change release 2020.07",
"author": "Red Hat",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"access": "public"
},
"dependencies": {
"@patternfly/eslint-plugin-pf-codemods": "^1.84.2",
"@patternfly/eslint-plugin-pf-codemods": "^1.84.3",
"@typescript-eslint/parser": "^5.58.0",
"commander": "^5.1.0",
"eslint": "^7.3.0 || ^8.29.0",
Expand Down

0 comments on commit 88b58b0

Please sign in to comment.