-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|