Skip to content

Commit

Permalink
mark v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder committed May 19, 2024
1 parent 15b530a commit af01841
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 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.10.0-post",
"version": "0.11.0",
"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.10.0-post",
"version": "0.11.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.10.0-post",
"version": "0.11.0",
"description": "SDK for snail",
"main": "index.js",
"author": "Joel Einbinder",
Expand Down
3 changes: 2 additions & 1 deletion utils/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ try {
treeShaking: true,
});
console.timeEnd('build');
} catch {
} catch(e) {
console.error(e);
process.exit(1);
}

0 comments on commit af01841

Please sign in to comment.