Skip to content

Commit c2958d5

Browse files
chore(release): 5.0.0-preview.13 [skip ci]
# [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.
1 parent 7456b5d commit c2958d5

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Packages/src/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [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)
2+
3+
4+
### Features
5+
6+
* change the default value of `UIParticle.scale` from `10` to `1` ([9955eef](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/9955eefdc22cf565502f85c87cd2efd3a25fbe50))
7+
* UIParticle no longer inherits from MaskableGraphic ([c09bfb8](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/c09bfb81abc9179bf5fc49d29eaf7fc4ed01a4dc))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* Some members inherited from MaskableGraphic will no longer be available.
13+
114
## [4.10.5](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v4.10.4...v4.10.5) (2024-12-23)
215

316

Packages/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.coffee.ui-particle",
33
"displayName": "UI Particle",
44
"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.",
5-
"version": "5.0.0-preview.0",
5+
"version": "5.0.0-preview.13",
66
"unity": "2019.3",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)