Skip to content

Commit 099196f

Browse files
Update monorepo to 3.8.0. (#5331)
1 parent 9610a1a commit 099196f

File tree

20 files changed

+49
-49
lines changed

20 files changed

+49
-49
lines changed

tfjs-backend-cpu/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-backend-cpu",
3-
"version": "0.0.0",
3+
"version": "3.8.0",
44
"description": "Vanilla JavaScript backend for TensorFlow.js",
55
"private": false,
66
"main": "dist/tf-backend-cpu.node.js",
@@ -22,7 +22,7 @@
2222
"@rollup/plugin-commonjs": "^11.0.2",
2323
"@rollup/plugin-node-resolve": "^7.1.1",
2424
"@rollup/plugin-typescript": "^3.0.0",
25-
"@tensorflow/tfjs-core": "link:../tfjs-core",
25+
"@tensorflow/tfjs-core": "3.8.0",
2626
"@types/jasmine": "~3.0.0",
2727
"clang-format": "~1.2.4",
2828
"jasmine": "~3.1.0",
@@ -68,7 +68,7 @@
6868
"seedrandom": "2.4.3"
6969
},
7070
"peerDependencies": {
71-
"@tensorflow/tfjs-core": "link:../tfjs-core"
71+
"@tensorflow/tfjs-core": "3.8.0"
7272
},
7373
"browser": {
7474
"util": false,

tfjs-backend-cpu/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.0.0';
4+
const version = '3.8.0';
55
export {version};

tfjs-backend-wasm/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-backend-wasm",
3-
"version": "0.0.0",
3+
"version": "3.8.0",
44
"main": "dist/tf-backend-wasm.node.js",
55
"types": "dist/index.d.ts",
66
"jsnext:main": "dist/index.js",
@@ -43,10 +43,10 @@
4343
"perf_hooks": false
4444
},
4545
"peerDependencies": {
46-
"@tensorflow/tfjs-core": "link:../tfjs-core"
46+
"@tensorflow/tfjs-core": "3.8.0"
4747
},
4848
"dependencies": {
49-
"@tensorflow/tfjs-backend-cpu": "link:../tfjs-backend-cpu",
49+
"@tensorflow/tfjs-backend-cpu": "3.8.0",
5050
"@types/emscripten": "~0.0.34"
5151
},
5252
"devDependencies": {
@@ -56,7 +56,7 @@
5656
"@rollup/plugin-commonjs": "^11.0.2",
5757
"@rollup/plugin-node-resolve": "^7.1.1",
5858
"@rollup/plugin-typescript": "^3.0.0",
59-
"@tensorflow/tfjs-core": "link:../tfjs-core",
59+
"@tensorflow/tfjs-core": "3.8.0",
6060
"@types/jasmine": "~2.8.6",
6161
"clang-format": "~1.2.4",
6262
"jasmine": "~3.1.0",

tfjs-backend-wasm/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.0.0';
4+
const version = '3.8.0';
55
export {version};

tfjs-backend-webgl/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-backend-webgl",
3-
"version": "0.0.0",
3+
"version": "3.8.0",
44
"description": "GPU accelerated WebGL backend for TensorFlow.js",
55
"private": false,
66
"main": "dist/tf-backend-webgl.node.js",
@@ -23,7 +23,7 @@
2323
"@rollup/plugin-commonjs": "^11.0.2",
2424
"@rollup/plugin-node-resolve": "^7.1.1",
2525
"@rollup/plugin-typescript": "^3.0.0",
26-
"@tensorflow/tfjs-core": "link:../tfjs-core",
26+
"@tensorflow/tfjs-core": "3.8.0",
2727
"@types/jasmine": "~3.0.0",
2828
"clang-format": "~1.2.4",
2929
"jasmine": "~3.1.0",
@@ -69,15 +69,15 @@
6969
"test-ci": "./scripts/test-ci.sh"
7070
},
7171
"dependencies": {
72-
"@tensorflow/tfjs-backend-cpu": "link:../tfjs-backend-cpu",
72+
"@tensorflow/tfjs-backend-cpu": "3.8.0",
7373
"@types/offscreencanvas": "~2019.3.0",
7474
"@types/seedrandom": "2.4.27",
7575
"@types/webgl-ext": "0.0.30",
7676
"@types/webgl2": "0.0.5",
7777
"seedrandom": "2.4.3"
7878
},
7979
"peerDependencies": {
80-
"@tensorflow/tfjs-core": "link:../tfjs-core"
80+
"@tensorflow/tfjs-core": "3.8.0"
8181
},
8282
"browser": {
8383
"util": false,

tfjs-backend-webgl/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.0.0';
4+
const version = '3.8.0';
55
export {version};

tfjs-converter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-converter",
3-
"version": "0.0.0",
3+
"version": "3.8.0",
44
"description": "Tensorflow model converter for javascript",
55
"main": "dist/tf-converter.node.js",
66
"jsnext:main": "dist/index.js",
@@ -15,15 +15,15 @@
1515
},
1616
"license": "Apache-2.0",
1717
"peerDependencies": {
18-
"@tensorflow/tfjs-core": "link:../tfjs-core"
18+
"@tensorflow/tfjs-core": "3.8.0"
1919
},
2020
"devDependencies": {
2121
"@rollup/plugin-commonjs": "^11.0.2",
2222
"@rollup/plugin-node-resolve": "^7.1.1",
2323
"@rollup/plugin-replace": "^2.3.3",
2424
"@rollup/plugin-typescript": "^3.0.0",
25-
"@tensorflow/tfjs-backend-cpu": "link:../tfjs-backend-cpu",
26-
"@tensorflow/tfjs-core": "link:../tfjs-core",
25+
"@tensorflow/tfjs-backend-cpu": "3.8.0",
26+
"@tensorflow/tfjs-core": "3.8.0",
2727
"@types/argparse": "^1.0.38",
2828
"@types/deep-equal": "^1.0.1",
2929
"@types/jasmine": "~2.8.6",
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 = '1.7.0'
4+
version = '3.8.0'

tfjs-converter/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.0.0';
4+
const version = '3.8.0';
55
export {version};

tfjs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorflow/tfjs-core",
3-
"version": "0.0.0",
3+
"version": "3.8.0",
44
"description": "Hardware-accelerated JavaScript library for machine intelligence",
55
"private": false,
66
"main": "dist/tf-core.node.js",

0 commit comments

Comments
 (0)