diff --git a/Packages/src/CHANGELOG.md b/Packages/src/CHANGELOG.md index 4a54694..40c1d0d 100644 --- a/Packages/src/CHANGELOG.md +++ b/Packages/src/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.1](https://github.com/mob-sakai/UIMaterialPropertyInjector/compare/1.0.0...1.0.1) (2024-07-01) + + +### Bug Fixes + +* material properties do not change when Mask is disabled ([5bd37cd](https://github.com/mob-sakai/UIMaterialPropertyInjector/commit/5bd37cd41f8500417d717484d8439667e5cae0a1)), closes [#1](https://github.com/mob-sakai/UIMaterialPropertyInjector/issues/1) +* the background color of the inspector does not change while previewing or recording in the animation view ([6ea719f](https://github.com/mob-sakai/UIMaterialPropertyInjector/commit/6ea719f13270f08bb6e467831f16096f6bbd88a6)), closes [#2](https://github.com/mob-sakai/UIMaterialPropertyInjector/issues/2) + # 1.0.0 (2024-06-27) diff --git a/Packages/src/package.json b/Packages/src/package.json index 882e12e..455de31 100644 --- a/Packages/src/package.json +++ b/Packages/src/package.json @@ -2,7 +2,7 @@ "name": "com.coffee.ui-material-property-injector", "displayName": "UI Material Property Injector", "description": "This package provides a component that allows easy modification of material properties for Unity UI (uGUI) without the need for shader-specific custom components.", - "version": "1.0.0", + "version": "1.0.1", "unity": "2019.4", "license": "MIT", "documentationUrl": "https://github.com/mob-sakai/UIMaterialPropertyInjector/blob/main/Packages/src/README.md",