Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Feb 17, 2025
1 parent 030b864 commit 743edc5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.0"
"version": "0.1.1"
}
6 changes: 3 additions & 3 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/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,7 +14,7 @@
"@mysten/dapp-kit": "^0.14.47",
"@mysten/sui": "^1.20.0",
"@tanstack/react-query": "^5.64.2",
"@zktx.io/walrus-wallet": "^0.1.0",
"@zktx.io/walrus-wallet": "^0.1.1",
"notistack": "^3.0.2",
"query-string": "^9.1.1",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/walrus-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"wallet standard",
"customizable"
],
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 743edc5

Please sign in to comment.