Skip to content

Commit

Permalink
chore(release): 4.0.0-preview.8 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0-preview.8](v4.0.0-preview.7...v4.0.0-preview.8) (2020-06-04)

### change

* change namespace ([7f4190c](7f4190c))

### Features

* modify EffectPlayer at runtime ([8483ba6](8483ba6)), closes [#214](#214) [#215](#215)

### BREAKING CHANGES

* If your code contained the UIEffect API, it would fail to compile. Please change the namespace from `Coffee.UIExtensions` to `Coffee.UIEffects`.
  • Loading branch information
semantic-release-bot committed Jun 4, 2020
1 parent a6d4fd5 commit 3d8f0c6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Packages/UIEffect/CHANGELOG.md
@@ -1,3 +1,20 @@
# [4.0.0-preview.8](https://github.com/mob-sakai/UIEffect/compare/v4.0.0-preview.7...v4.0.0-preview.8) (2020-06-04)


### change

* change namespace ([7f4190c](https://github.com/mob-sakai/UIEffect/commit/7f4190c8c6f294e90869767a96194ec5ac4ba57f))


### Features

* modify EffectPlayer at runtime ([8483ba6](https://github.com/mob-sakai/UIEffect/commit/8483ba63cb546ca032915c166c0333fa5fd7aa76)), closes [#214](https://github.com/mob-sakai/UIEffect/issues/214) [#215](https://github.com/mob-sakai/UIEffect/issues/215)


### BREAKING CHANGES

* If your code contained the UIEffect API, it would fail to compile. Please change the namespace from `Coffee.UIExtensions` to `Coffee.UIEffects`.

# [4.0.0-preview.7](https://github.com/mob-sakai/UIEffect/compare/v4.0.0-preview.6...v4.0.0-preview.7) (2020-05-11)


Expand Down
2 changes: 1 addition & 1 deletion Packages/UIEffect/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "com.coffee.ui-effect",
"displayName": "UI Effect",
"description": "UI Effect provides visual effect components for Unity UI.\nLet's decorate your UI with effects!",
"version": "4.0.0-preview.7",
"version": "4.0.0-preview.8",
"unity": "2017.1",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 3d8f0c6

Please sign in to comment.