Skip to content

Commit

Permalink
mark v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder committed Jun 20, 2024
1 parent f2bb058 commit ddd617c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

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.1-post",
"version": "0.11.2",
"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.1-post",
"version": "0.11.2",
"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.1-post",
"version": "0.11.2",
"description": "SDK for snail",
"main": "index.js",
"author": "Joel Einbinder",
Expand Down

0 comments on commit ddd617c

Please sign in to comment.