Skip to content

Commit 45abc45

Browse files
authored
Merge pull request #19 from helloitsjoe/dev
Bump dependencies
2 parents 6293b1a + 26155e1 commit 45abc45

File tree

5 files changed

+1082
-1048
lines changed

5 files changed

+1082
-1048
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
registry-url: 'https://registry.npmjs.org'
1515
- uses: c-hive/gha-yarn-cache@v1
1616
- run: yarn
17-
- run: npx helloitsjoe/release-toolkit#v1.0.0 publish
17+
- run: npx helloitsjoe/release-toolkit publish
1818
env:
1919
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: ${{ matrix.node-version }}
1717
- uses: c-hive/gha-yarn-cache@v1
1818
- run: yarn
19-
- run: npx helloitsjoe/release-toolkit#v1.0.0 verify
19+
- run: npx helloitsjoe/release-toolkit verify
2020
- run: yarn test
2121
- run: yarn lint
2222
- run: yarn coveralls

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
## [2.0.15](https://github.com/helloitsjoe/react-hooks-compose/releases/tag/v2.0.15) (2021-05-30)
28

39
**Chore**

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "react-hooks-compose",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
44
"description": "Compose React Hooks",
55
"main": "dist/main.js",
66
"scripts": {
77
"test": "jest --coverage --testPathPattern=__tests__/index.test.js",
8+
"release": "npx helloitsjoe/release-toolkit release",
89
"lint": "eslint ./src",
910
"coveralls": "cat ./coverage/lcov.info | coveralls",
1011
"watch": "webpack --watch",

0 commit comments

Comments
 (0)