Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fand committed Jun 25, 2024
1 parent 886006d commit dcab9c8
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/docs-vfx-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# docs-vfx-js

## 0.0.1

### Patch Changes

- Updated dependencies
- @vfx-js/core@0.2.0
4 changes: 2 additions & 2 deletions packages/docs-vfx-js/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "docs-vfx-js",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vfx-js/core": "0.1.0",
"@vfx-js/core": "0.2.0",
"dedent": "^1.5.3",
"is-mobile": "^4.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.7.0

### Minor Changes

- Add shaders and fixed minor bugs

### Patch Changes

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

## 0.6.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,13 +1,13 @@
{
"name": "react-vfx",
"description": "WebGL effects for React elements",
"version": "0.6.2",
"version": "0.7.0",
"author": "Takayosi Amagi <[email protected]> (https://amagi.dev/)",
"bugs": {
"url": "https://github.com/fand/react-vfx/issues"
},
"dependencies": {
"@vfx-js/core": "0.1.0"
"@vfx-js/core": "0.2.0"
},
"files": [
"package.json",
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.2.0

### Minor Changes

- Add shaders and fixed minor bugs

## 0.6.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.1.0",
"version": "0.2.0",
"author": "Takayosi Amagi <[email protected]> (https://amagi.dev/)",
"bugs": {
"url": "https://github.com/fand/react-vfx/issues"
Expand Down

0 comments on commit dcab9c8

Please sign in to comment.