Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangNguyen17193 committed Sep 29, 2024
1 parent 0d2e5c8 commit 41329c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sky-mavis/tanto-connect",
"version": "0.0.1",
"version": "0.0.2",
"description": "Tanto Connect",
"main": "dist/cjs/index.js",
"module": "dist/mjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sky-mavis/tanto-wagmi",
"type": "module",
"version": "0.0.1-alpha.0",
"version": "0.0.1",
"description": "Tanto Wagmi",
"main": "dist/cjs/index.js",
"types": "./dist/types/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
"author": "SkyMavis",
"license": "MIT",
"dependencies": {
"@sky-mavis/tanto-connect": "0.0.1-alpha.0",
"@sky-mavis/tanto-connect": "0.0.2",
"@wagmi/core": "2.13.6",
"eslint": "8.30.0",
"jest": "29.7.0",
Expand Down

0 comments on commit 41329c3

Please sign in to comment.