Skip to content

Commit

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

### Bug Fixes

* The `SoftMask` component was blocking raycasts to the `MaskingShape (Subtract)` area. ([828c869](828c869)), closes [#220](#220)
  • Loading branch information
semantic-release-bot committed Dec 25, 2024
1 parent 828c869 commit 6e0d82b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Packages/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.2](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.1.1...3.1.2) (2024-12-25)


### Bug Fixes

* The `SoftMask` component was blocking raycasts to the `MaskingShape (Subtract)` area. ([828c869](https://github.com/mob-sakai/SoftMaskForUGUI/commit/828c8690900bb80103c846196dcbd1ae525739ce)), closes [#220](https://github.com/mob-sakai/SoftMaskForUGUI/issues/220)

## [3.1.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/3.1.0...3.1.1) (2024-12-23)


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.softmask-for-ugui",
"displayName": "UI Soft Mask",
"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.",
"version": "3.1.1",
"version": "3.1.2",
"unity": "2017.1",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 6e0d82b

Please sign in to comment.