Skip to content

Commit

Permalink
Version Packages (next) (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Aug 2, 2022
1 parent 64098f8 commit d68c614
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"four-pumpkins-own",
"good-dryers-brush",
"hot-laws-scream",
"plenty-countries-taste",
"rude-papayas-shake"
]
}
2 changes: 1 addition & 1 deletion apps/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"three-custom-shader-material": "^4.0.0",
"three-vfx": "^0.2.0",
"timeline-composer": "^0.1.3",
"vfx-composer": "^0.2.0-next.0",
"vfx-composer": "^0.2.0-next.1",
"wouter": "^2.8.0-alpha.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vfx-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vfx-composer

## 0.2.0-next.1

### Minor Changes

- cd19781: **Changed:** `<Emitter>` now applies its world transform to spawned particles, meaning you can parent it to other scene objects for easy-peasy particle trails.

## 0.2.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vfx-composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://hendrik.mans.de"
},
"description": "Composable, GPU-driven Visual Effects for Three.js and React-Three-Fiber.",
"version": "0.2.0-next.0",
"version": "0.2.0-next.1",
"main": "dist/vfx-composer.cjs.js",
"module": "dist/vfx-composer.esm.js",
"types": "dist/vfx-composer.cjs.d.ts",
Expand Down

0 comments on commit d68c614

Please sign in to comment.