Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taybenlor committed Jun 13, 2023
1 parent 5b73394 commit 0c22e1a
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "0.4.3"
"version": "0.5.0"
}
38 changes: 19 additions & 19 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "git://github.com/taybenlor/runno.git"
},
"version": "0.4.3",
"version": "0.5.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -33,8 +33,8 @@
"vite": "^2.6.13"
},
"dependencies": {
"@runno/host": "^0.4.3",
"@runno/runtime": "^0.4.3",
"@runno/host": "^0.5.0",
"@runno/runtime": "^0.5.0",
"normalize.css": "^8.0.1",
"post-me": "^0.4.5",
"url-safe-base64": "^1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runno/host",
"version": "0.4.3",
"version": "0.5.0",
"author": "Ben Taylor <[email protected]>",
"description": "iframe host for @runno",
"website": "https://runno.dev",
Expand Down
8 changes: 4 additions & 4 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "git://github.com/taybenlor/runno.git"
},
"version": "0.4.3",
"version": "0.5.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -52,11 +52,11 @@
"@codemirror/highlight": "^0.19.5",
"@codemirror/lang-cpp": "^0.19.1",
"@codemirror/lang-javascript": "^0.19.1",
"@codemirror/lang-php": "0.19.1",
"@codemirror/lang-python": "^0.19.2",
"@codemirror/lang-sql": "^0.19.3",
"@codemirror/lang-php": "0.19.1",
"@runno/host": "^0.4.3",
"@runno/wasi": "^0.4.3",
"@runno/host": "^0.5.0",
"@runno/wasi": "^0.5.0",
"js-untar": "^2.0.0",
"lit": "^2.0.0",
"pako": "^1.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runno/wasi",
"version": "0.4.3",
"version": "0.5.0",
"author": "Ben Taylor <[email protected]>",
"description": "Browser-only WASI implementation",
"website": "https://runno.dev",
Expand Down
8 changes: 4 additions & 4 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": "true",
"name": "@runno/website",
"description": "Runtime for @runno",
"version": "0.4.3",
"version": "0.5.0",
"author": "Ben Taylor <[email protected]>",
"license": "MIT",
"repository": {
Expand All @@ -21,9 +21,9 @@
"serve": "vite preview"
},
"devDependencies": {
"@runno/host": "^0.4.3",
"@runno/runtime": "^0.4.3",
"@runno/wasi": "^0.4.3",
"@runno/host": "^0.5.0",
"@runno/runtime": "^0.5.0",
"@runno/wasi": "^0.5.0",
"@tailwindcss/typography": "^0.5.4",
"@types/marked": "^4.0.7",
"autoprefixer": "^10.4.0",
Expand Down

0 comments on commit 0c22e1a

Please sign in to comment.