Skip to content

Commit

Permalink
v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Jul 22, 2017
1 parent e8a291f commit 33c2e3b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.14.0"
"version": "1.15.0"
}
4 changes: 2 additions & 2 deletions packages/gl-transition-bot/package.json
@@ -1,6 +1,6 @@
{
"name": "gl-transition-bot",
"version": "1.14.0",
"version": "1.15.0",
"main": "lib/index.js",
"license": "MIT",
"bin": {
Expand All @@ -10,7 +10,7 @@
"bin"
],
"dependencies": {
"gl-transition-scripts": "^1.14.0",
"gl-transition-scripts": "^1.15.0",
"json": "^9.0.6",
"request": "^2.81.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/gl-transition-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "gl-transition-scripts",
"version": "1.14.0",
"version": "1.15.0",
"description": "Utilities to render a GL Transition on the CLI",
"bin": {
"gl-transition-transform": "bin/gl-transition-transform.js",
Expand All @@ -23,7 +23,7 @@
"gl": "^4.0.3",
"gl-texture2d": "^2.1.0",
"gl-transition": "^1.13.0",
"gl-transition-utils": "^1.14.0",
"gl-transition-utils": "^1.15.0",
"ndarray": "^1.0.18",
"save-pixels": "^2.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gl-transition-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "gl-transition-utils",
"version": "1.14.0",
"version": "1.15.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions packages/test/package.json
Expand Up @@ -5,7 +5,8 @@
"test": "rm -f test_results.json && gl-transition-transform -d node_modules/gl-transitions/transitions -o test_results.json && test -s test_results.json"
},
"dependencies": {
"gl-transition-scripts": "*",
"gl-transition-scripts": "^1.15.0",
"gl-transitions": "*"
}
},
"version": "1.15.0"
}
4 changes: 2 additions & 2 deletions packages/website/package.json
Expand Up @@ -6,7 +6,7 @@
"gl-react": "^3.6.0",
"gl-react-dom": "^3.6.0",
"gl-shader": "^4.2.1",
"gl-transition-utils": "^1.14.0",
"gl-transition-utils": "^1.15.0",
"glsl-parser": "^2.0.0",
"glsl-tokenizer": "^2.1.2",
"glsldoc": "^0.0.4",
Expand All @@ -29,7 +29,7 @@
"build": "yarn run prepare && react-scripts build && echo gl-transitions.com > build/CNAME && cp build/index.html build/200.html",
"eject": "react-scripts eject"
},
"version": "1.14.0",
"version": "1.15.0",
"name": "website",
"private": true
}

0 comments on commit 33c2e3b

Please sign in to comment.