Skip to content

Commit

Permalink
Bump version to 0.13.0 (#700)
Browse files Browse the repository at this point in the history
Dependency version bumps:

* tfjs-core --> 0.13.0
* tfjs-layers --> 0.8.0
* tfjs-converter --> 0.6.0
  • Loading branch information
caisq authored Sep 14, 2018
1 parent 541f2b7 commit 53d3ee9
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.12.7",
"version": "0.13.0",
"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.5.9",
"@tensorflow/tfjs-core": "0.12.17",
"@tensorflow/tfjs-layers": "0.7.5"
"@tensorflow/tfjs-converter": "0.6.0",
"@tensorflow/tfjs-core": "0.13.0",
"@tensorflow/tfjs-layers": "0.8.0"
}
}
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.12.7';
const version = '0.13.0';
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/tfjs-converter@0.5.9":
version "0.5.9"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-0.5.9.tgz#76913bd916bbd940b6435e9e3ec63f963c786b95"
"@tensorflow/tfjs-converter@0.6.0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-converter/-/tfjs-converter-0.6.0.tgz#7496c3f16430fbea823c53e3bd3a046d23618f90"
dependencies:
"@types/long" "~3.0.32"
protobufjs "~6.8.6"

"@tensorflow/tfjs-core@0.12.17":
version "0.12.17"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.12.17.tgz#133fef53272e4dc0819890e79153c8ee094400b6"
"@tensorflow/tfjs-core@0.13.0":
version "0.13.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.13.0.tgz#9e9469a986f935e75839d280c540bc214e5ad418"
dependencies:
"@types/seedrandom" "~2.4.27"
"@types/webgl-ext" "~0.0.29"
"@types/webgl2" "~0.0.4"
seedrandom "~2.4.3"

"@tensorflow/tfjs-layers@0.7.5":
version "0.7.5"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.7.5.tgz#54241110e0a6e194eafbbd18babca0978788e930"
"@tensorflow/tfjs-layers@0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.8.0.tgz#33a26d3379cbce64a63901bad3cbd65d37e66b48"

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

0 comments on commit 53d3ee9

Please sign in to comment.