Skip to content

Commit 7cfc460

Browse files
committed
v0.1.8
1 parent 12a9e8b commit 7cfc460

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.7",
2+
"version": "0.1.8",
33
"npmClient": "yarn",
44
"packages": [
55
"packages/*"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloud-annotations/core",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"main": "dist/index.js",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/gpu/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloud-annotations/models-node-gpu",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"license": "MIT",
55
"devDependencies": {
66
"@rollup/plugin-commonjs": "^13.0.0",
@@ -23,7 +23,7 @@
2323
"module": "dist/index.esm.js",
2424
"types": "dist/index.d.ts",
2525
"dependencies": {
26-
"@cloud-annotations/core": "^0.1.7",
26+
"@cloud-annotations/core": "^0.1.8",
2727
"@tensorflow/tfjs-node-gpu": "1.4.0"
2828
},
2929
"scripts": {

packages/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloud-annotations/models",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Cloud Annotations models for TensorFlow.js",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
@@ -45,7 +45,7 @@
4545
"typescript": "^3.9.6"
4646
},
4747
"dependencies": {
48-
"@cloud-annotations/core": "^0.1.7",
48+
"@cloud-annotations/core": "^0.1.8",
4949
"@tensorflow/tfjs": "1.4.0"
5050
},
5151
"scripts": {

packages/node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloud-annotations/models-node",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"license": "MIT",
55
"devDependencies": {
66
"@rollup/plugin-commonjs": "^13.0.0",
@@ -23,7 +23,7 @@
2323
"module": "dist/index.esm.js",
2424
"types": "dist/index.d.ts",
2525
"dependencies": {
26-
"@cloud-annotations/core": "^0.1.7",
26+
"@cloud-annotations/core": "^0.1.8",
2727
"@tensorflow/tfjs-node": "1.4.0"
2828
},
2929
"scripts": {

0 commit comments

Comments
 (0)