Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fand committed Jul 10, 2024
1 parent 578b9a4 commit 85dd372
Show file tree
Hide file tree
Showing 6 changed files with 25 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.4

### Patch Changes

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

## 0.0.3

### 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.3",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vfx-js/core": "0.4.0",
"@vfx-js/core": "0.4.1",
"dedent": "^1.5.3",
"is-mobile": "^4.0.0",
"lodash.debounce": "^4.0.8",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-vfx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# react-vfx

## 0.9.1

### Patch Changes

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

## 0.9.0

### Minor 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.9.0",
"version": "0.9.1",
"files": [
"package.json",
"README.md",
Expand Down Expand Up @@ -37,7 +37,7 @@
"react-dom": ">= 16.12.0"
},
"dependencies": {
"@vfx-js/core": "0.4.0"
"@vfx-js/core": "0.4.1"
},
"devDependencies": {
"@types/node": "^20.14.2",
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.4.1

### Patch Changes

- Fix texture update bug on canvas resize

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"files": [
"package.json",
"README.md",
Expand Down

0 comments on commit 85dd372

Please sign in to comment.