This commit is contained in:
Gaëtan Renaudeau 2021-03-13 20:15:29 +01:00
parent 06d5648599
commit 73266e3e30
No known key found for this signature in database
GPG Key ID: 7B66B85F042E5451
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"lerna": "3.16.4",
"version": "5.0.0",
"version": "5.1.0",
"packages": [
"packages/*"
],

View File

@ -1,6 +1,6 @@
{
"name": "gl-react-cookbook",
"version": "5.0.0",
"version": "5.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-app": "^10.0.0",
@ -13,7 +13,7 @@
"animated": "^0.2.0",
"github-slugger": "^1.3.0",
"gl-react": "^5.0.0",
"gl-react-dom": "^5.0.0",
"gl-react-dom": "^5.1.0",
"gl-shader": "^4.2.1",
"gl-texture2d": "^2.1.0",
"gl-transitions": "^1.43.0",

View File

@ -1,6 +1,6 @@
{
"name": "gl-react-dom",
"version": "5.0.0",
"version": "5.1.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "DOM implementation of gl-react, an universal React library to write and compose WebGL shaders",