Skip to content

Commit

Permalink
Version Packages (next) (#165)
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 30, 2022
1 parent ea13985 commit 3e11257
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@
"vfx-composer-r3f": "0.2.0-next.2"
},
"changesets": [
"chatty-avocados-accept",
"forty-crabs-chew",
"four-pumpkins-own",
"good-dryers-brush",
"hot-laws-scream",
"modern-badgers-dress",
"perfect-weeks-beam",
"plenty-countries-taste",
"rude-papayas-shake",
"silent-plants-shout",
"strong-bikes-bathe",
"swift-wasps-fix",
"twenty-bees-jump",
Expand Down
4 changes: 2 additions & 2 deletions apps/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"statery": "^0.6.0-next.2",
"three": "^0.143.0",
"timeline-composer": "^0.1.5",
"vfx-composer": "^0.2.0-next.3",
"vfx-composer-r3f": "^0.2.0-next.3",
"vfx-composer": "^0.2.0-next.4",
"vfx-composer-r3f": "^0.2.0-next.4",
"wouter": "^2.8.0-alpha.2"
},
"devDependencies": {
Expand Down
14 changes: 14 additions & 0 deletions packages/vfx-composer-r3f/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# vfx-composer-r3f

## 0.2.0-next.4

### Minor Changes

- 85f851f: **Breaking Change:** `<Emitter>` received a big overhaul and now supports `rate` and `limit` props, next to the `setup` callback prop that was already there. Together with the helper components from Timeline Composer, this should now allow for all typical particle emission workloads.
- ea13985: Upgrade to the latest Shader Composer and Material Composer. Lots of new APIs!
- dc04f03: `VFXMaterial` and the animation modules have been extracted into a new package, **Material Composer**, that this library now uses as a dependency.

### Patch Changes

- Updated dependencies [ea13985]
- Updated dependencies [dc04f03]
- [email protected]

## 0.2.0-next.3

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vfx-composer-r3f/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://hendrik.mans.de"
},
"description": "React-Three-Fiber bindings for VFX Composer.",
"version": "0.2.0-next.3",
"version": "0.2.0-next.4",
"main": "dist/vfx-composer-r3f.cjs.js",
"module": "dist/vfx-composer-r3f.esm.js",
"types": "dist/vfx-composer-r3f.cjs.d.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
"material-composer-r3f": "^0.1.0-next.1",
"shader-composer": "0.3.2",
"shader-composer-r3f": "0.2.0",
"vfx-composer": "^0.2.0-next.3"
"vfx-composer": "^0.2.0-next.4"
},
"peerDependencies": {
"@react-three/fiber": ">=8.0.27",
Expand Down
7 changes: 7 additions & 0 deletions packages/vfx-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vfx-composer

## 0.2.0-next.4

### Minor Changes

- ea13985: Upgrade to the latest Shader Composer and Material Composer. Lots of new APIs!
- dc04f03: `VFXMaterial` and the animation modules have been extracted into a new package, **Material Composer**, that this library now uses as a dependency.

## 0.2.0-next.3

### 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.3",
"version": "0.2.0-next.4",
"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 3e11257

Please sign in to comment.