Merge remote-tracking branch 'origin/master' into fix-lint-in-ci

This commit is contained in:
Alexander Kachkaev 2021-08-31 23:06:30 +01:00
commit 9c00c9cdc9
No known key found for this signature in database
GPG Key ID: DEFE41F826386E2E
3 changed files with 13 additions and 8 deletions

View File

@ -30,10 +30,6 @@ refs:
run:
name: Build Storybook
command: yarn storybook:build
- &Lint
run:
name: Lint
command: yarn lint
- &Test
run:
name: Test
@ -66,7 +62,6 @@ jobs:
- *Build
- *Build_Storybook
- *Test
- *Lint
- store_artifacts:
path: ~/repo/storybook-static
- *Commit_Status_Storybook
@ -82,7 +77,6 @@ jobs:
- *Build
- *Build_Storybook
- *Test
- *Lint
- store_artifacts:
path: ~/repo/storybook-static
- *Commit_Status_Storybook
@ -106,7 +100,6 @@ jobs:
- *Build
- *Build_Storybook
- *Test
- *Lint
- store_artifacts:
path: ~/repo/storybook-static
- *Commit_Status_Storybook

View File

@ -1,3 +1,15 @@
# [17.3.0](https://github.com/streamich/react-use/compare/v17.2.4...v17.3.0) (2021-08-31)
### Bug Fixes
* do not re-render unncessarily in useAsyncFn hook ([fa3ba25](https://github.com/streamich/react-use/commit/fa3ba2520ede6866b599f6df55fdfa6395058cd2))
### Features
* useAudio add playing state ([3203610](https://github.com/streamich/react-use/commit/3203610efdcb8e1fe3c6a17ea19e41bacbeb851b))
## [17.2.4](https://github.com/streamich/react-use/compare/v17.2.3...v17.2.4) (2021-04-23)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "17.2.4",
"version": "17.3.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",