Skip to content

Commit

Permalink
mark 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder committed Oct 31, 2023
1 parent 5d30d15 commit 0db80bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.7.5-post",
"version": "0.8.0",
"workspaces": [
"slug",
"xterm.js"
Expand Down
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.7.5-post",
"version": "0.8.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.7.5-post",
"version": "0.8.0",
"description": "SDK for snail",
"main": "index.js",
"author": "Joel Einbinder",
Expand Down

0 comments on commit 0db80bb

Please sign in to comment.