File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,13 +138,13 @@ jobs:
138138
139139 echo "[+] Running for range $PREV_TAG...$CIRCLE_TAG"
140140
141- node_modules/.bin/lerna-changelog --tag- from $PREV_TAG --tag -to $CIRCLE_TAG > CHANGELOG.md
141+ node_modules/.bin/lerna-changelog --from $PREV_TAG --to $CIRCLE_TAG > CHANGELOG.md
142142 else
143143 PREV_TAG=$(git describe --abbrev=0 --tags)
144144
145145 echo "[+] Running from $PREV_TAG"
146146
147- node_modules/.bin/lerna-changelog --tag- from $PREV_TAG > CHANGELOG.md
147+ node_modules/.bin/lerna-changelog --from $PREV_TAG > CHANGELOG.md
148148 fi
149149
150150 - save_cache :
Original file line number Diff line number Diff line change 3535 "next" : " ^6.0.3" ,
3636 "next-runtime-dotenv" : " ^1.0.1" ,
3737 "nprogress" : " ^0.2.0" ,
38- "prop-types" : " ^15.6.1 " ,
38+ "prop-types" : " ^15.6.2 " ,
3939 "react" : " ^16.4.1" ,
4040 "react-chartjs-2" : " ^2.7.2" ,
4141 "react-dom" : " ^16.4.1" ,
6161 "eslint-config-xo-nextjs" : " ^1.3.0" ,
6262 "eslint-plugin-react" : " ^7.7.0" ,
6363 "jest" : " ^23.1.0" ,
64- "jest-junit" : " ^5.0 .0" ,
65- "lerna-changelog" : " ^0.7 .0" ,
64+ "jest-junit" : " ^5.1 .0" ,
65+ "lerna-changelog" : " ^0.8 .0" ,
6666 "mock-local-storage" : " ^1.0.5" ,
6767 "node-sass" : " ^4.9.0" ,
6868 "raf" : " ^3.4.0" ,
You can’t perform that action at this time.
0 commit comments