diff --git a/tfjs-backend-cpu/package.json b/tfjs-backend-cpu/package.json index feab545b0ca..d72b0262a58 100644 --- a/tfjs-backend-cpu/package.json +++ b/tfjs-backend-cpu/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-backend-cpu", - "version": "0.0.0", + "version": "3.12.0", "description": "Vanilla JavaScript backend for TensorFlow.js", "private": false, "main": "dist/tf-backend-cpu.node.js", @@ -25,7 +25,7 @@ "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-typescript": "^3.0.0", - "@tensorflow/tfjs-core": "link:../link-package-core/node_modules/@tensorflow/tfjs-core", + "@tensorflow/tfjs-core": "3.12.0", "@types/jasmine": "~3.0.0", "clang-format": "~1.2.4", "jasmine": "~3.1.0", @@ -67,7 +67,7 @@ "seedrandom": "2.4.3" }, "peerDependencies": { - "@tensorflow/tfjs-core": "link:../link-package-core/node_modules/@tensorflow/tfjs-core" + "@tensorflow/tfjs-core": "3.12.0" }, "browser": { "util": false, diff --git a/tfjs-backend-cpu/src/version.ts b/tfjs-backend-cpu/src/version.ts index 5fa574e7da4..1eeeccfcda7 100644 --- a/tfjs-backend-cpu/src/version.ts +++ b/tfjs-backend-cpu/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '0.0.0'; +const version = '3.12.0'; export {version}; diff --git a/tfjs-backend-wasm/package.json b/tfjs-backend-wasm/package.json index 3c9af14df1b..d1dcfb97755 100644 --- a/tfjs-backend-wasm/package.json +++ b/tfjs-backend-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-backend-wasm", - "version": "0.0.0", + "version": "3.12.0", "main": "dist/tf-backend-wasm.node.js", "types": "dist/index.d.ts", "repository": { @@ -44,10 +44,10 @@ "perf_hooks": false }, "peerDependencies": { - "@tensorflow/tfjs-core": "link:../link-package-core/node_modules/@tensorflow/tfjs-core" + "@tensorflow/tfjs-core": "3.12.0" }, "dependencies": { - "@tensorflow/tfjs-backend-cpu": "link:../link-package-core/node_modules/@tensorflow/tfjs-backend-cpu", + "@tensorflow/tfjs-backend-cpu": "3.12.0", "@types/emscripten": "~0.0.34" }, "devDependencies": { @@ -57,7 +57,7 @@ "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-typescript": "^3.0.0", - "@tensorflow/tfjs-core": "link:../link-package-core/node_modules/@tensorflow/tfjs-core", + "@tensorflow/tfjs-core": "3.12.0", "@types/jasmine": "~2.8.6", "clang-format": "~1.2.4", "jasmine": "~3.1.0", diff --git a/tfjs-backend-wasm/src/version.ts b/tfjs-backend-wasm/src/version.ts index 5fa574e7da4..1eeeccfcda7 100644 --- a/tfjs-backend-wasm/src/version.ts +++ b/tfjs-backend-wasm/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '0.0.0'; +const version = '3.12.0'; export {version}; diff --git a/tfjs-backend-webgl/package.json b/tfjs-backend-webgl/package.json index 5a82c8bd786..482228efc7e 100644 --- a/tfjs-backend-webgl/package.json +++ b/tfjs-backend-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-backend-webgl", - "version": "0.0.0", + "version": "3.12.0", "description": "GPU accelerated WebGL backend for TensorFlow.js", "private": false, "main": "dist/tf-backend-webgl.node.js", @@ -25,7 +25,7 @@ "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-typescript": "^3.0.0", - "@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core", + "@tensorflow/tfjs-core": "3.12.0", "@types/jasmine": "~3.0.0", "clang-format": "~1.2.4", "jasmine": "~3.1.0", @@ -64,7 +64,7 @@ "run-browserstack": "bazel test :browserstack_bs_chrome_mac_tfjs-backend-webgl2_test" }, "dependencies": { - "@tensorflow/tfjs-backend-cpu": "link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu", + "@tensorflow/tfjs-backend-cpu": "3.12.0", "@types/offscreencanvas": "~2019.3.0", "@types/seedrandom": "2.4.27", "@types/webgl-ext": "0.0.30", @@ -72,7 +72,7 @@ "seedrandom": "2.4.3" }, "peerDependencies": { - "@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core" + "@tensorflow/tfjs-core": "3.12.0" }, "browser": { "util": false, diff --git a/tfjs-backend-webgl/src/version.ts b/tfjs-backend-webgl/src/version.ts index 5fa574e7da4..1eeeccfcda7 100644 --- a/tfjs-backend-webgl/src/version.ts +++ b/tfjs-backend-webgl/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '0.0.0'; +const version = '3.12.0'; export {version}; diff --git a/tfjs-converter/package.json b/tfjs-converter/package.json index 863bb6c5812..bc948bb297c 100644 --- a/tfjs-converter/package.json +++ b/tfjs-converter/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-converter", - "version": "0.0.0", + "version": "3.12.0", "description": "Tensorflow model converter for javascript", "main": "dist/tf-converter.node.js", "jsnext:main": "dist/index.js", @@ -16,7 +16,7 @@ }, "license": "Apache-2.0", "peerDependencies": { - "@tensorflow/tfjs-core": "link:../link-package-core/node_modules/@tensorflow/tfjs-core" + "@tensorflow/tfjs-core": "3.12.0" }, "devDependencies": { "@bazel/bazelisk": "^1.10.1", @@ -25,8 +25,8 @@ "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-replace": "^2.3.3", "@rollup/plugin-typescript": "^3.0.0", - "@tensorflow/tfjs-backend-cpu": "link:../link-package-core/node_modules/@tensorflow/tfjs-backend-cpu", - "@tensorflow/tfjs-core": "link:../link-package-core/node_modules/@tensorflow/tfjs-core", + "@tensorflow/tfjs-backend-cpu": "3.12.0", + "@tensorflow/tfjs-core": "3.12.0", "@types/argparse": "^1.0.38", "@types/deep-equal": "^1.0.1", "@types/jasmine": "~2.8.6", diff --git a/tfjs-converter/python/BUILD b/tfjs-converter/python/BUILD index 6558b0cb79c..ccb346eb1a9 100644 --- a/tfjs-converter/python/BUILD +++ b/tfjs-converter/python/BUILD @@ -55,7 +55,7 @@ py_wheel( strip_path_prefixes = [ "tfjs-converter/python", ], - version = "0.0.0", + version = "3.12.0", #keywords='tensorflow javascript machine deep learning converter', deps = [ ":tensorflowjs_pkg", @@ -103,7 +103,7 @@ py_wheel( strip_path_prefixes = [ "tfjs-converter/python", ], - version = "0.0.0", + version = "3.12.0", #keywords='tensorflow javascript machine deep learning converter', deps = [ ":tensorflowjs_pkg", diff --git a/tfjs-converter/python/tensorflowjs/version.py b/tfjs-converter/python/tensorflowjs/version.py index 545de714308..58ab59f3518 100644 --- a/tfjs-converter/python/tensorflowjs/version.py +++ b/tfjs-converter/python/tensorflowjs/version.py @@ -1,4 +1,4 @@ # @license See the LICENSE file. # This code is auto-generated, do not modify this file! -version = '1.7.0' +version = '3.12.0' diff --git a/tfjs-converter/src/version.ts b/tfjs-converter/src/version.ts index 5fa574e7da4..1eeeccfcda7 100644 --- a/tfjs-converter/src/version.ts +++ b/tfjs-converter/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '0.0.0'; +const version = '3.12.0'; export {version}; diff --git a/tfjs-core/package.json b/tfjs-core/package.json index 2b1496dc06d..cf4e587081e 100644 --- a/tfjs-core/package.json +++ b/tfjs-core/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-core", - "version": "0.0.0", + "version": "3.12.0", "description": "Hardware-accelerated JavaScript library for machine intelligence", "private": false, "main": "dist/tf-core.node.js", diff --git a/tfjs-core/src/version.ts b/tfjs-core/src/version.ts index 5fa574e7da4..1eeeccfcda7 100644 --- a/tfjs-core/src/version.ts +++ b/tfjs-core/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '0.0.0'; +const version = '3.12.0'; export {version}; diff --git a/tfjs-data/package.json b/tfjs-data/package.json index aa39cbfa76f..bedda1faa1d 100644 --- a/tfjs-data/package.json +++ b/tfjs-data/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-data", - "version": "0.0.0", + "version": "3.12.0", "description": "TensorFlow Data API in JavaScript", "private": false, "main": "dist/tf-data.node.js", @@ -23,9 +23,9 @@ "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-typescript": "^3.0.0", - "@tensorflow/tfjs-backend-cpu": "link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu", - "@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core", - "@tensorflow/tfjs-layers": "link:../link-package/node_modules/@tensorflow/tfjs-layers", + "@tensorflow/tfjs-backend-cpu": "3.12.0", + "@tensorflow/tfjs-core": "3.12.0", + "@tensorflow/tfjs-layers": "3.12.0", "@types/jasmine": "~2.5.53", "@types/seedrandom": "^2.4.27", "@types/utf8": "~2.1.6", @@ -65,7 +65,7 @@ "coverage": "yarn nyc yarn ts-node --transpile-only -P tsconfig.test.json src/test_node.ts" }, "peerDependencies": { - "@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core", + "@tensorflow/tfjs-core": "3.12.0", "seedrandom": "~2.4.3" }, "dependencies": { diff --git a/tfjs-data/src/version.ts b/tfjs-data/src/version.ts index 5fa574e7da4..1eeeccfcda7 100644 --- a/tfjs-data/src/version.ts +++ b/tfjs-data/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '0.0.0'; +const version = '3.12.0'; export {version}; diff --git a/tfjs-layers/package.json b/tfjs-layers/package.json index 9e03dc7dcf9..a83e2718ff1 100644 --- a/tfjs-layers/package.json +++ b/tfjs-layers/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-layers", - "version": "0.0.0", + "version": "3.12.0", "description": "TensorFlow layers API in JavaScript", "license": "Apache-2.0 AND MIT", "repository": { @@ -23,9 +23,9 @@ "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "@rollup/plugin-typescript": "^3.0.0", - "@tensorflow/tfjs-backend-cpu": "link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu", - "@tensorflow/tfjs-backend-webgl": "link:../link-package/node_modules/@tensorflow/tfjs-backend-webgl", - "@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core", + "@tensorflow/tfjs-backend-cpu": "3.12.0", + "@tensorflow/tfjs-backend-webgl": "3.12.0", + "@tensorflow/tfjs-core": "3.12.0", "@types/jasmine": "~2.5.53", "clang-format": "~1.2.2", "http-server": "~0.12.3", @@ -66,6 +66,6 @@ "run-browserstack": "bazel test :browserstack_bs_chrome_mac_tfjs-layers_webgl2_test" }, "peerDependencies": { - "@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core" + "@tensorflow/tfjs-core": "3.12.0" } } diff --git a/tfjs-layers/src/version.ts b/tfjs-layers/src/version.ts index 5fa574e7da4..1eeeccfcda7 100644 --- a/tfjs-layers/src/version.ts +++ b/tfjs-layers/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '0.0.0'; +const version = '3.12.0'; export {version}; diff --git a/tfjs-node-gpu/package.json b/tfjs-node-gpu/package.json index 4150019284c..af3683fc8bf 100644 --- a/tfjs-node-gpu/package.json +++ b/tfjs-node-gpu/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-node-gpu", - "version": "0.0.0", + "version": "3.12.0", "main": "dist/index.js", "types": "dist/index.d.ts", "gypfile": true, @@ -52,7 +52,7 @@ "upload-windows-addon": "prep-gpu-windows.bat && ./scripts/build-and-upload-windows-addon-gpu.bat" }, "devDependencies": { - "@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core", + "@tensorflow/tfjs-core": "3.12.0", "@types/jasmine": "~2.8.6", "@types/node": "^10.5.1", "@types/progress": "^2.0.1", @@ -73,7 +73,7 @@ }, "dependencies": { "@mapbox/node-pre-gyp": "1.0.4", - "@tensorflow/tfjs": "link:../tfjs", + "@tensorflow/tfjs": "3.12.0", "adm-zip": "^0.5.2", "google-protobuf": "^3.9.2", "https-proxy-agent": "^2.2.1", diff --git a/tfjs-node/package.json b/tfjs-node/package.json index 5a91c557d1f..e40be99828b 100644 --- a/tfjs-node/package.json +++ b/tfjs-node/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs-node", - "version": "0.0.0", + "version": "3.12.0", "main": "dist/index.js", "types": "dist/index.d.ts", "gypfile": true, @@ -50,7 +50,7 @@ "upload-windows-addon": "./scripts/build-and-upload-windows-addon.bat" }, "devDependencies": { - "@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core", + "@tensorflow/tfjs-core": "3.12.0", "@types/jasmine": "~2.8.6", "@types/node": "^10.5.1", "@types/progress": "^2.0.1", @@ -70,7 +70,7 @@ }, "dependencies": { "@mapbox/node-pre-gyp": "1.0.4", - "@tensorflow/tfjs": "link:../tfjs", + "@tensorflow/tfjs": "3.12.0", "adm-zip": "^0.5.2", "google-protobuf": "^3.9.2", "https-proxy-agent": "^2.2.1", diff --git a/tfjs-node/src/version.ts b/tfjs-node/src/version.ts index 5fa574e7da4..1eeeccfcda7 100644 --- a/tfjs-node/src/version.ts +++ b/tfjs-node/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '0.0.0'; +const version = '3.12.0'; export {version}; diff --git a/tfjs/package.json b/tfjs/package.json index f1e48b75341..6b1a259486a 100644 --- a/tfjs/package.json +++ b/tfjs/package.json @@ -1,6 +1,6 @@ { "name": "@tensorflow/tfjs", - "version": "0.0.0", + "version": "3.12.0", "description": "An open-source machine learning framework.", "private": false, "main": "dist/tf.node.js", @@ -77,12 +77,12 @@ "test-ci": "./scripts/test-ci.sh" }, "dependencies": { - "@tensorflow/tfjs-backend-cpu": "link:../link-package/node_modules/@tensorflow/tfjs-backend-cpu", - "@tensorflow/tfjs-backend-webgl": "link:../link-package/node_modules/@tensorflow/tfjs-backend-webgl", - "@tensorflow/tfjs-converter": "link:../link-package/node_modules/@tensorflow/tfjs-converter", - "@tensorflow/tfjs-core": "link:../link-package/node_modules/@tensorflow/tfjs-core", - "@tensorflow/tfjs-data": "link:../link-package/node_modules/@tensorflow/tfjs-data", - "@tensorflow/tfjs-layers": "link:../link-package/node_modules/@tensorflow/tfjs-layers", + "@tensorflow/tfjs-backend-cpu": "3.12.0", + "@tensorflow/tfjs-backend-webgl": "3.12.0", + "@tensorflow/tfjs-converter": "3.12.0", + "@tensorflow/tfjs-core": "3.12.0", + "@tensorflow/tfjs-data": "3.12.0", + "@tensorflow/tfjs-layers": "3.12.0", "argparse": "^1.0.10", "chalk": "^4.1.0", "core-js": "3", diff --git a/tfjs/src/version.ts b/tfjs/src/version.ts index 5fa574e7da4..1eeeccfcda7 100644 --- a/tfjs/src/version.ts +++ b/tfjs/src/version.ts @@ -1,5 +1,5 @@ /** @license See the LICENSE file. */ // This code is auto-generated, do not modify this file! -const version = '0.0.0'; +const version = '3.12.0'; export {version};