Skip to content

Commit

Permalink
Version Packages (#295)
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 Sep 25, 2022
1 parent 2006cdd commit 414163f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-ways-rule.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/drone-game/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"three": "^0.144.0",
"three-stdlib": "^2.15.0",
"timeline-composer": "workspace:^0.1.7",
"vfx-composer-r3f": "workspace:^0.2.5"
"vfx-composer-r3f": "workspace:^0.2.6"
},
"devDependencies": {
"@types/react": "^18.0.19",
Expand Down
2 changes: 1 addition & 1 deletion apps/spacerage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"three": "^0.144.0",
"timeline-composer": "^0.1.7",
"vfx-composer": "^0.2.4",
"vfx-composer-r3f": "^0.2.5"
"vfx-composer-r3f": "^0.2.6"
},
"devDependencies": {
"@types/react": "^18.0.20",
Expand Down
2 changes: 1 addition & 1 deletion apps/vfx-composer-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"three-stdlib": "^2.15.0",
"timeline-composer": "^0.1.7",
"vfx-composer": "^0.2.4",
"vfx-composer-r3f": "^0.2.5",
"vfx-composer-r3f": "^0.2.6",
"wouter": "^2.8.0-alpha.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vfx-composer-r3f/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vfx-composer-r3f

## 0.2.6

### Patch Changes

- 2006cdd: Fixed a small issue around particle effects that did not include controlled particles.

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vfx-composer-r3f/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://hendrik.mans.de"
},
"description": "React-Three-Fiber bindings for VFX Composer.",
"version": "0.2.5",
"version": "0.2.6",
"main": "dist/vfx-composer-r3f.cjs.js",
"module": "dist/vfx-composer-r3f.esm.js",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 414163f

Please sign in to comment.