Skip to content

Commit

Permalink
mark v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder committed May 28, 2024
1 parent 56d5c3a commit 0b2d076
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 && playwright test --forbid-only --workers 1"
},
"version": "0.11.0-post",
"version": "0.11.1",
"workspaces": [
"slug",
"slug/thumbnail_generator",
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": "snail-slug",
"version": "0.11.0-post",
"version": "0.11.1",
"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.11.0-post",
"version": "0.11.1",
"description": "SDK for snail",
"main": "index.js",
"author": "Joel Einbinder",
Expand Down

0 comments on commit 0b2d076

Please sign in to comment.