From 34295dd4a2619ab09c4bb7496ebab8b89ba46897 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 16 Nov 2024 23:47:54 +0000 Subject: [PATCH] chore(release): 2.4.4 [skip ci] ## [2.4.4](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.4.3...v2.4.4) (2024-11-16) ### Bug Fixes * accessing game object transform hierarchy before loading of scene has completed ([9dfacbf](https://github.com/mob-sakai/SoftMaskForUGUI/commit/9dfacbfe14668b6d409cdaf8c1ae20d520e70d8f)), closes [#208](https://github.com/mob-sakai/SoftMaskForUGUI/issues/208) * softmask elements stop drawing on resolution change sometimes in editor ([f67d025](https://github.com/mob-sakai/SoftMaskForUGUI/commit/f67d025683116934bf4946a7b13605519140882c)), closes [#208](https://github.com/mob-sakai/SoftMaskForUGUI/issues/208) --- 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 0c633e7..9900e73 100644 --- a/Packages/src/CHANGELOG.md +++ b/Packages/src/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.4.4](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.4.3...v2.4.4) (2024-11-16) + + +### Bug Fixes + +* accessing game object transform hierarchy before loading of scene has completed ([9dfacbf](https://github.com/mob-sakai/SoftMaskForUGUI/commit/9dfacbfe14668b6d409cdaf8c1ae20d520e70d8f)), closes [#208](https://github.com/mob-sakai/SoftMaskForUGUI/issues/208) +* softmask elements stop drawing on resolution change sometimes in editor ([f67d025](https://github.com/mob-sakai/SoftMaskForUGUI/commit/f67d025683116934bf4946a7b13605519140882c)), closes [#208](https://github.com/mob-sakai/SoftMaskForUGUI/issues/208) + ## [2.4.3](https://github.com/mob-sakai/SoftMaskForUGUI/compare/v2.4.2...v2.4.3) (2024-11-15) diff --git a/Packages/src/package.json b/Packages/src/package.json index 5a98f0f..fb2598d 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.3", + "version": "2.4.4", "unity": "2017.1", "license": "MIT", "repository": {