Skip to content

Commit c5062fa

Browse files
chore(release): 2.3.3 [skip ci]
## [2.3.3](v2.3.2...v2.3.3) (2024-09-06) ### Bug Fixes * when the player window moved to a different resolution display, soft masking does not work property ([79cac0e](79cac0e)), closes [#193](#193)
1 parent 79cac0e commit c5062fa

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Packages/src/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.3.3](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.3.2...v2.3.3) (2024-09-06)
2+
3+
4+
### Bug Fixes
5+
6+
* when the player window moved to a different resolution display, soft masking does not work property ([79cac0e](https://github.com/mob-sakai/SoftMaskForUGUI/commit/79cac0e065c358b21b9f70278821929532f10878)), closes [#193](https://github.com/mob-sakai/SoftMaskForUGUI/issues/193)
7+
18
## [2.3.2](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.3.1...v2.3.2) (2024-09-06)
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.softmask-for-ugui",
33
"displayName": "UI Soft Mask",
44
"description": "UI Soft Mask is a smooth masking component for Unity UI (uGUI) elements.\nBy using SoftMask instead of the default Mask component, you can beautifully represent the rounded edges of UI elements.",
5-
"version": "2.3.2",
5+
"version": "2.3.3",
66
"unity": "2017.1",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)