@pushchain/ui-kit 2.0.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ @pushchain/ui-kit@2.0.2 (2025-09-19)
2
+
3
+ - feat: update core sdk to 2.0.2
4
+
5
+ ---
6
+
1
7
  @pushchain/ui-kit@2.0.0 (2025-09-18)
2
8
 
3
9
  - feat: upgrade core sdk and fix big int check in send txn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushchain/ui-kit",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "homepage": "https://push.org",
5
5
  "keywords": [
6
6
  "pushchain",
@@ -19,7 +19,7 @@
19
19
  "dependencies": {
20
20
  "@coral-xyz/anchor": "^0.31.1",
21
21
  "@metamask/sdk": "^0.32.0",
22
- "@pushchain/core": "2.0.0",
22
+ "@pushchain/core": "2.0.2",
23
23
  "@solana/web3.js": "^1.98.2",
24
24
  "@walletconnect/ethereum-provider": "^2.21.5",
25
25
  "buffer": "^6.0.3",