From 4c486233f19cebea8a06b70e3e4d676df09ce96d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 17 Nov 2024 06:43:25 +0000 Subject: [PATCH] chore(release): 2.4.5 [skip ci] ## [2.4.5](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.4.4...v2.4.5) (2024-11-17) ### Bug Fixes * all SoftMaskable components will be removed on upgrade ([c0593d4](https://github.com/mob-sakai/SoftMaskForUGUI/commit/c0593d4d704198c69d5666478b1f25cb78de5dda)) * set component icons ([7cf7336](https://github.com/mob-sakai/SoftMaskForUGUI/commit/7cf73367227e421b8e2894ff3cefafec4c673a13)) --- Packages/src/CHANGELOG.md | 8 ++++++++ Packages/src/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Packages/src/CHANGELOG.md b/Packages/src/CHANGELOG.md index 9900e73..17f7b98 100644 --- a/Packages/src/CHANGELOG.md +++ b/Packages/src/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.4.5](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.4.4...v2.4.5) (2024-11-17) + + +### Bug Fixes + +* all SoftMaskable components will be removed on upgrade ([c0593d4](https://github.com/mob-sakai/SoftMaskForUGUI/commit/c0593d4d704198c69d5666478b1f25cb78de5dda)) +* set component icons ([7cf7336](https://github.com/mob-sakai/SoftMaskForUGUI/commit/7cf73367227e421b8e2894ff3cefafec4c673a13)) + ## [2.4.4](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.4.3...v2.4.4) (2024-11-16) diff --git a/Packages/src/package.json b/Packages/src/package.json index fb2598d..c0b601b 100644 --- a/Packages/src/package.json +++ b/Packages/src/package.json @@ -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.4", + "version": "2.4.5", "unity": "2017.1", "license": "MIT", "repository": {