File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed
eslint-plugin-pf-codemods Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.9] ( https://github.com/patternfly/pf-codemods/compare/eslint-plugin-pf-codemods@1.0.8...eslint-plugin-pf-codemods@1.0.9 ) (2020-05-28)
7
+
8
+ ** Note:** Version bump only for package eslint-plugin-pf-codemods
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.8] ( https://github.com/patternfly/pf-codemods/compare/eslint-plugin-pf-codemods@1.0.7...eslint-plugin-pf-codemods@1.0.8 ) (2020-05-28)
7
15
8
16
** Note:** Version bump only for package eslint-plugin-pf-codemods
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-pf-codemods" ,
3
- "version" : " 1.0.8 " ,
3
+ "version" : " 1.0.9 " ,
4
4
"description" : " ESLint plugin for PF codemods" ,
5
5
"main" : " ./index.js" ,
6
6
"author" : " Red Hat" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.0.12] ( https://github.com/patternfly/pf-codemods/compare/pf-codemods@1.0.11...pf-codemods@1.0.12 ) (2020-05-28)
7
+
8
+ ** Note:** Version bump only for package pf-codemods
9
+
10
+
11
+
12
+
13
+
6
14
## [ 1.0.11] ( https://github.com/patternfly/pf-codemods/compare/pf-codemods@1.0.10...pf-codemods@1.0.11 ) (2020-05-28)
7
15
8
16
** Note:** Version bump only for package pf-codemods
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pf-codemods" ,
3
- "version" : " 1.0.11 " ,
3
+ "version" : " 1.0.12 " ,
4
4
"description" : " Codemods for v4 breaking change release 2020.07" ,
5
5
"author" : " Red Hat" ,
6
6
"license" : " MIT" ,
13
13
"dependencies" : {
14
14
"@typescript-eslint/parser" : " ^2.28.0" ,
15
15
"eslint" : " ^6.8.0" ,
16
- "eslint-plugin-pf-codemods" : " ^1.0.8 " ,
16
+ "eslint-plugin-pf-codemods" : " ^1.0.9 " ,
17
17
"typescript" : " ^3.8.3"
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments