Skip to content

Commit 2a19abd

Browse files
committed
v3.11.0
1 parent 9ffa792 commit 2a19abd

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0",
3-
"version": "3.10.0",
3+
"version": "3.11.0",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

packages/cookbook-expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cookbook-expo",
3-
"version": "3.10.0",
3+
"version": "3.11.0",
44
"description": "GL React Native cookbook",
55
"author": "Gaëtan Renaudeau",
66
"private": true,

packages/cookbook-rn-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cookbook-rn-shared",
3-
"version": "3.10.0",
3+
"version": "3.11.0",
44
"private": true,
55
"main": "lib/index.js",
66
"scripts": {

packages/cookbook-rn/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "cookbook-rn",
3-
"version": "3.10.0",
3+
"version": "3.11.0",
44
"private": true,
55
"scripts": {
66
"start": "haul start"
77
},
88
"dependencies": {
99
"@expo/ex-navigation": "^2.11.0",
10-
"cookbook-rn-shared": "^3.10.0",
10+
"cookbook-rn-shared": "^3.11.0",
1111
"core-js": "^2.4.1",
12-
"gl-react-native": "^3.10.0",
12+
"gl-react-native": "^3.11.0",
1313
"prop-types": "^15.5.8",
1414
"react": "16.0.0-alpha.12",
1515
"react-native": "0.47.2",

packages/example-gl-react-camera-effects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cookbook-expo",
3-
"version": "3.10.0",
3+
"version": "3.11.0",
44
"description": "GL React Native cookbook",
55
"author": "Gaëtan Renaudeau",
66
"private": true,

packages/gl-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gl-react-native",
3-
"version": "3.10.0",
3+
"version": "3.11.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",

0 commit comments

Comments
 (0)