diff --git a/package-lock.json b/package-lock.json index 3b9d21e63..91b36601f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21486,4 +21486,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/packages/cli/package.json b/packages/cli/package.json index 280e01de2..f044b155c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@pipcook/cli", - "version": "2.1.4", - "description": "", + "version": "2.1.5", + "description": "pipcook cli", "main": "dist/bin/pipcook.js", "scripts": { "preinstall": "(mkdir -p dist/bin && touch dist/bin/pipcook.js) || ((mkdir dist\\bin || echo 'exists') && echo '' > dist\\bin\\pipcook.js)", diff --git a/packages/core/package.json b/packages/core/package.json index a289bf67f..ce1370eba 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@pipcook/core", - "version": "2.1.4", + "version": "2.1.5", "main": "dist/index", "types": "dist/index", "files": [ diff --git a/packages/costa/package.json b/packages/costa/package.json index 3a2f83265..ee63f2909 100644 --- a/packages/costa/package.json +++ b/packages/costa/package.json @@ -1,6 +1,6 @@ { "name": "@pipcook/costa", - "version": "2.1.4", + "version": "2.1.5", "description": "The Pipcook Script Runner", "main": "dist/index", "types": "dist/index",