Skip to content

Commit

Permalink
version upgrades 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchemist0823 committed Jul 1, 2024
1 parent a01881f commit eac8b9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
## Version 0.14.1
- Fix OrbitOverLife behavior fails on memorization

## Version 0.14.0
- Split Three.quarks package to quarks.core, quarks.nodes, three.quarks
- quarks.core: It's decoupled from three.js. it includes math library, core classes, functions, emitter and behaviors
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.13.1",
"version": "0.14.1",
"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.14.0",
"version": "0.14.1",
"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.13.1"
"quarks.core": "^0.14.1"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down

0 comments on commit eac8b9b

Please sign in to comment.