Skip to content

Commit

Permalink
v3.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Mar 3, 2018
1 parent 750f241 commit e4f3431
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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.9.0",
"version": "3.14.0",
"version": "3.15.0",
"packages": [
"packages/*"
],
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.14.0",
"version": "3.15.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.14.0",
"gl-react-dom": "^3.14.0",
"gl-react": "^3.15.0",
"gl-react-dom": "^3.15.0",
"gl-shader": "^4.2.1",
"gl-texture2d": "^2.1.0",
"gl-transitions": "^1.19.0",
Expand Down
4 changes: 2 additions & 2 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.14.0",
"version": "3.15.0",
"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 Expand Up @@ -30,7 +30,7 @@
"react": "*"
},
"devDependencies": {
"gl-react": "^3.14.0"
"gl-react": "^3.15.0"
},
"dependencies": {
"invariant": "^2.2.1",
Expand Down
4 changes: 2 additions & 2 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.14.0",
"version": "3.15.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 Expand Up @@ -28,7 +28,7 @@
"react-native": "*"
},
"devDependencies": {
"gl-react": "^3.14.0"
"gl-react": "^3.15.0"
},
"dependencies": {
"invariant": "^2.2.1",
Expand Down
4 changes: 2 additions & 2 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.14.0",
"version": "3.15.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <[email protected]>",
"description": "headless-gl implementation of gl-react, an universal React library to write and compose WebGL shaders",
Expand All @@ -23,7 +23,7 @@
"raf": "^3.3.0"
},
"devDependencies": {
"gl-react": "^3.14.0"
"gl-react": "^3.15.0"
},
"scripts": {
"build": "cd ../.. && export PATH=$(npm bin):$PATH && cd - &&rm -rf lib && babel --source-maps -d lib src && flow-copy-source -v src lib",
Expand Down
4 changes: 2 additions & 2 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.14.0",
"version": "3.15.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 Expand Up @@ -31,7 +31,7 @@
"react-native-webgl": "*"
},
"devDependencies": {
"gl-react": "^3.14.0"
"gl-react": "^3.15.0"
},
"scripts": {
"build": "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.14.0",
"version": "3.15.0",
"license": "MIT",
"author": "Gaëtan Renaudeau <[email protected]>",
"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,10 +13,10 @@
"babel-preset-stage-1": "^6.13.0",
"flow-copy-source": "^1.1.0"
},
"version": "3.14.0",
"version": "3.15.0",
"dependencies": {
"gl-react": "^3.14.0",
"gl-react-headless": "^3.14.0",
"gl-react": "^3.15.0",
"gl-react-headless": "^3.15.0",
"gl-texture2d": "^2.0.12",
"jest": "19",
"jest-cli": "19",
Expand Down

0 comments on commit e4f3431

Please sign in to comment.