Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
murongg committed Feb 29, 2024
1 parent 424370d commit 5559970
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ora-io/monorepo",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"packageManager": "[email protected]",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/cle-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ora-io/cle-cli",
"version": "0.1.0",
"version": "0.1.1",
"packageManager": "[email protected]",
"description": "",
"homepage": "https://github.com/ora-io/cle-cli#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-cle",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"packageManager": "[email protected]",
"description": "",
"homepage": "https://github.com/ora-io/cle-cli#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cle/templates/template-event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@ora-io/cle-lib": "^0.1.0"
},
"devDependencies": {
"@ora-io/cle-cli": "0.1.0",
"@ora-io/cle-cli": "0.1.1",
"assemblyscript": "^0.27.0"
}
}
2 changes: 1 addition & 1 deletion packages/create-cle/templates/template-hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@ora-io/cle-lib": "^0.1.0"
},
"devDependencies": {
"@ora-io/cle-cli": "0.1.0",
"@ora-io/cle-cli": "0.1.1",
"assemblyscript": "^0.27.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@ora-io/cle-lib": "^0.1.0"
},
"devDependencies": {
"@ora-io/cle-cli": "0.1.0",
"@ora-io/cle-cli": "0.1.1",
"assemblyscript": "^0.27.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@ora-io/cle-lib": "^0.1.0"
},
"devDependencies": {
"@ora-io/cle-cli": "0.1.0",
"@ora-io/cle-cli": "0.1.1",
"assemblyscript": "^0.27.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@ora-io/cle-lib": "^0.1.0"
},
"devDependencies": {
"@ora-io/cle-cli": "0.1.0",
"@ora-io/cle-cli": "0.1.1",
"assemblyscript": "^0.27.0"
}
}

0 comments on commit 5559970

Please sign in to comment.