Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Mar 13, 2021
1 parent 06d5648 commit 73266e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.16.4",
"version": "5.0.0",
"version": "5.1.0",
"packages": [
"packages/*"
],
Expand Down
4 changes: 2 additions & 2 deletions packages/cookbook/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/gl-react-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gl-react-dom",
"version": "5.0.0",
"version": "5.1.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <[email protected]>",
"description": "DOM implementation of gl-react, an universal React library to write and compose WebGL shaders",
Expand Down

0 comments on commit 73266e3

Please sign in to comment.