Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed May 6, 2017
1 parent 034e766 commit 17cf2ae
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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-rc.4",
"version": "3.1.2",
"version": "3.2.0",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/cookbook-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "cookbook-expo",
"version": "3.1.2",
"version": "3.2.0",
"description": "GL React Native cookbook",
"author": "Gaëtan Renaudeau",
"private": true,
"main": "main.js",
"dependencies": {
"@expo/ex-navigation": "^2.11.0",
"cookbook-rn-shared": "^3.1.2",
"cookbook-rn-shared": "^3.2.0",
"expo": "^16.0.0",
"gl-react-expo": "^3.1.1",
"gl-react-expo": "^3.2.0",
"prop-types": "^15.5.8",
"react": "16.0.0-alpha.6",
"react-native": "github:exponentjs/react-native#sdk-16.0.0"
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.1.2",
"version": "3.2.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.1.2",
"version": "3.2.0",
"private": true,
"scripts": {
"start": "haul start"
},
"dependencies": {
"@expo/ex-navigation": "^2.11.0",
"cookbook-rn-shared": "^3.1.2",
"cookbook-rn-shared": "^3.2.0",
"core-js": "^2.4.1",
"gl-react-native": "^3.1.2",
"gl-react-native": "^3.2.0",
"prop-types": "^15.5.8",
"react-native": "~0.42.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cookbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gl-react-cookbook",
"version": "3.1.2",
"version": "3.2.0",
"private": true,
"devDependencies": {
"babel-preset-react-app": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/gl-react-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gl-react-expo",
"version": "3.1.1",
"version": "3.2.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <[email protected]>",
"description": "React Native via Expo implementation of gl-react, an universal React library to write and compose WebGL shaders",
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.1.2",
"version": "3.2.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <[email protected]>",
"description": "React Native standalone implementation of gl-react, an universal React library to write and compose WebGL shaders",
Expand Down

0 comments on commit 17cf2ae

Please sign in to comment.