Skip to content

Commit

Permalink
chore(release): 5.0.0-preview.1 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-preview.1](v4.6.6...v5.0.0-preview.1) (2024-05-23)

### Features

* add project settings for UIParticle ([b6e6185](b6e6185))
* change the default value of `UIParticle.scale` from `10` to `1` ([1b3c0f9](1b3c0f9)), closes [#310](#310)
* UIParticle no longer inherits from MaskableGraphic ([b6d921b](b6d921b))

### BREAKING CHANGES

* Some members inherited from MaskableGraphic will no longer be available.
  • Loading branch information
semantic-release-bot committed May 23, 2024
1 parent 573bda7 commit f203ffc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions Packages/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [5.0.0-preview.1](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.6...v5.0.0-preview.1) (2024-05-23)


### Features

* add project settings for UIParticle ([b6e6185](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/b6e6185c521fef0f118f61cfdfdac07b87555c01))
* change the default value of `UIParticle.scale` from `10` to `1` ([1b3c0f9](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/1b3c0f92dcc6a1974d1ea074821e5264200e9711)), closes [#310](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/310)
* UIParticle no longer inherits from MaskableGraphic ([b6d921b](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/b6d921b3e47f749b5028d22b0e89b6eb3a1af7de))


### BREAKING CHANGES

* Some members inherited from MaskableGraphic will no longer be available.

## [4.6.6](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.6.5...v4.6.6) (2024-05-23)


Expand Down
2 changes: 1 addition & 1 deletion Packages/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.coffee.ui-particle",
"displayName": "UI Particle",
"description": "This package provides a component to render particle effects for uGUI.\nThe particle rendering is maskable and sortable, without the need for an extra Camera, RenderTexture, or Canvas.",
"version": "4.6.6",
"version": "5.0.0-preview.1",
"unity": "2018.2",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit f203ffc

Please sign in to comment.