Skip to content

Commit e7c4781

Browse files
authored
Merge pull request #12 from reown-com/chore/1.2.1
chore: 1.2.1 release
2 parents 2d60bb6 + c4ba797 commit e7c4781

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed

Diff for: package-lock.json

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: packages/walletkit/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@reown/walletkit",
33
"description": "WalletKit for WalletConnect Protocol",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"private": false,
66
"author": "Reown, Inc.",
77
"homepage": "https://github.com/reown-com/",
@@ -31,13 +31,13 @@
3131
"prettier": "prettier --check '{src,test}/**/*.{js,ts,jsx,tsx}'"
3232
},
3333
"dependencies": {
34-
"@walletconnect/core": "2.18.0",
34+
"@walletconnect/core": "2.18.1",
3535
"@walletconnect/jsonrpc-provider": "1.0.14",
3636
"@walletconnect/jsonrpc-utils": "1.0.8",
3737
"@walletconnect/logger": "2.1.2",
38-
"@walletconnect/sign-client": "2.18.0",
39-
"@walletconnect/types": "2.18.0",
40-
"@walletconnect/utils": "2.18.0"
38+
"@walletconnect/sign-client": "2.18.1",
39+
"@walletconnect/types": "2.18.1",
40+
"@walletconnect/utils": "2.18.1"
4141
},
4242
"devDependencies": {
4343
"@ethersproject/wallet": "5.7.0"

Diff for: packages/walletkit/test/sign.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,7 @@ describe("Sign Integration", () => {
10481048
name: "wallet",
10491049
metadata: TEST_METADATA,
10501050
});
1051+
await new Promise((resolve) => setTimeout(resolve, 500));
10511052
expect(initCalled).to.be.true;
10521053
process.env.IS_VITEST = true as any;
10531054
});

0 commit comments

Comments
 (0)