Skip to content

Commit

Permalink
Version Packages (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 24, 2020
1 parent 7a9307c commit cdc4fad
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 49 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-pillows-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/big-coins-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-lions-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-avocados-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-onions-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-snails-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-mugs-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-ligers-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-impalas-grin.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @fransvilhelm/hooks

## 3.0.0
### Major Changes

- Update api interface for usePromise hook (by [@adambrgmn](https://github.com/adambrgmn) in [`291a21c`](https://github.com/adambrgmn/hooks/commit/291a21c85dbc3613e017c56c54e6c9785b2e8d02))
- Remove useTaskRunner hook (by [@adambrgmn](https://github.com/adambrgmn) in [`0e586ad`](https://github.com/adambrgmn/hooks/commit/0e586ad6c19831a1faf61915e35b1769ea8bc95e))

### Minor Changes

- Skip resize observer in useDimensions hook (by [@adambrgmn](https://github.com/adambrgmn) in [`291a21c`](https://github.com/adambrgmn/hooks/commit/291a21c85dbc3613e017c56c54e6c9785b2e8d02))
- Add useClickOutside hook (by [@adambrgmn](https://github.com/adambrgmn) in [#24](https://github.com/adambrgmn/hooks/pull/24))
- Add useDeepEqualEffect hook (by [@adambrgmn](https://github.com/adambrgmn) in [#20](https://github.com/adambrgmn/hooks/pull/20))
- Add usePrevious hook (by [@adambrgmn](https://github.com/adambrgmn) in [#20](https://github.com/adambrgmn/hooks/pull/20))
- Add useDeepEqualLayoutEffect hook (by [@adambrgmn](https://github.com/adambrgmn) in [#20](https://github.com/adambrgmn/hooks/pull/20))
- Add useDarkMode hook (by [@adambrgmn](https://github.com/adambrgmn) in [#25](https://github.com/adambrgmn/hooks/pull/25))

### Patch Changes

- Clear localstorage item if passed undefined/null (by [@adambrgmn](https://github.com/adambrgmn) in [#25](https://github.com/adambrgmn/hooks/pull/25))
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fransvilhelm/hooks",
"version": "2.0.1",
"version": "3.0.0",
"description": "A set of reusable React hooks",
"source": "src/index.ts",
"main": "dist/hooks.js",
Expand All @@ -18,9 +18,7 @@
},
"homepage": "https://hooks.fransvilhelm.com",
"license": "MIT",
"files": [
"dist"
],
"files": ["dist"],
"keywords": [
"react-hooks",
"hooks",
Expand Down

0 comments on commit cdc4fad

Please sign in to comment.