Skip to content

Commit fc09152

Browse files
chore(release): 5.4.0 [skip ci]
# [5.4.0](5.3.4...5.4.0) (2025-02-10) ### Bug Fixes * gradient color is not updated when calling the `SetGradientKeys` method ([a959fdd](a959fdd)) ### Features * tweener supports `EdgeMode.Shiny` ([32558d4](32558d4)), closes [#307](#307)
1 parent fa9c53a commit fc09152

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Packages/src/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.4.0](https://github.com/mob-sakai/UIEffect/compare/5.3.4...5.4.0) (2025-02-10)
2+
3+
4+
### Bug Fixes
5+
6+
* gradient color is not updated when calling the `SetGradientKeys` method ([a959fdd](https://github.com/mob-sakai/UIEffect/commit/a959fddd34a93dd0846369938b1cb6be514eee2d))
7+
8+
9+
### Features
10+
11+
* tweener supports `EdgeMode.Shiny` ([32558d4](https://github.com/mob-sakai/UIEffect/commit/32558d4481de31ed9020c82861dc2a2d8ca7d53c)), closes [#307](https://github.com/mob-sakai/UIEffect/issues/307)
12+
113
## [5.3.4](https://github.com/mob-sakai/UIEffect/compare/5.3.3...5.3.4) (2025-02-10)
214

315

Packages/src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.coffee.ui-effect",
33
"displayName": "UI Effect",
44
"description": "UIEffect is an open-source package that allows you to intuitively apply rich UI effects directly from the Inspector or via code.\nCombine various filters, such as grayscale, blur, and dissolve, to decorate your UI with a unique visual style!",
5-
"version": "5.3.4",
5+
"version": "5.4.0",
66
"unity": "2020.3",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)