Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taybenlor committed Aug 25, 2023
1 parent b5d1890 commit af74a60
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.5.1"
"version": "0.5.2"
}
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.5.1",
"version": "0.5.2",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -33,8 +33,8 @@
"vite": "^4.4.9"
},
"dependencies": {
"@runno/host": "^0.5.1",
"@runno/runtime": "^0.5.1",
"@runno/host": "^0.5.2",
"@runno/runtime": "^0.5.2",
"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.5.1",
"version": "0.5.2",
"author": "Ben Taylor <[email protected]>",
"description": "DEPRECATED iframe host for @runno",
"website": "https://runno.dev",
Expand Down
6 changes: 3 additions & 3 deletions packages/runtime/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.5.1",
"version": "0.5.2",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -62,8 +62,8 @@
"@codemirror/rectangular-selection": "^0.19.2",
"@codemirror/view": "^0.19.31",
"@obsidize/tar-browserify": "^3.0.0",
"@runno/host": "^0.5.1",
"@runno/wasi": "^0.5.1",
"@runno/host": "^0.5.2",
"@runno/wasi": "^0.5.2",
"lit": "^2.7.6",
"pako": "^1.0.11",
"runno-codemirror-lang-ruby": "^0.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/wasi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runno/wasi",
"version": "0.5.1",
"version": "0.5.2",
"author": "Ben Taylor <[email protected]>",
"description": "Browser-only WASI implementation",
"website": "https://runno.dev",
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"typescript": "^5.1.6",
"typedoc": "^0.24.8",
"typescript": "^5.1.6",
"vite": "^4.4.9"
}
}
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.5.1",
"version": "0.5.2",
"author": "Ben Taylor <[email protected]>",
"license": "MIT",
"repository": {
Expand All @@ -22,9 +22,9 @@
"serve": "vite preview"
},
"devDependencies": {
"@runno/host": "^0.5.1",
"@runno/runtime": "^0.5.1",
"@runno/wasi": "^0.5.1",
"@runno/host": "^0.5.2",
"@runno/runtime": "^0.5.2",
"@runno/wasi": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@types/marked": "^4.0.7",
"autoprefixer": "^10.4.0",
Expand Down

0 comments on commit af74a60

Please sign in to comment.