Skip to content

Commit

Permalink
Bump version: 0.13.0 --> 0.13.1 (#733)
Browse files Browse the repository at this point in the history
Also update dependency versions
  • Loading branch information
caisq authored Sep 26, 2018
1 parent 0b5288b commit 649d6a1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs",
"version": "0.13.0",
"version": "0.13.1",
"description": "An open-source machine learning framework.",
"private": false,
"main": "dist/index",
Expand Down Expand Up @@ -58,8 +58,8 @@
"release-notes": "ts-node ./scripts/release_notes/release_notes.ts"
},
"dependencies": {
"@tensorflow/tfjs-converter": "0.6.0",
"@tensorflow/tfjs-core": "0.13.0",
"@tensorflow/tfjs-layers": "0.8.0"
"@tensorflow/tfjs-converter": "0.6.1",
"@tensorflow/tfjs-core": "0.13.2",
"@tensorflow/tfjs-layers": "0.8.1"
}
}
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @license See the LICENSE file. */

// This code is auto-generated, do not modify this file!
const version = '0.13.0';
const version = '0.13.1';
export {version};
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,25 +58,25 @@
version "1.1.0"
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"

"@tensorflow/[email protected].0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-0.6.0.tgz#7496c3f16430fbea823c53e3bd3a046d23618f90"
"@tensorflow/[email protected].1":
version "0.6.1"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-0.6.1.tgz#a07ede029434aa54f374fb31b029af9a4e2daa0c"
dependencies:
"@types/long" "~3.0.32"
protobufjs "~6.8.6"

"@tensorflow/[email protected].0":
version "0.13.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.13.0.tgz#9e9469a986f935e75839d280c540bc214e5ad418"
"@tensorflow/[email protected].2":
version "0.13.2"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.13.2.tgz#edb0e4b9e42b04ca113a0ce80f211b22e2c85552"
dependencies:
"@types/seedrandom" "~2.4.27"
"@types/webgl-ext" "~0.0.29"
"@types/webgl2" "~0.0.4"
seedrandom "~2.4.3"

"@tensorflow/[email protected].0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.8.0.tgz#33a26d3379cbce64a63901bad3cbd65d37e66b48"
"@tensorflow/[email protected].1":
version "0.8.1"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.8.1.tgz#08173c4ef16090821946d37d41a1fd21011afb00"

"@types/[email protected]":
version "0.0.38"
Expand Down

0 comments on commit 649d6a1

Please sign in to comment.