Skip to content

Commit 3cbc31f

Browse files
Version Packages (#3)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c7fef32 commit 3cbc31f

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/good-buckets-swim.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react": "^18.1.0",
1717
"react-dom": "^18.0.0",
1818
"three": "^0.141.0",
19-
"vfx": "^0.0.11"
19+
"vfx": "^0.0.12"
2020
},
2121
"devDependencies": {
2222
"@types/react": "^18.0.12",

packages/vfx/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- c7fef32: **Fixed:** billboarding code in vertex shader was borked.
8+
39
## 0.0.10
410

511
### Patch Changes

packages/vfx/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": "Visual FX!",
10-
"version": "0.0.11",
10+
"version": "0.0.12",
1111
"main": "dist/vfx.cjs.js",
1212
"module": "dist/vfx.esm.js",
1313
"types": "dist/vfx.cjs.d.ts",

0 commit comments

Comments
 (0)