Skip to content

Commit

Permalink
v0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Mar 2, 2025
1 parent d395416 commit 7c551c9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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.9"
"version": "0.1.10"
}
10 changes: 5 additions & 5 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/clip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clip",
"private": true,
"version": "0.1.9",
"version": "0.1.10",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,7 +14,7 @@
"@mysten/dapp-kit": "^0.14.50",
"@mysten/sui": "^1.21.2",
"@tanstack/react-query": "^5.64.2",
"@zktx.io/walrus-wallet": "^0.1.9",
"@zktx.io/walrus-wallet": "^0.1.10",
"notistack": "^3.0.2",
"query-string": "^9.1.1",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo",
"private": true,
"version": "0.1.9",
"version": "0.1.10",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -14,7 +14,7 @@
"@mysten/dapp-kit": "^0.14.50",
"@mysten/sui": "^1.21.2",
"@tanstack/react-query": "^5.64.2",
"@zktx.io/walrus-wallet": "^0.1.9",
"@zktx.io/walrus-wallet": "^0.1.10",
"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.9",
"version": "0.1.10",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 7c551c9

Please sign in to comment.