Skip to content

Commit cdf96b4

Browse files
committed
chore: bump versions
1 parent c4d2a40 commit cdf96b4

File tree

6 files changed

+29
-5
lines changed

6 files changed

+29
-5
lines changed

packages/docs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# docs-vfx-js
22

3+
## 0.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @vfx-js/core@0.6.0
9+
310
## 0.0.7
411

512
### Patch Changes

packages/docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "docs",
33
"private": true,
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --host",
88
"build": "tsc && vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@vfx-js/core": "0.5.2",
12+
"@vfx-js/core": "0.6.0",
1313
"dedent": "^1.5.3",
1414
"is-mobile": "^5.0.0",
1515
"lodash.debounce": "^4.0.8",

packages/react-vfx/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# react-vfx
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- Support WebGL2 shaders
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @vfx-js/core@0.6.0
13+
314
## 0.10.2
415

516
### Patch Changes

packages/react-vfx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-vfx",
33
"description": "WebGL effects for React elements",
4-
"version": "0.10.2",
4+
"version": "0.11.0",
55
"files": [
66
"package.json",
77
"README.md",
@@ -37,7 +37,7 @@
3737
"react-dom": "^18.0.0 || ^19.0.0"
3838
},
3939
"dependencies": {
40-
"@vfx-js/core": "0.5.2"
40+
"@vfx-js/core": "0.6.0"
4141
},
4242
"devDependencies": {
4343
"@eslint/compat": "^1.2.4",

packages/vfx-js/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-vfx
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- Support WebGL2 shaders
8+
39
## 0.5.2
410

511
### Patch Changes

packages/vfx-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vfx-js/core",
33
"description": "Easy WebGL effects for HTML elements",
4-
"version": "0.5.2",
4+
"version": "0.6.0",
55
"files": [
66
"package.json",
77
"README.md",

0 commit comments

Comments
 (0)