Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.0](v1.3.3...v1.4.0) (2021-12-30)

### Features

* finished useListTransition(useTransitionGroup) ([1289cff](1289cff))
* init useTransitionGroup (not finished) ([77da14d](77da14d))
* unfinished useTransitionGroup ([d2fb662](d2fb662))
  • Loading branch information
semantic-release-bot committed Dec 30, 2021
1 parent 90521cb commit 4140271
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.4.0](https://github.com/iamyoki/transition-hook/compare/v1.3.3...v1.4.0) (2021-12-30)


### Features

* finished useListTransition(useTransitionGroup) ([1289cff](https://github.com/iamyoki/transition-hook/commit/1289cff43cb9cb2dfed7363a8215212da2c2e44f))
* init useTransitionGroup (not finished) ([77da14d](https://github.com/iamyoki/transition-hook/commit/77da14d7c3311ac12103bd5e4c3e8a09c137de26))
* unfinished useTransitionGroup ([d2fb662](https://github.com/iamyoki/transition-hook/commit/d2fb662ffa2f677c2a80e38a5dfd2121342f37f9))

### [1.3.3](https://github.com/iamyoki/transition-hook/compare/v1.3.2...v1.3.3) (2021-12-24)


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": "transition-hook",
"version": "1.3.3",
"version": "1.4.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 4140271

Please sign in to comment.