File tree 5 files changed +1082
-1048
lines changed
5 files changed +1082
-1048
lines changed Original file line number Diff line number Diff line change 14
14
registry-url : ' https://registry.npmjs.org'
15
15
- uses : c-hive/gha-yarn-cache@v1
16
16
- run : yarn
17
- - run : npx helloitsjoe/release-toolkit#v1.0.0 publish
17
+ - run : npx helloitsjoe/release-toolkit publish
18
18
env :
19
19
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
20
20
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 16
16
node-version : ${{ matrix.node-version }}
17
17
- uses : c-hive/gha-yarn-cache@v1
18
18
- run : yarn
19
- - run : npx helloitsjoe/release-toolkit#v1.0.0 verify
19
+ - run : npx helloitsjoe/release-toolkit verify
20
20
- run : yarn test
21
21
- run : yarn lint
22
22
- run : yarn coveralls
Original file line number Diff line number Diff line change
1
+ ## [ 2.0.16] ( https://github.com/helloitsjoe/react-hooks-compose/releases/tag/v2.0.16 ) (2021-09-26)
2
+
3
+ ** Chore**
4
+
5
+ - Bump dependencies
6
+
1
7
## [ 2.0.15] ( https://github.com/helloitsjoe/react-hooks-compose/releases/tag/v2.0.15 ) (2021-05-30)
2
8
3
9
** Chore**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-hooks-compose" ,
3
- "version" : " 2.0.15 " ,
3
+ "version" : " 2.0.16 " ,
4
4
"description" : " Compose React Hooks" ,
5
5
"main" : " dist/main.js" ,
6
6
"scripts" : {
7
7
"test" : " jest --coverage --testPathPattern=__tests__/index.test.js" ,
8
+ "release" : " npx helloitsjoe/release-toolkit release" ,
8
9
"lint" : " eslint ./src" ,
9
10
"coveralls" : " cat ./coverage/lcov.info | coveralls" ,
10
11
"watch" : " webpack --watch" ,
You can’t perform that action at this time.
0 commit comments