Skip to content

Commit 5705603

Browse files
authored
bump: v2.1.5 (#959)
1 parent c1acf7d commit 5705603

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pipcook/cli",
3-
"version": "2.1.4",
4-
"description": "",
3+
"version": "2.1.5",
4+
"description": "pipcook cli",
55
"main": "dist/bin/pipcook.js",
66
"scripts": {
77
"preinstall": "(mkdir -p dist/bin && touch dist/bin/pipcook.js) || ((mkdir dist\\bin || echo 'exists') && echo '' > dist\\bin\\pipcook.js)",

Diff for: packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipcook/core",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"main": "dist/index",
55
"types": "dist/index",
66
"files": [

Diff for: packages/costa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipcook/costa",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "The Pipcook Script Runner",
55
"main": "dist/index",
66
"types": "dist/index",

0 commit comments

Comments
 (0)