Skip to content

Commit

Permalink
v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Apr 30, 2017
1 parent e7197ee commit 2e9828b
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.3",
"version": "3.1.1",
"version": "3.1.2",
"npmClient": "yarn",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/cookbook-expo/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "cookbook-expo",
"version": "3.1.1",
"version": "3.1.2",
"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.1",
"cookbook-rn-shared": "^3.1.2",
"expo": "^16.0.0",
"gl-react-expo": "^3.1.1",
"prop-types": "^15.5.8",
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.1",
"version": "3.1.2",
"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.1",
"version": "3.1.2",
"private": true,
"scripts": {
"start": "haul start"
},
"dependencies": {
"@expo/ex-navigation": "^2.11.0",
"cookbook-rn-shared": "^3.1.1",
"cookbook-rn-shared": "^3.1.2",
"core-js": "^2.4.1",
"gl-react-native": "^3.1.1",
"gl-react-native": "^3.1.2",
"prop-types": "^15.5.8",
"react-native": "~0.42.3"
},
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": "3.1.1",
"version": "3.1.2",
"private": true,
"devDependencies": {
"babel-preset-react-app": "^2.2.0",
Expand All @@ -14,7 +14,7 @@
"animated": "^0.2.0",
"github-slugger": "^1.1.1",
"gl-react": "^3.1.1",
"gl-react-dom": "^3.1.1",
"gl-react-dom": "^3.1.2",
"gl-shader": "^4.2.1",
"gl-texture2d": "^2.1.0",
"glsl-transitions": "^2016.10.24",
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": "3.1.1",
"version": "3.1.2",
"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
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.1",
"version": "3.1.2",
"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 2e9828b

Please sign in to comment.