Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fand committed Jan 6, 2025
1 parent c4d2a40 commit cdf96b4
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
7 changes: 7 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs-vfx-js

## 0.0.8

### Patch Changes

- Updated dependencies
- @vfx-js/core@0.6.0

## 0.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "docs",
"private": true,
"version": "0.0.7",
"version": "0.0.8",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vfx-js/core": "0.5.2",
"@vfx-js/core": "0.6.0",
"dedent": "^1.5.3",
"is-mobile": "^5.0.0",
"lodash.debounce": "^4.0.8",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-vfx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# react-vfx

## 0.11.0

### Minor Changes

- Support WebGL2 shaders

### Patch Changes

- Updated dependencies
- @vfx-js/core@0.6.0

## 0.10.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-vfx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-vfx",
"description": "WebGL effects for React elements",
"version": "0.10.2",
"version": "0.11.0",
"files": [
"package.json",
"README.md",
Expand Down Expand Up @@ -37,7 +37,7 @@
"react-dom": "^18.0.0 || ^19.0.0"
},
"dependencies": {
"@vfx-js/core": "0.5.2"
"@vfx-js/core": "0.6.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/vfx-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# react-vfx

## 0.6.0

### Minor Changes

- Support WebGL2 shaders

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vfx-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vfx-js/core",
"description": "Easy WebGL effects for HTML elements",
"version": "0.5.2",
"version": "0.6.0",
"files": [
"package.json",
"README.md",
Expand Down

0 comments on commit cdf96b4

Please sign in to comment.