diff --git a/lerna.json b/lerna.json index dd191ec..98f634f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.0.0-rc.2", - "version": "3.0.0-alpha.6", + "version": "3.0.0-alpha.7", "npmClient": "yarn", "packages": [ "packages/*" diff --git a/packages/cookbook-expo/package.json b/packages/cookbook-expo/package.json index 2dd3ffc..5db9c48 100644 --- a/packages/cookbook-expo/package.json +++ b/packages/cookbook-expo/package.json @@ -1,6 +1,6 @@ { "name": "cookbook-expo", - "version": "0.0.0", + "version": "3.0.0-alpha.7", "description": "GL React Native cookbook", "author": "Gaëtan Renaudeau", "private": true, @@ -8,8 +8,8 @@ "dependencies": { "@expo/ex-navigation": "^2.9.4", "expo": "^15.0.0", - "gl-react": "3.0.0-alpha.6", - "gl-react-expo": "3.0.0-alpha.6", + "gl-react": "^3.0.0-alpha.7", + "gl-react-expo": "^3.0.0-alpha.7", "glsl-transitions": "^2017.1.16", "ndarray": "^1.0.18", "raf": "^3.3.0", diff --git a/packages/cookbook-rn/package.json b/packages/cookbook-rn/package.json index 66fe846..8871a5d 100644 --- a/packages/cookbook-rn/package.json +++ b/packages/cookbook-rn/package.json @@ -1,6 +1,6 @@ { "name": "cookbook-rn", - "version": "0.0.1", + "version": "3.0.0-alpha.7", "private": true, "scripts": { "prepublish": "cd src/examples; ./gen.sh 1> index.js", @@ -11,8 +11,8 @@ "@expo/ex-navigation": "~2.9.4", "babel-preset-react-native-stage-0": "~1.0.1", "core-js": "^2.4.1", - "gl-react": "3.0.0-alpha.6", - "gl-react-native": "3.0.0-alpha.6", + "gl-react": "^3.0.0-alpha.7", + "gl-react-native": "^3.0.0-alpha.7", "glsl-transitions": "~2017.1.16", "ndarray": "~1.0.18", "raf": "~3.3.0", diff --git a/packages/cookbook/package.json b/packages/cookbook/package.json index b5a790a..e103701 100644 --- a/packages/cookbook/package.json +++ b/packages/cookbook/package.json @@ -1,6 +1,6 @@ { "name": "gl-react-cookbook", - "version": "3.0.0-alpha.6", + "version": "3.0.0-alpha.7", "private": true, "devDependencies": { "babel-preset-react-app": "^2.2.0", @@ -13,8 +13,8 @@ "dependencies": { "animated": "^0.2.0", "github-slugger": "^1.1.1", - "gl-react": "3.0.0-alpha.6", - "gl-react-dom": "3.0.0-alpha.6", + "gl-react": "^3.0.0-alpha.7", + "gl-react-dom": "^3.0.0-alpha.7", "gl-shader": "^4.2.1", "gl-texture2d": "^2.1.0", "glsl-transitions": "^2016.10.24", diff --git a/packages/gl-react-dom/package.json b/packages/gl-react-dom/package.json index 641f677..c412dcd 100644 --- a/packages/gl-react-dom/package.json +++ b/packages/gl-react-dom/package.json @@ -1,6 +1,6 @@ { "name": "gl-react-dom", - "version": "3.0.0-alpha.6", + "version": "3.0.0-alpha.7", "license": "MIT", "author": "Gaëtan Renaudeau ", "description": "DOM implementation of gl-react, an universal React library to write and compose WebGL shaders", @@ -26,11 +26,11 @@ "react": "global:React" }, "peerDependencies": { - "gl-react": "*", + "gl-react": "^3.0.0-alpha.7", "react": "*" }, "devDependencies": { - "gl-react": "3.0.0-alpha.6" + "gl-react": "^3.0.0-alpha.7" }, "dependencies": { "invariant": "^2.2.1" diff --git a/packages/gl-react-expo/package.json b/packages/gl-react-expo/package.json index 860d06b..bf273ce 100644 --- a/packages/gl-react-expo/package.json +++ b/packages/gl-react-expo/package.json @@ -1,6 +1,6 @@ { "name": "gl-react-expo", - "version": "3.0.0-alpha.6", + "version": "3.0.0-alpha.7", "license": "MIT", "author": "Gaëtan Renaudeau ", "description": "React Native via Expo implementation of gl-react, an universal React library to write and compose WebGL shaders", @@ -22,13 +22,13 @@ "LICENSE" ], "peerDependencies": { - "gl-react": "*", + "expo": "*", + "gl-react": "^3.0.0-alpha.7", "react": "*", - "react-native": "*", - "expo": "*" + "react-native": "*" }, "devDependencies": { - "gl-react": "3.0.0-alpha.6" + "gl-react": "^3.0.0-alpha.7" }, "dependencies": { "invariant": "^2.2.1" diff --git a/packages/gl-react-headless/package.json b/packages/gl-react-headless/package.json index 964dcb1..e98d1a8 100644 --- a/packages/gl-react-headless/package.json +++ b/packages/gl-react-headless/package.json @@ -1,6 +1,6 @@ { "name": "gl-react-headless", - "version": "3.0.0-alpha.6", + "version": "3.0.0-alpha.7", "license": "MIT", "author": "Gaëtan Renaudeau ", "description": "headless-gl implementation of gl-react, an universal React library to write and compose WebGL shaders", @@ -13,15 +13,15 @@ "LICENSE" ], "peerDependencies": { - "react": "*", - "gl-react": "*" + "gl-react": "^3.0.0-alpha.7", + "react": "*" }, "dependencies": { "gl": "^4.0.2", "invariant": "^2.2.1" }, "devDependencies": { - "gl-react": "3.0.0-alpha.6" + "gl-react": "^3.0.0-alpha.7" }, "scripts": { "prepublish": "cd ../.. && export PATH=$(npm bin):$PATH && cd - &&rm -rf lib && babel --source-maps -d lib src && flow-copy-source -v src lib" diff --git a/packages/gl-react-native/package.json b/packages/gl-react-native/package.json index f0154b6..3978a06 100644 --- a/packages/gl-react-native/package.json +++ b/packages/gl-react-native/package.json @@ -1,6 +1,6 @@ { "name": "gl-react-native", - "version": "3.0.0-alpha.6", + "version": "3.0.0-alpha.7", "license": "MIT", "author": "Gaëtan Renaudeau ", "description": "React Native standalone implementation of gl-react, an universal React library to write and compose WebGL shaders", @@ -25,12 +25,12 @@ "README.md" ], "peerDependencies": { - "gl-react": "*", + "gl-react": "^3.0.0-alpha.7", "react": "*", "react-native": "*" }, "devDependencies": { - "gl-react": "3.0.0-alpha.6" + "gl-react": "^3.0.0-alpha.7" }, "scripts": { "prepublish": "cd ../.. && export PATH=$(npm bin):$PATH && cd - &&rm -rf lib && babel --source-maps -d lib src && flow-copy-source -v src lib" diff --git a/packages/gl-react/package.json b/packages/gl-react/package.json index 25be27a..38cfc5a 100644 --- a/packages/gl-react/package.json +++ b/packages/gl-react/package.json @@ -1,6 +1,6 @@ { "name": "gl-react", - "version": "3.0.0-alpha.6", + "version": "3.0.0-alpha.7", "license": "MIT", "author": "Gaëtan Renaudeau ", "description": "Universal React library, write and compose WebGL shaders, implement complex effects using a descriptive paradigm", diff --git a/packages/tests/package.json b/packages/tests/package.json index ee4bcdc..0592eb5 100755 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -12,15 +12,16 @@ "babel-preset-react": "^6.11.1", "babel-preset-stage-1": "^6.13.0", "baboon-image": "github:gre/baboon-image", - "ndpack-image": "github:gre/ndpack-image", "flow-copy-source": "^1.1.0", - "gl-react": "3.0.0-alpha.6", - "gl-react-headless": "3.0.0-alpha.6", + "gl-react": "^3.0.0-alpha.7", + "gl-react-headless": "^3.0.0-alpha.7", "gl-texture2d": "^2.0.12", "jest": "^19.0.0", "ndarray": "^1.0.18", + "ndpack-image": "github:gre/ndpack-image", "promise-defer": "^1.0.0", - "react-test-renderer": "^15.4.0", - "react": "^15.4.0" - } + "react": "^15.4.0", + "react-test-renderer": "^15.4.0" + }, + "version": "3.0.0-alpha.7" }