Skip to content

Commit

Permalink
chore(release): 5.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.2](5.0.1...5.0.2) (2024-12-24)

### Bug Fixes

* incorrect transparency when applying the shiny filter to TextMeshProUGUI ([f74279f](f74279f)), closes [#287](#287)
* TextMeshProUGUI disappears when the Y-axis scale is changed ([9d98c5d](9d98c5d)), closes [#286](#286)
  • Loading branch information
semantic-release-bot committed Dec 24, 2024
1 parent 9d98c5d commit 476a0ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Packages/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.0.2](https://github.com/mob-sakai/UIEffect/compare/5.0.1...5.0.2) (2024-12-24)


### Bug Fixes

* incorrect transparency when applying the shiny filter to TextMeshProUGUI ([f74279f](https://github.com/mob-sakai/UIEffect/commit/f74279fb8353226b494f00582ed5eb7fe87d147f)), closes [#287](https://github.com/mob-sakai/UIEffect/issues/287)
* TextMeshProUGUI disappears when the Y-axis scale is changed ([9d98c5d](https://github.com/mob-sakai/UIEffect/commit/9d98c5d3e1c6ead8e3312a7e3a36fe89b38aed68)), closes [#286](https://github.com/mob-sakai/UIEffect/issues/286)

## [5.0.1](https://github.com/mob-sakai/UIEffect/compare/5.0.0...5.0.1) (2024-12-14)


Expand Down
2 changes: 1 addition & 1 deletion Packages/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.coffee.ui-effect",
"displayName": "UI Effect",
"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!",
"version": "5.0.1",
"version": "5.0.2",
"unity": "2020.3",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 476a0ba

Please sign in to comment.