Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taybenlor committed Jan 22, 2024
1 parent 6a001c7 commit dd5e0f5
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 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.6.2"
"version": "0.7.0"
}
24 changes: 12 additions & 12 deletions package-lock.json

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

4 changes: 2 additions & 2 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.6.2",
"version": "0.7.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -33,7 +33,7 @@
"vite": "^4.4.9"
},
"dependencies": {
"@runno/runtime": "^0.6.2",
"@runno/runtime": "^0.7.0",
"normalize.css": "^8.0.1",
"post-me": "^0.4.5",
"url-safe-base64": "^1.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "git",
"url": "git://github.com/taybenlor/runno.git"
},
"version": "0.6.2",
"version": "0.7.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -73,7 +73,7 @@
"@codemirror/rectangular-selection": "^0.19.2",
"@codemirror/view": "^0.19.31",
"@obsidize/tar-browserify": "^3.0.0",
"@runno/wasi": "^0.6.1",
"@runno/wasi": "^0.7.0",
"lit": "^2.7.6",
"pako": "^1.0.11",
"runno-codemirror-lang-ruby": "^0.0.2",
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.6.1",
"version": "0.7.0",
"author": "Ben Taylor <[email protected]>",
"description": "Browser-only WASI implementation",
"website": "https://runno.dev",
Expand Down
6 changes: 3 additions & 3 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.6.2",
"version": "0.7.0",
"author": "Ben Taylor <[email protected]>",
"license": "MIT",
"repository": {
Expand All @@ -22,8 +22,8 @@
"serve": "vite preview"
},
"devDependencies": {
"@runno/runtime": "^0.6.2",
"@runno/wasi": "^0.6.1",
"@runno/runtime": "^0.7.0",
"@runno/wasi": "^0.7.0",
"@tailwindcss/typography": "^0.5.4",
"@types/marked": "^4.0.7",
"autoprefixer": "^10.4.0",
Expand Down

0 comments on commit dd5e0f5

Please sign in to comment.