Skip to content

Commit

Permalink
v3.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Aug 24, 2017
1 parent 9ffa792 commit 2a19abd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "3.10.0",
"version": "3.11.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/cookbook-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cookbook-expo",
"version": "3.10.0",
"version": "3.11.0",
"description": "GL React Native cookbook",
"author": "Gaëtan Renaudeau",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/cookbook-rn-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cookbook-rn-shared",
"version": "3.10.0",
"version": "3.11.0",
"private": true,
"main": "lib/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cookbook-rn/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "cookbook-rn",
"version": "3.10.0",
"version": "3.11.0",
"private": true,
"scripts": {
"start": "haul start"
},
"dependencies": {
"@expo/ex-navigation": "^2.11.0",
"cookbook-rn-shared": "^3.10.0",
"cookbook-rn-shared": "^3.11.0",
"core-js": "^2.4.1",
"gl-react-native": "^3.10.0",
"gl-react-native": "^3.11.0",
"prop-types": "^15.5.8",
"react": "16.0.0-alpha.12",
"react-native": "0.47.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-gl-react-camera-effects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cookbook-expo",
"version": "3.10.0",
"version": "3.11.0",
"description": "GL React Native cookbook",
"author": "Gaëtan Renaudeau",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/gl-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gl-react-native",
"version": "3.10.0",
"version": "3.11.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "React Native standalone implementation of gl-react, an universal React library to write and compose WebGL shaders",
Expand Down

0 comments on commit 2a19abd

Please sign in to comment.