Skip to content

Commit 7c7d7e3

Browse files
Version Packages (next) (#145)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bfd1588 commit 7c7d7e3

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"good-dryers-brush",
1414
"hot-laws-scream",
1515
"plenty-countries-taste",
16-
"rude-papayas-shake"
16+
"rude-papayas-shake",
17+
"strong-bikes-bathe"
1718
]
1819
}

apps/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"three-custom-shader-material": "^4.0.0",
2323
"three-vfx": "^0.2.0",
2424
"timeline-composer": "^0.1.3",
25-
"vfx-composer": "^0.2.0-next.1",
25+
"vfx-composer": "^0.2.0-next.2",
2626
"wouter": "^2.8.0-alpha.2"
2727
},
2828
"devDependencies": {

packages/vfx-composer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vfx-composer
22

3+
## 0.2.0-next.2
4+
5+
### Patch Changes
6+
7+
- bfd1588: **Fixed:** `<Emitter>` could no longer work with `<Particles>` refs passed into its `particles` prop. Woops!
8+
39
## 0.2.0-next.1
410

511
### Minor Changes

packages/vfx-composer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://hendrik.mans.de"
88
},
99
"description": "Composable, GPU-driven Visual Effects for Three.js and React-Three-Fiber.",
10-
"version": "0.2.0-next.1",
10+
"version": "0.2.0-next.2",
1111
"main": "dist/vfx-composer.cjs.js",
1212
"module": "dist/vfx-composer.esm.js",
1313
"types": "dist/vfx-composer.cjs.d.ts",

0 commit comments

Comments
 (0)