Skip to content

Commit 6f90044

Browse files
chore(release): 5.9.6 [skip ci]
## [5.9.6](5.9.5...5.9.6) (2025-07-17) ### Bug Fixes * `ColorFilter` does not output intended color when vertex color is not white ([9dffdb0](9dffdb0)), closes [#363](#363) * draw calls increase even when using `UIEffectReplica` ([83128eb](83128eb)), closes [#364](#364)
1 parent 83128eb commit 6f90044

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Packages/src/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.9.6](https://github.com/mob-sakai/UIEffect/compare/5.9.5...5.9.6) (2025-07-17)
2+
3+
4+
### Bug Fixes
5+
6+
* `ColorFilter` does not output intended color when vertex color is not white ([9dffdb0](https://github.com/mob-sakai/UIEffect/commit/9dffdb0ed88750a915fdd5e437b79ab766ce45c2)), closes [#363](https://github.com/mob-sakai/UIEffect/issues/363)
7+
* draw calls increase even when using `UIEffectReplica` ([83128eb](https://github.com/mob-sakai/UIEffect/commit/83128ebb09305e4c15a58968a94550179e96ffac)), closes [#364](https://github.com/mob-sakai/UIEffect/issues/364)
8+
19
## [5.9.5](https://github.com/mob-sakai/UIEffect/compare/5.9.4...5.9.5) (2025-06-26)
210

311

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.9.5",
5+
"version": "5.9.6",
66
"unity": "2020.3",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)