Skip to content

Commit 202703c

Browse files
Version Packages (#297)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1575dac commit 202703c

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

.changeset/poor-crabs-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sei-global-wallet/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sei-js/global-wallet
22

3+
## 1.3.5
4+
5+
### Patch Changes
6+
7+
- 1575dac: Update global wallet icon
8+
39
## 1.3.4
410

511
### Patch Changes

packages/sei-global-wallet/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sei-js/sei-global-wallet",
33
"description": "Sei Global Wallet is a library to support Dynamic Global Wallets",
4-
"version": "1.3.4",
4+
"version": "1.3.5",
55
"type": "module",
66
"main": "dist/cjs/index.js",
77
"module": "dist/esm/index.js",
@@ -53,8 +53,12 @@
5353
},
5454
"typesVersions": {
5555
"*": {
56-
"eip6963": ["./dist/types/eip6963.d.ts"],
57-
"solana-standard": ["./dist/types/solana-standard.d.ts"]
56+
"eip6963": [
57+
"./dist/types/eip6963.d.ts"
58+
],
59+
"solana-standard": [
60+
"./dist/types/solana-standard.d.ts"
61+
]
5862
}
5963
},
6064
"exports": {

0 commit comments

Comments
 (0)