Skip to content

Commit abaf6b9

Browse files
committed
v0.1.7
1 parent 994f810 commit abaf6b9

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
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.6",
2+
"version": "0.1.7",
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.6",
3+
"version": "0.1.7",
44
"main": "dist/index.js",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/deployments/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/deployments",
3-
"version": "0.0.1",
3+
"version": "0.1.7",
44
"license": "MIT",
55
"files": [
66
"/dist"

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.6",
3+
"version": "0.1.7",
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.6",
26+
"@cloud-annotations/core": "^0.1.7",
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.6",
3+
"version": "0.1.7",
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.6",
48+
"@cloud-annotations/core": "^0.1.7",
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.6",
3+
"version": "0.1.7",
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.6",
26+
"@cloud-annotations/core": "^0.1.7",
2727
"@tensorflow/tfjs-node": "1.4.0"
2828
},
2929
"scripts": {

0 commit comments

Comments
 (0)