Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Jan 29, 2025
1 parent f59bade commit 9746336
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.0.6"
"version": "0.0.7"
}
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.0.6",
"version": "0.0.7",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -13,7 +13,7 @@
"@mysten/dapp-kit": "^0.14.47",
"@mysten/sui": "^1.20.0",
"@tanstack/react-query": "^5.64.2",
"@zktx.io/kinoko-wallet": "^0.0.6",
"@zktx.io/kinoko-wallet": "^0.0.7",
"notistack": "^3.0.2",
"query-string": "^9.1.1",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/kinoko-wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"wallet",
"wallet standard"
],
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 9746336

Please sign in to comment.