Skip to content

Commit

Permalink
update version and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchemist0823 committed Aug 27, 2024
1 parent ba6159f commit 0a4a7db
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Change Log

## Version 0.15.4
- Fix 1 frame lag bug when parent entity of a particle system is moved
- Added support for customized blend function
- Added particleDied event

## Version 0.15.3
- Support event listeners on particle system

## Version 0.15.1
- Introduce QuarksUtils to provide utility functions
- Update README and examples with QuarksUtils

## Version 0.15.0
- Support Vector3Generator
- Support 3d Start Size, 3d Particle Size.
Expand Down
2 changes: 1 addition & 1 deletion packages/quarks.core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quarks.core",
"version": "0.15.3",
"version": "0.15.4",
"description": "Core library for Quarks VFX / Particle System Library",
"type": "module",
"types": "./dist/types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/three.quarks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three.quarks",
"version": "0.15.3",
"version": "0.15.4",
"description": "A General-Purpose Particle System for three.js",
"type": "module",
"types": "./dist/types/index.d.ts",
Expand Down Expand Up @@ -60,7 +60,7 @@
"three": ">=0.165.0"
},
"dependencies": {
"quarks.core": "^0.15.3"
"quarks.core": "^0.15.4"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down

0 comments on commit 0a4a7db

Please sign in to comment.