Skip to content

Commit

Permalink
v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Jul 4, 2017
1 parent 0f50010 commit d43358e
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 30 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.5",
"version": "3.6.0",
"version": "3.7.0",
"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,6 +1,6 @@
{
"name": "cookbook-expo",
"version": "3.6.0",
"version": "3.7.0",
"description": "GL React Native cookbook",
"author": "Gaëtan Renaudeau",
"private": true,
Expand All @@ -9,7 +9,7 @@
"@expo/ex-navigation": "^2.11.0",
"cookbook-rn-shared": "^3.6.0",
"expo": "^18.0.2",
"gl-react-expo": "^3.6.0",
"gl-react-expo": "^3.7.0",
"prop-types": "^15.5.8",
"react": "16.0.0-alpha.12",
"react-native": "github:expo/react-native#sdk-18.0.2"
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0",
"version": "3.7.0",
"private": true,
"main": "lib/index.js",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@expo/ex-navigation": "^2.11.0",
"babel-preset-react-native-stage-0": "~1.0.1",
"gl-react": "^3.6.0",
"gl-react": "^3.7.0",
"gl-transitions": "^0.44.0",
"ndarray": "~1.0.18",
"prop-types": "^15.5.8",
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.6.0",
"version": "3.7.0",
"private": true,
"scripts": {
"start": "haul start"
},
"dependencies": {
"@expo/ex-navigation": "^2.11.0",
"cookbook-rn-shared": "^3.6.0",
"cookbook-rn-shared": "^3.7.0",
"core-js": "^2.4.1",
"gl-react-native": "^3.6.0",
"gl-react-native": "^3.7.0",
"prop-types": "^15.5.8",
"react": "16.0.0-alpha.12",
"react-native": "~0.45.0"
Expand Down
6 changes: 3 additions & 3 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.6.0",
"version": "3.7.0",
"private": true,
"devDependencies": {
"babel-preset-react-app": "^3.0.1",
Expand All @@ -10,8 +10,8 @@
"dependencies": {
"animated": "^0.2.0",
"github-slugger": "^1.1.1",
"gl-react": "^3.6.0",
"gl-react-dom": "^3.6.0",
"gl-react": "^3.7.0",
"gl-react-dom": "^3.7.0",
"gl-shader": "^4.2.1",
"gl-texture2d": "^2.1.0",
"gl-transitions": "^1.19.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/example-gl-react-camera-effects/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "cookbook-expo",
"version": "3.6.0",
"version": "3.7.0",
"description": "GL React Native cookbook",
"author": "Gaëtan Renaudeau",
"private": true,
"main": "main.js",
"dependencies": {
"expo": "17.0.0",
"gl-react": "^3.6.0",
"gl-react-expo": "^3.6.0",
"gl-react": "^3.7.0",
"gl-react-expo": "^3.7.0",
"react": "16.0.0-alpha.6",
"react-native": "github:exponentjs/react-native#sdk-17.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions 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.6.0",
"version": "3.7.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "DOM implementation of gl-react, an universal React library to write and compose WebGL shaders",
Expand All @@ -26,11 +26,11 @@
"react": "global:React"
},
"peerDependencies": {
"gl-react": "^3.6.0",
"gl-react": "^3.7.0",
"react": "*"
},
"devDependencies": {
"gl-react": "^3.6.0"
"gl-react": "^3.7.0"
},
"dependencies": {
"invariant": "^2.2.1",
Expand Down
6 changes: 3 additions & 3 deletions 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.6.0",
"version": "3.7.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "React Native via Expo implementation of gl-react, an universal React library to write and compose WebGL shaders",
Expand All @@ -23,12 +23,12 @@
],
"peerDependencies": {
"expo": "*",
"gl-react": "^3.6.0",
"gl-react": "^3.7.0",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"gl-react": "^3.6.0"
"gl-react": "^3.7.0"
},
"dependencies": {
"invariant": "^2.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/gl-react-headless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gl-react-headless",
"version": "3.6.0",
"version": "3.7.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "headless-gl implementation of gl-react, an universal React library to write and compose WebGL shaders",
Expand All @@ -13,7 +13,7 @@
"LICENSE"
],
"peerDependencies": {
"gl-react": "^3.6.0",
"gl-react": "^3.7.0",
"react": "*"
},
"dependencies": {
Expand All @@ -23,7 +23,7 @@
"raf": "^3.3.0"
},
"devDependencies": {
"gl-react": "^3.6.0"
"gl-react": "^3.7.0"
},
"scripts": {
"prepublish": "cd ../.. && export PATH=$(npm bin):$PATH && cd - &&rm -rf lib && babel --source-maps -d lib src && flow-copy-source -v src lib",
Expand Down
6 changes: 3 additions & 3 deletions 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.6.0",
"version": "3.7.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 All @@ -25,12 +25,12 @@
"README.md"
],
"peerDependencies": {
"gl-react": "^3.6.0",
"gl-react": "^3.7.0",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"gl-react": "^3.6.0"
"gl-react": "^3.7.0"
},
"scripts": {
"prepublish": "cd ../.. && export PATH=$(npm bin):$PATH && cd - && rm -rf lib && babel --source-maps -d lib src && flow-copy-source -v src lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/gl-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gl-react",
"version": "3.6.0",
"version": "3.7.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"description": "Universal React library, write and compose WebGL shaders, implement complex effects using a descriptive paradigm",
Expand Down
6 changes: 3 additions & 3 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"babel-preset-stage-1": "^6.13.0",
"baboon-image": "github:gre/baboon-image",
"flow-copy-source": "^1.1.0",
"gl-react": "^3.6.0",
"gl-react-headless": "^3.6.0",
"gl-react": "^3.7.0",
"gl-react-headless": "^3.7.0",
"gl-texture2d": "^2.0.12",
"jest": "^19.0.0",
"ndarray": "^1.0.18",
Expand All @@ -23,7 +23,7 @@
"react": "16.0.0-alpha.12",
"react-test-renderer": "16.0.0-alpha.12"
},
"version": "3.6.0",
"version": "3.7.0",
"dependencies": {
"prop-types": "^15.5.8"
}
Expand Down

0 comments on commit d43358e

Please sign in to comment.