Skip to content

Commit

Permalink
Release v0.0.1 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikrooz authored Oct 15, 2024
1 parent 59b70a9 commit d829250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"!{projectRoot}/.eslintrc.json",
"!{projectRoot}/eslint.config.js"
],
"sharedGlobals": ["{projectRoot}/package.json"]
"sharedGlobals": [{ "runtime": "pnpm pkg get version" }]
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restate/web-ui",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"scripts": {},
"private": true,
Expand Down

0 comments on commit d829250

Please sign in to comment.