Skip to content

Commit 73d208e

Browse files
chore(release): 5.0.0-preview.15 [skip ci]
# [5.0.0-preview.15](5.0.0-preview.14...5.0.0-preview.15) (2025-02-21) ### Bug Fixes * component icons will no longer be displayed in the scene view ([6dfbdae](6dfbdae)) * editor crashed on exit play mode (editor, windows) ([47ee45c](47ee45c)), closes [#351](#351) ### Features * add 'TimeScaleMultiplier' option ([925af0b](925af0b))
1 parent bfac4d4 commit 73d208e

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.15](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/5.0.0-preview.14...5.0.0-preview.15) (2025-02-21)
2+
3+
4+
### Bug Fixes
5+
6+
* component icons will no longer be displayed in the scene view ([6dfbdae](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/6dfbdae38d3822ab9c2c6f0e4ca1ca32ee98a239))
7+
* editor crashed on exit play mode (editor, windows) ([47ee45c](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/47ee45cbbe651a8f87ca2b8a3948f8b88db8211e)), closes [#351](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/351)
8+
9+
10+
### Features
11+
12+
* add 'TimeScaleMultiplier' option ([925af0b](https://github.com/mob-sakai/ParticleEffectForUGUI/commit/925af0b6046f65f23a778f67cefa8ff9cbedb513))
13+
114
# [5.0.0-preview.14](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/5.0.0-preview.13...5.0.0-preview.14) (2025-01-03)
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.14",
5+
"version": "5.0.0-preview.15",
66
"unity": "2019.3",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)