Skip to content

Commit 1bdef35

Browse files
Version Packages (#304)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b57f701 commit 1bdef35

3 files changed

Lines changed: 16 additions & 9 deletions

File tree

.changeset/dull-sites-speak.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.4.0
4+
5+
### Minor Changes
6+
7+
- b57f701: Bump global wallet and sync with upstream
8+
39
## 1.3.5
410

511
### Patch Changes

packages/sei-global-wallet/package.json

Lines changed: 10 additions & 4 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.5",
4+
"version": "1.4.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/sei-protocol/sei-js.git",
@@ -66,9 +66,15 @@
6666
},
6767
"typesVersions": {
6868
"*": {
69-
"eip6963": ["./dist/types/eip6963.d.ts"],
70-
"ethereum": ["./dist/types/ethereum.d.ts"],
71-
"solana": ["./dist/types/solana.d.ts"]
69+
"eip6963": [
70+
"./dist/types/eip6963.d.ts"
71+
],
72+
"ethereum": [
73+
"./dist/types/ethereum.d.ts"
74+
],
75+
"solana": [
76+
"./dist/types/solana.d.ts"
77+
]
7278
}
7379
},
7480
"exports": {

0 commit comments

Comments
 (0)