Skip to content

Commit 2e00182

Browse files
committed
v0.12.1
1 parent e987e54 commit 2e00182

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.12.1](https://github.com/ktsn/css-spring-animation/compare/v0.12.0...v0.12.1) (2024-03-07)
2+
3+
4+
### Bug Fixes
5+
6+
* do not trigger transition when from and to are the same and velocity is 0 ([e987e54](https://github.com/ktsn/css-spring-animation/commit/e987e54858c30c709818d567c147fe7bee4e94c0))
7+
8+
9+
110
# [0.12.0](https://github.com/ktsn/css-spring-animation/compare/v0.11.0...v0.12.0) (2024-01-16)
211

312

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-spring-animation",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"type": "module",
55
"private": true,
66
"scripts": {

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-spring-animation/core",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Intuitive and predictable spring animation library powered by CSS Transition",
55
"keywords": [
66
"spring",

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@css-spring-animation/vue",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Intuitive and predictable spring animation library powered by CSS Transition",
55
"keywords": [
66
"spring",

0 commit comments

Comments
 (0)