Skip to content

Commit

Permalink
chore(release): 2.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.1](v2.4.0...v2.4.1) (2024-11-14)

### Bug Fixes

* alpha hit test not working in demo scene ([135b123](135b123)), closes [#210](#210)
* If not configured as a preloaded asset, the project settings asset will be regenerated ([cca61d7](cca61d7)), closes [#200](#200) [#212](#212)
* SoftMaskable is not editable ([f9937a9](f9937a9))
* TerminalMaskingShape is hidden even with `HideGeneratedComponents=false` ([8ddb586](8ddb586))
  • Loading branch information
semantic-release-bot committed Nov 14, 2024
1 parent 8ddb586 commit a4d55b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Packages/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.4.1](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.4.0...v2.4.1) (2024-11-14)


### Bug Fixes

* alpha hit test not working in demo scene ([135b123](https://github.com/mob-sakai/SoftMaskForUGUI/commit/135b12313b977750e0797dceb1ad08cf87ce607a)), closes [#210](https://github.com/mob-sakai/SoftMaskForUGUI/issues/210)
* If not configured as a preloaded asset, the project settings asset will be regenerated ([cca61d7](https://github.com/mob-sakai/SoftMaskForUGUI/commit/cca61d7143d47ebb5190d7bfdce870e5043cd5e9)), closes [#200](https://github.com/mob-sakai/SoftMaskForUGUI/issues/200) [#212](https://github.com/mob-sakai/SoftMaskForUGUI/issues/212)
* SoftMaskable is not editable ([f9937a9](https://github.com/mob-sakai/SoftMaskForUGUI/commit/f9937a9d610b559e9dbc227e9a29b30fe0c7f483))
* TerminalMaskingShape is hidden even with `HideGeneratedComponents=false` ([8ddb586](https://github.com/mob-sakai/SoftMaskForUGUI/commit/8ddb58638ebd0a08ce0dc9287854ffcad1d7746b))

# [2.4.0](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.3.8...v2.4.0) (2024-11-01)


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": "2.4.0",
"version": "2.4.1",
"unity": "2017.1",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit a4d55b7

Please sign in to comment.