Skip to content

Commit 4b629f8

Browse files
chore(release): 1.2.0 [skip ci]
## [1.2.0](v1.1.6...v1.2.0) (2021-12-22) ### Features * add useSwitchTransition ([262e720](262e720)), closes [#3](#3) [#1](#1) * refactor folder structure, add setAnimationFrameTimeout ([6b2fda1](6b2fda1)) * useTransition replace timeout with animationFrameTimeout ([c59c662](c59c662)) ### Chores * change commitlint rules ([d10fa20](d10fa20))
1 parent 91a0793 commit 4b629f8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.2.0](https://github.com/iamyoki/transition-hook/compare/v1.1.6...v1.2.0) (2021-12-22)
2+
3+
4+
### Features
5+
6+
* add useSwitchTransition ([262e720](https://github.com/iamyoki/transition-hook/commit/262e7207f0154a60117c95f1415ac7f16e1086c3)), closes [#3](https://github.com/iamyoki/transition-hook/issues/3) [#1](https://github.com/iamyoki/transition-hook/issues/1)
7+
* refactor folder structure, add setAnimationFrameTimeout ([6b2fda1](https://github.com/iamyoki/transition-hook/commit/6b2fda1fcad1c551583af6f5c6e4861e4468c73f))
8+
* useTransition replace timeout with animationFrameTimeout ([c59c662](https://github.com/iamyoki/transition-hook/commit/c59c662ecb5b1d91242e0c09c6f9ab7f414d59af))
9+
10+
11+
### Chores
12+
13+
* change commitlint rules ([d10fa20](https://github.com/iamyoki/transition-hook/commit/d10fa2023c86180fe3f2aa0f50c6b93f553f90da))
14+
115
### [1.1.6](https://github.com/iamyoki/transition-hook/compare/v1.1.5...v1.1.6) (2021-12-17)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "transition-hook",
3-
"version": "1.1.6",
3+
"version": "1.2.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)