Skip to content

Commit 70e1837

Browse files
committed
chore: bump versions
1 parent 8a5a105 commit 70e1837

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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @vfx-js/core@0.4.0
9+
310
## 0.0.2
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.2",
4+
"version": "0.0.3",
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.3.0",
12+
"@vfx-js/core": "0.4.0",
1313
"dedent": "^1.5.3",
1414
"is-mobile": "^4.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.9.0
4+
5+
### Minor Changes
6+
7+
- Add canvas support etc
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @vfx-js/core@0.4.0
13+
314
## 0.8.0
415

516
### Minor 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.8.0",
4+
"version": "0.9.0",
55
"files": [
66
"package.json",
77
"README.md",
@@ -37,7 +37,7 @@
3737
"react-dom": ">= 16.12.0"
3838
},
3939
"dependencies": {
40-
"@vfx-js/core": "0.3.0"
40+
"@vfx-js/core": "0.4.0"
4141
},
4242
"devDependencies": {
4343
"@types/node": "^20.14.2",

packages/vfx-js/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- Add canvas support etc
8+
39
## 0.3.0
410

511
### Minor 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.3.0",
4+
"version": "0.4.0",
55
"files": [
66
"package.json",
77
"README.md",

0 commit comments

Comments
 (0)