Skip to content

Commit

Permalink
release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Jul 12, 2019
2 parents fa4c984 + 9486eef commit 8a002c7
Show file tree
Hide file tree
Showing 29 changed files with 72 additions and 28 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ sysinfo.txt


# Packages
*.unitypackage
build.app
unity.log

Expand Down
34 changes: 23 additions & 11 deletions Assets/Coffee/UIExtensions/UnmaskForUGUI/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v1.1.3](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.3) (2019-07-12)

[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.2...v1.1.3)

**Fixed bugs:**

- There is no asmdef file in this package [\#16](https://github.com/mob-sakai/UnmaskForUGUI/issues/16)

**Closed issues:**

- Separate the demo directory as unitypackage [\#17](https://github.com/mob-sakai/UnmaskForUGUI/issues/17)

## [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)
Expand All @@ -20,17 +32,17 @@

[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/1.1.0...v1.1.0)

**Install UnmaskForUGUI with Unity Package Manager!**

Find the manifest.json file in the Packages folder of your project and edit it to look like this:
```js
{
"dependencies": {
"com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0",
...
},
}
```
**Install UnmaskForUGUI with Unity Package Manager!**

Find the manifest.json file in the Packages folder of your project and edit it to look like this:
```js
{
"dependencies": {
"com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0",
...
},
}
```
To update the package, change `#1.1.0` to the target version.

**Implemented enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion Assets/Coffee/UIExtensions/UnmaskForUGUI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.3",
...
},
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Coffee.UnmaskForUGUI",
"references": [],
"includePlatforms": [],
"excludePlatforms": []
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/Coffee/UIExtensions/UnmaskForUGUI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.coffee.unmask",
"displayName": "Unmask for uGUI",
"description": "Reverse mask for uGUI element in Unity.",
"version": "1.1.2",
"version": "1.1.3",
"unity": "2017.1",
"license": "MIT",
"repository": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
34 changes: 23 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v1.1.3](https://github.com/mob-sakai/UnmaskForUGUI/tree/v1.1.3) (2019-07-12)

[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/v1.1.2...v1.1.3)

**Fixed bugs:**

- There is no asmdef file in this package [\#16](https://github.com/mob-sakai/UnmaskForUGUI/issues/16)

**Closed issues:**

- Separate the demo directory as unitypackage [\#17](https://github.com/mob-sakai/UnmaskForUGUI/issues/17)

## [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)
Expand All @@ -20,17 +32,17 @@

[Full Changelog](https://github.com/mob-sakai/UnmaskForUGUI/compare/1.1.0...v1.1.0)

**Install UnmaskForUGUI with Unity Package Manager!**

Find the manifest.json file in the Packages folder of your project and edit it to look like this:
```js
{
"dependencies": {
"com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0",
...
},
}
```
**Install UnmaskForUGUI with Unity Package Manager!**

Find the manifest.json file in the Packages folder of your project and edit it to look like this:
```js
{
"dependencies": {
"com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.0",
...
},
}
```
To update the package, change `#1.1.0` to the target version.

**Implemented enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/EditorBuildSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ EditorBuildSettings:
serializedVersion: 2
m_Scenes:
- enabled: 1
path: Assets/Coffee/UIExtensions/UnmaskForUGUI/Demo/Unmask_Demo.unity
path: Assets/UnmaskForUGUI_Demo/Unmask_Demo.unity
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"com.coffee.unmask": "https://github.com/mob-sakai/UnmaskForUGUI.git#1.1.3",
...
},
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.coffee.unmask",
"displayName": "Unmask for uGUI",
"description": "Reverse mask for uGUI element in Unity.",
"version": "1.1.2",
"version": "1.1.3",
"unity": "2017.1",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 8a002c7

Please sign in to comment.