From 7d9b8dec5c4fe7a2777a4eb7baa09ea015d4a3fb Mon Sep 17 00:00:00 2001 From: mob-sakai Date: Tue, 26 Feb 2019 11:30:17 +0900 Subject: [PATCH] update documents for v2.2.1 --- Assets/Coffee/UIExtensions/UIParticle/CHANGELOG.md | 9 +++++++++ Assets/Coffee/UIExtensions/UIParticle/README.md | 2 +- Assets/Coffee/UIExtensions/UIParticle/package.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 5 files changed, 21 insertions(+), 3 deletions(-) diff --git a/Assets/Coffee/UIExtensions/UIParticle/CHANGELOG.md b/Assets/Coffee/UIExtensions/UIParticle/CHANGELOG.md index 83b1ebf..50f1232 100644 --- a/Assets/Coffee/UIExtensions/UIParticle/CHANGELOG.md +++ b/Assets/Coffee/UIExtensions/UIParticle/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v2.2.1](https://github.com/mob-sakai/ParticleEffectForUGUI/tree/v2.2.1) (2019-02-26) + +[Full Changelog](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v2.2.0...v2.2.1) + +**Fixed bugs:** + +- v2.2.0 has 2 warnings [\#44](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/44) +- Disable ParticleSystemRenderer on reset [\#45](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/45) + ## [v2.2.0](https://github.com/mob-sakai/ParticleEffectForUGUI/tree/v2.2.0) (2019-02-23) [Full Changelog](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v2.1.1...v2.2.0) diff --git a/Assets/Coffee/UIExtensions/UIParticle/README.md b/Assets/Coffee/UIExtensions/UIParticle/README.md index 8951693..245ffd1 100644 --- a/Assets/Coffee/UIExtensions/UIParticle/README.md +++ b/Assets/Coffee/UIExtensions/UIParticle/README.md @@ -76,7 +76,7 @@ Find the manifest.json file in the Packages folder of your project and edit it t ```js { "dependencies": { - "com.coffee.ui-particle": "https://github.com/mob-sakai/ParticleEffectForUGUI.git#2.2.0", + "com.coffee.ui-particle": "https://github.com/mob-sakai/ParticleEffectForUGUI.git#2.2.1", ... }, } diff --git a/Assets/Coffee/UIExtensions/UIParticle/package.json b/Assets/Coffee/UIExtensions/UIParticle/package.json index 366ed0d..5ef04cd 100644 --- a/Assets/Coffee/UIExtensions/UIParticle/package.json +++ b/Assets/Coffee/UIExtensions/UIParticle/package.json @@ -2,7 +2,7 @@ "name": "com.coffee.ui-particle", "displayName": "UI Particle", "description": "This plugin provide a component to render particle effect for uGUI.\nThe particle rendering is maskable and sortable, without Camera, RenderTexture or Canvas.", - "version": "2.2.0", + "version": "2.2.1", "unity": "2018.2", "license": "MIT", "repository": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b1ebf..50f1232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v2.2.1](https://github.com/mob-sakai/ParticleEffectForUGUI/tree/v2.2.1) (2019-02-26) + +[Full Changelog](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v2.2.0...v2.2.1) + +**Fixed bugs:** + +- v2.2.0 has 2 warnings [\#44](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/44) +- Disable ParticleSystemRenderer on reset [\#45](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/45) + ## [v2.2.0](https://github.com/mob-sakai/ParticleEffectForUGUI/tree/v2.2.0) (2019-02-23) [Full Changelog](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v2.1.1...v2.2.0) diff --git a/package.json b/package.json index 366ed0d..5ef04cd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.coffee.ui-particle", "displayName": "UI Particle", "description": "This plugin provide a component to render particle effect for uGUI.\nThe particle rendering is maskable and sortable, without Camera, RenderTexture or Canvas.", - "version": "2.2.0", + "version": "2.2.1", "unity": "2018.2", "license": "MIT", "repository": {