Skip to content

Commit c0a9d05

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/[email protected] - @patternfly/[email protected]
1 parent 74a804e commit c0a9d05

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.39.1](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **DataListCheck:** reordered onChange params ([#307](https://github.com/patternfly/pf-codemods/issues/307)) ([74a804e](https://github.com/patternfly/pf-codemods/commit/74a804e59c62770c6692dcd5561a702946e6b9c1))
12+
13+
14+
15+
16+
617
# [1.39.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-03-08)
718

819

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.39.0",
3+
"version": "1.39.1",
44
"description": "ESLint plugin for PF codemods",
55
"main": "./index.js",
66
"author": "Red Hat",

packages/pf-codemods/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.40.1](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **DataListCheck:** reordered onChange params ([#307](https://github.com/patternfly/pf-codemods/issues/307)) ([74a804e](https://github.com/patternfly/pf-codemods/commit/74a804e59c62770c6692dcd5561a702946e6b9c1))
12+
13+
14+
15+
16+
617
# [1.40.0](https://github.com/patternfly/pf-codemods/compare/@patternfly/[email protected]...@patternfly/[email protected]) (2023-03-08)
718

819

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.40.0",
3+
"version": "1.40.1",
44
"description": "Codemods for v4 breaking change release 2020.07",
55
"author": "Red Hat",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@patternfly/eslint-plugin-pf-codemods": "^1.39.0",
17+
"@patternfly/eslint-plugin-pf-codemods": "^1.39.1",
1818
"@typescript-eslint/parser": "^3.4.0",
1919
"commander": "^5.1.0",
2020
"eslint": "^7.3.0",

0 commit comments

Comments
 (0)