From 9b21df8ca56a0d24667d895bf778b0d2bcb284bb Mon Sep 17 00:00:00 2001 From: Takashi Sakai Date: Mon, 24 Jun 2019 15:51:52 +0900 Subject: [PATCH 1/4] Create FUNDING.yml --- .github/FUNDING.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..b98b11b --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # [mob-sakai] +patreon: mob_sakai +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with a single custom sponsorship URL From 72c3a6b54a48c52f7db7bd8708cd8de8d7dfb744 Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Wed, 10 Jul 2019 15:17:34 +0900 Subject: [PATCH 2/4] fix #15; Can't install package using UPM --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce50ece..70cd28e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Unmask for uGUI", "description": "Reverse mask for uGUI element in Unity.", "version": "1.1.1", - "unity": "5.5", + "unity": "2017.1", "license": "MIT", "repository": { "type": "git", From 0eef8bbdc06595f072ebb0106601fd80e8d461c4 Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Wed, 10 Jul 2019 15:17:44 +0900 Subject: [PATCH 3/4] Update documents --- README.md | 2 +- package.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6c6865e..0d22595 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t ```js { "dependencies": { - "com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.1", + "com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.2", ... }, } diff --git a/package.json b/package.json index 70cd28e..557dbda 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "com.coffee.unmask", - "displayName": "Unmask for uGUI", - "description": "Reverse mask for uGUI element in Unity.", - "version": "1.1.1", + "displayName": "Unmask for uGUI", + "description": "Reverse mask for uGUI element in Unity.", + "version": "1.1.2", "unity": "2017.1", "license": "MIT", "repository": { @@ -10,9 +10,9 @@ "url": "git+https://github.com/mob-sakai/UnmaskForUGUI.git" }, "src": "Assets/Coffee/UIExtensions/UnmaskForUGUI", - "author": "mob-sakai (https://github.com/mob-sakai)", + "author": "mob-sakai (https://github.com/mob-sakai)", "editorOnly": false, "upmSupport": true, - "dependencies": { - } + "dependencies": { + } } From 39ba20919d4a89dd26dde691294b0b542189c3bb Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Wed, 10 Jul 2019 15:20:16 +0900 Subject: [PATCH 4/4] update documents for v1.1.2 --- .../Coffee/UIExtensions/UnmaskForUGUI/CHANGELOG.md | 10 +++++++++- Assets/Coffee/UIExtensions/UnmaskForUGUI/README.md | 2 +- .../Coffee/UIExtensions/UnmaskForUGUI/package.json | 14 +++++++------- CHANGELOG.md | 10 +++++++++- 4 files changed, 26 insertions(+), 10 deletions(-) diff --git a/Assets/Coffee/UIExtensions/UnmaskForUGUI/CHANGELOG.md b/Assets/Coffee/UIExtensions/UnmaskForUGUI/CHANGELOG.md index fddf2d3..bc4c824 100644 --- a/Assets/Coffee/UIExtensions/UnmaskForUGUI/CHANGELOG.md +++ b/Assets/Coffee/UIExtensions/UnmaskForUGUI/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.1.2](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.2) (2019-07-10) + +[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.1...v1.1.2) + +**Fixed bugs:** + +- Can't install package using UPM [\#15](https://github.com/mob-sakai/UnmaskForUGUI/issues/15) + ## [v1.1.1](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.1) (2019-02-07) [Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.0...v1.1.1) @@ -59,4 +67,4 @@ To update the package, change `#1.1.0` to the target version. -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/Assets/Coffee/UIExtensions/UnmaskForUGUI/README.md b/Assets/Coffee/UIExtensions/UnmaskForUGUI/README.md index 6c6865e..0d22595 100644 --- a/Assets/Coffee/UIExtensions/UnmaskForUGUI/README.md +++ b/Assets/Coffee/UIExtensions/UnmaskForUGUI/README.md @@ -52,7 +52,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t ```js { "dependencies": { - "com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.1", + "com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.2", ... }, } diff --git a/Assets/Coffee/UIExtensions/UnmaskForUGUI/package.json b/Assets/Coffee/UIExtensions/UnmaskForUGUI/package.json index ce50ece..557dbda 100644 --- a/Assets/Coffee/UIExtensions/UnmaskForUGUI/package.json +++ b/Assets/Coffee/UIExtensions/UnmaskForUGUI/package.json @@ -1,18 +1,18 @@ { "name": "com.coffee.unmask", - "displayName": "Unmask for uGUI", - "description": "Reverse mask for uGUI element in Unity.", - "version": "1.1.1", - "unity": "5.5", + "displayName": "Unmask for uGUI", + "description": "Reverse mask for uGUI element in Unity.", + "version": "1.1.2", + "unity": "2017.1", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mob-sakai/UnmaskForUGUI.git" }, "src": "Assets/Coffee/UIExtensions/UnmaskForUGUI", - "author": "mob-sakai (https://github.com/mob-sakai)", + "author": "mob-sakai (https://github.com/mob-sakai)", "editorOnly": false, "upmSupport": true, - "dependencies": { - } + "dependencies": { + } } diff --git a/CHANGELOG.md b/CHANGELOG.md index fddf2d3..bc4c824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.1.2](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.2) (2019-07-10) + +[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.1...v1.1.2) + +**Fixed bugs:** + +- Can't install package using UPM [\#15](https://github.com/mob-sakai/UnmaskForUGUI/issues/15) + ## [v1.1.1](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.1) (2019-02-07) [Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.0...v1.1.1) @@ -59,4 +67,4 @@ To update the package, change `#1.1.0` to the target version. -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file