Skip to content

Commit

Permalink
mark v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder committed Mar 11, 2024
1 parent d5f123c commit 8a46c0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"release": "npm run check && node utils/publish-sdk.js && node utils/bundle-and-upload-slugs.js && node utils/package-and-upload.js",
"check": "npm run type && npm run build && npm run test && playwright test --forbid-only --workers 1"
},
"version": "0.8.0-post",
"version": "0.9.0",
"workspaces": [
"slug",
"xterm.js"
Expand Down Expand Up @@ -46,4 +46,4 @@
"dependencies": {
"sqlite3": "^5.0.8"
}
}
}
2 changes: 1 addition & 1 deletion slug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slug",
"version": "0.8.0-post",
"version": "0.9.0",
"workspaces": [
"thumbnail_generator",
"sdk"
Expand Down
2 changes: 1 addition & 1 deletion slug/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snail-sdk",
"version": "0.8.0-post",
"version": "0.9.0",
"description": "SDK for snail",
"main": "index.js",
"author": "Joel Einbinder",
Expand Down

0 comments on commit 8a46c0f

Please sign in to comment.