Skip to content

Commit 6ff8ab9

Browse files
chore(release): 2.2.4 [skip ci]
## [2.2.4](v2.2.3...v2.2.4) (2024-09-04) ### Bug Fixes * stencil masking does not working correctly when `SoftMask` component is placed under `Mask` component ([07084aa](07084aa)), closes [#183](#183)
1 parent 07084aa commit 6ff8ab9

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.2.4](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.2.3...v2.2.4) (2024-09-04)
2+
3+
4+
### Bug Fixes
5+
6+
* stencil masking does not working correctly when `SoftMask` component is placed under `Mask` component ([07084aa](https://github.com/mob-sakai/SoftMaskForUGUI/commit/07084aaa3e51ec2726af964613618f5443116e7e)), closes [#183](https://github.com/mob-sakai/SoftMaskForUGUI/issues/183)
7+
18
## [2.2.3](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.2.2...v2.2.3) (2024-08-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.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.2.3",
5+
"version": "2.2.4",
66
"unity": "2017.1",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)