Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 2843f65

Browse files
authored
increase the version to 0.2.0 (#89)
* increase the version to 0.2.0 * updated the dev deps * fixed the demo package.json
1 parent 68b0130 commit 2843f65

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"license": "Apache-2.0",
77
"private": true,
88
"dependencies": {
9-
"@tensorflow/tfjs-converter": "0.1.1",
10-
"@tensorflow/tfjs-core": "0.6.1"
9+
"@tensorflow/tfjs-converter": "0.2.0",
10+
"@tensorflow/tfjs-core": "0.8.0"
1111
},
1212
"scripts": {
1313
"mobilenet": "NODE_ENV=development parcel --no-hmr --open mobilenet/index.html ",
14-
"control_flow": "NODE_ENV=development parcel --no-hmr --open control_flow/index.html ",
14+
"control_flow": "NODE_ENV=development parcel --no-hmr --open control_flow/index.html "
1515
},
1616
"devDependencies": {
1717
"babel-plugin-transform-runtime": "~6.23.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-converter",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Tensorflow model converter for javascript",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -12,10 +12,10 @@
1212
},
1313
"license": "Apache-2.0",
1414
"peerDependencies": {
15-
"@tensorflow/tfjs-core": "0.6.1"
15+
"@tensorflow/tfjs-core": "0.8.0"
1616
},
1717
"devDependencies": {
18-
"@tensorflow/tfjs-core": "0.6.1",
18+
"@tensorflow/tfjs-core": "0.8.0",
1919
"@types/jasmine": "~2.8.6",
2020
"@types/seedrandom": "~2.4.27",
2121
"ajv": "~6.3.0",

python/tensorflowjs/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# @license See the LICENSE file.
22

33
# This code is auto-generated, do not modify this file!
4-
version = '0.1.2'
4+
version = '0.2.0'

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @license See the LICENSE file. */
22

33
// This code is auto-generated, do not modify this file!
4-
const version = '0.1.2';
4+
const version = '0.2.0';
55
export {version};

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
version "1.1.0"
4646
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
4747

48-
"@tensorflow/tfjs-core@0.6.1":
49-
version "0.6.1"
50-
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.6.1.tgz#9358ecbc04279e617e4f37448223eb065ee18d9b"
48+
"@tensorflow/tfjs-core@0.8.0":
49+
version "0.8.0"
50+
resolved "https://registry.yarnpkg.com/@tensorflow/tfjs-core/-/tfjs-core-0.8.0.tgz#a525b8f6a57e145c00bf4d33bfdf9282c54a10b1"
5151
dependencies:
5252
seedrandom "~2.4.3"
5353

0 commit comments

Comments
 (0)