Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taybenlor committed Dec 3, 2023
1 parent 46c3607 commit 473c544
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.1"
"version": "0.6.2"
}
14 changes: 7 additions & 7 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.1",
"version": "0.6.2",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -33,7 +33,7 @@
"vite": "^4.4.9"
},
"dependencies": {
"@runno/runtime": "^0.6.1",
"@runno/runtime": "^0.6.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/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.1",
"version": "0.6.2",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "0.6.2",
"author": "Ben Taylor <[email protected]>",
"license": "MIT",
"repository": {
Expand All @@ -22,7 +22,7 @@
"serve": "vite preview"
},
"devDependencies": {
"@runno/runtime": "^0.6.1",
"@runno/runtime": "^0.6.2",
"@runno/wasi": "^0.6.1",
"@tailwindcss/typography": "^0.5.4",
"@types/marked": "^4.0.7",
Expand Down

0 comments on commit 473c544

Please sign in to comment.