Skip to content

Commit

Permalink
Version Packages (next) (#145)
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] authored Aug 2, 2022
1 parent bfd1588 commit 7c7d7e3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"good-dryers-brush",
"hot-laws-scream",
"plenty-countries-taste",
"rude-papayas-shake"
"rude-papayas-shake",
"strong-bikes-bathe"
]
}
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.1",
"vfx-composer": "^0.2.0-next.2",
"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.2

### Patch Changes

- bfd1588: **Fixed:** `<Emitter>` could no longer work with `<Particles>` refs passed into its `particles` prop. Woops!

## 0.2.0-next.1

### 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.1",
"version": "0.2.0-next.2",
"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 7c7d7e3

Please sign in to comment.