File tree Expand file tree Collapse file tree 5 files changed +26
-3
lines changed
eslint-plugin-pf-codemods Expand file tree Collapse file tree 5 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1+ yarn run v1.22.4
2+ $ /home/circleci/project/node_modules/.bin/lerna publish --conventional-commits --create-release=github --yes
3+
4+ Changes:
5+ - eslint-plugin-pf-codemods: 1.0.6 => 1.0.7
6+ - pf-codemods: 1.0.9 => 1.0.10
7+
Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ ## 1.0.7 (2020-05-27)
7+
8+ ** Note:** Version bump only for package eslint-plugin-pf-codemods
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-pf-codemods" ,
3- "version" : " 1.0.6 " ,
3+ "version" : " 1.0.7 " ,
44 "description" : " ESLint plugin for PF codemods" ,
55 "main" : " ./index.js" ,
66 "author" : " Red Hat" ,
Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5+
6+ ## 1.0.10 (2020-05-27)
7+
8+ ** Note:** Version bump only for package pf-codemods
Original file line number Diff line number Diff line change 11{
22 "name" : " pf-codemods" ,
3- "version" : " 1.0.9 " ,
3+ "version" : " 1.0.10 " ,
44 "description" : " Codemods for v4 breaking change release 2020.07" ,
55 "author" : " Red Hat" ,
66 "license" : " MIT" ,
1313 "dependencies" : {
1414 "@typescript-eslint/parser" : " ^2.28.0" ,
1515 "eslint" : " ^6.8.0" ,
16- "eslint-plugin-pf-codemods" : " ^1.0.6 " ,
16+ "eslint-plugin-pf-codemods" : " ^1.0.7 " ,
1717 "typescript" : " ^3.8.3"
1818 }
1919}
You can’t perform that action at this time.
0 commit comments