Skip to content

Commit

Permalink
chore(release): 16.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [16.0.0](v15.3.8...v16.0.0) (2021-01-30)

### chore

* refactoring and rearrangement. ([a27f09f](a27f09f))

### BREAKING CHANGES

* all `create*` factories been moved to `factory` subdirectory and in case direct import should be imported like `react-use/esm/factory/createBreakpoint`
* `comps` directory renamed to `component`
  • Loading branch information
semantic-release-bot committed Jan 30, 2021
1 parent 24ecb0d commit ea34e2c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [16.0.0](https://github.com/streamich/react-use/compare/v15.3.8...v16.0.0) (2021-01-30)


### chore

* refactoring and rearrangement. ([a27f09f](https://github.com/streamich/react-use/commit/a27f09fd367f8b172866b5fcbaf66f9a5a3481bb))


### BREAKING CHANGES

* all `create*` factories been moved to `factory` subdirectory and in case direct import should be imported like `react-use/esm/factory/createBreakpoint`
* `comps` directory renamed to `component`

## [15.3.8](https://github.com/streamich/react-use/compare/v15.3.7...v15.3.8) (2021-01-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "15.3.8",
"version": "16.0.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit ea34e2c

Please sign in to comment.