Skip to content

Commit ef7ac0a

Browse files
chore(release): 5.10.4 [skip ci]
## [5.10.4](5.10.3...5.10.4) (2025-10-27) ### Bug Fixes * remove `sealed` from `UIEffect` and `UIEffectReplica` ([2fd87e9](2fd87e9)), closes [#379](#379)
1 parent 2fd87e9 commit ef7ac0a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Packages/src/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.10.4](https://github.com/mob-sakai/UIEffect/compare/5.10.3...5.10.4) (2025-10-27)
2+
3+
4+
### Bug Fixes
5+
6+
* remove `sealed` from `UIEffect` and `UIEffectReplica` ([2fd87e9](https://github.com/mob-sakai/UIEffect/commit/2fd87e909af65bf88a9c39cd157dfb06a56b3af0)), closes [#379](https://github.com/mob-sakai/UIEffect/issues/379)
7+
18
## [5.10.3](https://github.com/mob-sakai/UIEffect/compare/5.10.2...5.10.3) (2025-10-22)
29

310

Packages/src/package.json

Lines changed: 1 addition & 1 deletion
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.10.3",
5+
"version": "5.10.4",
66
"unity": "2020.3",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)