Skip to content

Commit

Permalink
chore(release): 5.0.0-preview.13 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0-preview.13](5.0.0-preview.12...5.0.0-preview.13) (2025-01-03)

### Features

* change the default value of `UIParticle.scale` from `10` to `1` ([9955eef](9955eef))
* UIParticle no longer inherits from MaskableGraphic ([c09bfb8](c09bfb8))

### BREAKING CHANGES

* Some members inherited from MaskableGraphic will no longer be available.
  • Loading branch information
semantic-release-bot committed Jan 3, 2025
1 parent 7456b5d commit c2958d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Packages/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [5.0.0-preview.13](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/5.0.0-preview.12...5.0.0-preview.13) (2025-01-03)


### Features

* change the default value of `UIParticle.scale` from `10` to `1` ([9955eef](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/9955eefdc22cf565502f85c87cd2efd3a25fbe50))
* UIParticle no longer inherits from MaskableGraphic ([c09bfb8](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/c09bfb81abc9179bf5fc49d29eaf7fc4ed01a4dc))


### BREAKING CHANGES

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

## [4.10.5](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.10.4...v4.10.5) (2024-12-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": "5.0.0-preview.0",
"version": "5.0.0-preview.13",
"unity": "2019.3",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit c2958d5

Please sign in to comment.