Skip to content

Commit

Permalink
Bump version to 0.8.0 (#119)
Browse files Browse the repository at this point in the history
* tfjs-core: 0.6.0 --> 0.6.1
* tfjs-layers: 0.2.0 --> 0.3.0
  • Loading branch information
caisq authored Apr 6, 2018
1 parent 30e0d05 commit 1e69f64
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorflow/tfjs",
"version": "0.7.0",
"version": "0.8.0",
"description": "An open-source machine learning framework.",
"private": false,
"main": "dist/index",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test-travis": "karma start --browsers='bs_firefox_mac,bs_chrome_mac' --singleRun"
},
"dependencies": {
"@tensorflow/tfjs-core": "0.6.0",
"@tensorflow/tfjs-layers": "0.2.0"
"@tensorflow/tfjs-core": "0.6.1",
"@tensorflow/tfjs-layers": "0.3.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.7.0';
const version = '0.8.0';
export {version};
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# yarn lockfile v1


"@tensorflow/[email protected].0":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.6.0.tgz#e33d9889472b0599291ecdb7fa83579586b21e66"
"@tensorflow/[email protected].1":
version "0.6.1"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.6.1.tgz#9358ecbc04279e617e4f37448223eb065ee18d9b"
dependencies:
seedrandom "~2.4.3"

"@tensorflow/tfjs-layers@0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.2.0.tgz#87114fe7e680b5cb87ca05f0119a21d2578f6b7f"
"@tensorflow/tfjs-layers@0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-layers/-/tfjs-layers-0.3.0.tgz#a8f9421970c7b082cd4731d900f68b5fa73115a7"
dependencies:
underscore "~1.8.3"

Expand Down

0 comments on commit 1e69f64

Please sign in to comment.