Skip to content

Commit

Permalink
chore(release): 5.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.2.1](5.2.0...5.2.1) (2025-01-14)

### Bug Fixes

* shadow color being transparent at maximum `Shadow Fade` ([1d849e5](1d849e5)), closes [#296](#296)
* TextMeshPro is not displayed in prefab mode ([2b44837](2b44837)), closes [#295](#295)
* TextMeshProUGUI disappears when the Y-axis scale is changed ([8159c09](8159c09)), closes [#295](#295)
  • Loading branch information
semantic-release-bot committed Jan 14, 2025
1 parent 8159c09 commit 4222d72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Packages/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [5.2.1](https://github.com/mob-sakai/UIEffect/compare/5.2.0...5.2.1) (2025-01-14)


### Bug Fixes

* shadow color being transparent at maximum `Shadow Fade` ([1d849e5](https://github.com/mob-sakai/UIEffect/commit/1d849e54cb57218a67afc2f8ad36d345bfdd0f74)), closes [#296](https://github.com/mob-sakai/UIEffect/issues/296)
* TextMeshPro is not displayed in prefab mode ([2b44837](https://github.com/mob-sakai/UIEffect/commit/2b44837bb9c93e1cc817a2c1cd112b244cd09391)), closes [#295](https://github.com/mob-sakai/UIEffect/issues/295)
* TextMeshProUGUI disappears when the Y-axis scale is changed ([8159c09](https://github.com/mob-sakai/UIEffect/commit/8159c091e8a6805a7781046ae0f660a3be13862c)), closes [#295](https://github.com/mob-sakai/UIEffect/issues/295)

# [5.2.0](https://github.com/mob-sakai/UIEffect/compare/5.1.0...5.2.0) (2025-01-07)


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.2.0",
"version": "5.2.1",
"unity": "2020.3",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 4222d72

Please sign in to comment.