Skip to content

Commit 1ded4ca

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/eslint-plugin-pf-codemods@1.85.1 - @patternfly/pf-codemods@1.83.1
1 parent cda443e commit 1ded4ca

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

packages/eslint-plugin-pf-codemods/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.85.1](https://github.com/patternfly/pf-codemods/compare/@patternfly/eslint-plugin-pf-codemods@1.85.0...@patternfly/eslint-plugin-pf-codemods@1.85.1) (2024-02-21)
7+
8+
**Note:** Version bump only for package @patternfly/eslint-plugin-pf-codemods
9+
10+
11+
12+
13+
614
# [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)
715

816

packages/eslint-plugin-pf-codemods/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/eslint-plugin-pf-codemods",
3-
"version": "1.85.0",
3+
"version": "1.85.1",
44
"description": "ESLint plugin for PF codemods",
55
"main": "./dist/js/index.js",
66
"module": "./dist/esm/index.js",

packages/pf-codemods/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.83.1](https://github.com/patternfly/pf-codemods/compare/@patternfly/pf-codemods@1.83.0...@patternfly/pf-codemods@1.83.1) (2024-02-21)
7+
8+
**Note:** Version bump only for package @patternfly/pf-codemods
9+
10+
11+
12+
13+
614
# [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)
715

816

packages/pf-codemods/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/pf-codemods",
3-
"version": "1.83.0",
3+
"version": "1.83.1",
44
"description": "Codemods for v4 breaking change release 2020.07",
55
"author": "Red Hat",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
"build:readme": "ts-node-esm ./scripts/buildReadme.ts"
1818
},
1919
"dependencies": {
20-
"@patternfly/eslint-plugin-pf-codemods": "^1.85.0",
20+
"@patternfly/eslint-plugin-pf-codemods": "^1.85.1",
2121
"@typescript-eslint/parser": "^5.58.0",
2222
"commander": "^5.1.0",
2323
"eslint": "^7.3.0 || ^8.29.0",

0 commit comments

Comments
 (0)