Skip to content

Commit

Permalink
mark v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder committed Apr 30, 2024
1 parent dd41ffa commit e04e4fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"type": "tsc --build src/tsconfig.json && tsc -p slug/shell/tsconfig.json && tsc -p slug/debugger/tsconfig.json && tsc -p slug/editor/tsconfig.json",
"build": "node utils/esbuild.js",
"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"
"check": "npm run type && npm run build && playwright test --forbid-only --workers 1"
},
"version": "0.9.0",
"version": "0.10.0",
"workspaces": [
"slug",
"xterm.js"
Expand All @@ -34,4 +34,4 @@
"electron": "^29.3.1",
"sqlite3": "^5.1.7"
}
}
}
2 changes: 1 addition & 1 deletion slug/editor/js/highlighter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class Highlighter extends Emitter<{
['variable', '#afd7ff'],
['property', '#afd7ff'],
['def', '#afd7ff'],
['sh', colors.foreground],
['sh', colors.foreground || '#f4f4f4'],
['sh-replacement', '#E5E500'],
['sh-template', '#00A6B2'],
['sh-string', '#999900'],
Expand Down
4 changes: 2 additions & 2 deletions slug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snail-slug",
"version": "0.9.0",
"version": "0.10.0",
"workspaces": [
"thumbnail_generator",
"sdk"
Expand All @@ -17,4 +17,4 @@
"sqlite3": "^5.1.7",
"userid": "^1.2.5"
}
}
}
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.9.0",
"version": "0.10.0",
"description": "SDK for snail",
"main": "index.js",
"author": "Joel Einbinder",
Expand Down

0 comments on commit e04e4fa

Please sign in to comment.