Skip to content

Commit

Permalink
bump: v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FeelyChau committed Mar 27, 2023
1 parent c1acf7d commit a5f1fa6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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)",
Expand Down
2 changes: 1 addition & 1 deletion 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": [
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit a5f1fa6

Please sign in to comment.