Skip to content

Commit 737fb6c

Browse files
committed
v5.2.0
1 parent 9acdc6f commit 737fb6c

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.16.4",
3-
"version": "5.1.1-next.0",
3+
"version": "5.2.0",
44
"packages": [
55
"packages/*"
66
],

packages/cookbook/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gl-react-cookbook",
3-
"version": "5.1.1-next.0",
3+
"version": "5.2.0",
44
"private": true,
55
"devDependencies": {
66
"babel-preset-react-app": "^10.0.0",
@@ -12,8 +12,8 @@
1212
"dependencies": {
1313
"animated": "^0.2.0",
1414
"github-slugger": "^1.3.0",
15-
"gl-react": "^5.1.1-next.0",
16-
"gl-react-dom": "^5.1.1-next.0",
15+
"gl-react": "^5.2.0",
16+
"gl-react-dom": "^5.2.0",
1717
"gl-shader": "^4.2.1",
1818
"gl-texture2d": "^2.1.0",
1919
"gl-transitions": "^1.43.0",

packages/gl-react-dom/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gl-react-dom",
3-
"version": "5.1.1-next.0",
3+
"version": "5.2.0",
44
"license": "MIT",
55
"author": "Gaëtan Renaudeau <[email protected]>",
66
"description": "DOM implementation of gl-react, an universal React library to write and compose WebGL shaders",
@@ -30,7 +30,7 @@
3030
"react": "*"
3131
},
3232
"devDependencies": {
33-
"gl-react": "^5.1.1-next.0"
33+
"gl-react": "^5.2.0"
3434
},
3535
"dependencies": {
3636
"invariant": "^2.2.4",

packages/gl-react-expo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gl-react-expo",
3-
"version": "5.1.1-next.0",
3+
"version": "5.2.0",
44
"license": "MIT",
55
"author": "Gaëtan Renaudeau <[email protected]>",
66
"description": "React Native via Expo implementation of gl-react, an universal React library to write and compose WebGL shaders",
@@ -28,7 +28,7 @@
2828
"react-native": "*"
2929
},
3030
"devDependencies": {
31-
"gl-react": "^5.1.1-next.0"
31+
"gl-react": "^5.2.0"
3232
},
3333
"dependencies": {
3434
"invariant": "^2.2.4",

packages/gl-react-headless/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gl-react-headless",
3-
"version": "5.1.1-next.0",
3+
"version": "5.2.0",
44
"license": "MIT",
55
"author": "Gaëtan Renaudeau <[email protected]>",
66
"description": "headless-gl implementation of gl-react, an universal React library to write and compose WebGL shaders",
@@ -23,7 +23,7 @@
2323
"raf": "^3.4.1"
2424
},
2525
"devDependencies": {
26-
"gl-react": "^5.1.1-next.0"
26+
"gl-react": "^5.2.0"
2727
},
2828
"gitHead": "9adf91601b95aec6dcd350179fdbd139a97bed5e"
2929
}

packages/gl-react-native/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gl-react-native",
3-
"version": "5.1.1-next.0",
3+
"version": "5.2.0",
44
"license": "MIT",
55
"author": "Gaëtan Renaudeau <[email protected]>",
66
"description": "React Native standalone implementation of gl-react, an universal React library to write and compose WebGL shaders",
@@ -29,12 +29,12 @@
2929
"react-native": "*"
3030
},
3131
"devDependencies": {
32-
"gl-react": "^5.1.1-next.0"
32+
"gl-react": "^5.2.0"
3333
},
3434
"dependencies": {
3535
"expo-gl": "^11.3.0",
3636
"expo-gl-cpp": "^11.3.0",
37-
"gl-react-expo": "^5.1.1-next.0",
37+
"gl-react-expo": "^5.2.0",
3838
"webgltexture-loader-expo": "1.2.0"
3939
},
4040
"gitHead": "9adf91601b95aec6dcd350179fdbd139a97bed5e"

packages/gl-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gl-react",
3-
"version": "5.1.1-next.0",
3+
"version": "5.2.0",
44
"license": "MIT",
55
"author": "Gaëtan Renaudeau <[email protected]>",
66
"description": "Universal React library, write and compose WebGL shaders, implement complex effects using a descriptive paradigm",

packages/tests/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tests/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"eslint-plugin-react": "^7.21.5",
1313
"flow-copy-source": "^2.0.9"
1414
},
15-
"version": "5.1.1-next.0",
15+
"version": "5.2.0",
1616
"dependencies": {
17-
"gl-react": "^5.1.1-next.0",
18-
"gl-react-headless": "^5.1.1-next.0",
17+
"gl-react": "^5.2.0",
18+
"gl-react-headless": "^5.2.0",
1919
"gl-texture2d": "^2.0.12",
2020
"jest": "26.6.3",
2121
"jest-cli": "26.6.3",

0 commit comments

Comments
 (0)