Skip to content

Commit

Permalink
Release version 1.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Nov 4, 2023
1 parent d1122d6 commit f507a97
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 10 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# CHANGELOG

## 1.1.20
Build date: Oct 26, 2023.
- Features & Update:
- Update online token list in fiat-onramp feature (#2031)
- Sorting the token list to buy (#2025)
- Add “Token Name” to the token screens (#1946)
- Hide the AutoSelect validator/collator/dApp button if this method is not supported (#2020)
- Update chain list (#2105)
- Update RPC for some chains
- Update USDC token and add USDC.e token on Arbitrum One
- Add support XCM transfer DOT tokens:
- Polkadot —> Parallel
- Polkadot —> Interlay
- Polkadot —> Bifrost Polkadot

Bugs fixed:
- Fixed UI bug when scrolling on the Token detail screen (#2104)
- Fixed bug XCM transfer USDT (Parallel —> Statemint) (#2091)
- Fixed bug decoding dApp staking when unstake (#2129)
- Fixed bug in case save file when create new account, export account (#2100)

## 1.1.19
Build date: Oct 26, 2023.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@subwallet/chain-list": "0.2.20",
"@subwallet/chain-list": "0.2.21",
"@subwallet/keyring": "^0.1.1",
"@subwallet/ui-keyring": "^0.1.1",
"babel-core": "^7.0.0-bridge.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@reduxjs/toolkit": "^1.9.1",
"@sora-substrate/type-definitions": "^1.17.7",
"@substrate/connect": "^0.7.26",
"@subwallet/chain-list": "0.2.20",
"@subwallet/chain-list": "0.2.21",
"@subwallet/extension-base": "^1.1.20-3",
"@subwallet/extension-chains": "^1.1.20-3",
"@subwallet/extension-dapp": "^1.1.20-3",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-koni-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@polkadot/util-crypto": "^12.3.2",
"@ramonak/react-progress-bar": "^5.0.3",
"@reduxjs/toolkit": "^1.9.1",
"@subwallet/chain-list": "0.2.20",
"@subwallet/chain-list": "0.2.21",
"@subwallet/extension-base": "^1.1.20-3",
"@subwallet/extension-chains": "^1.1.20-3",
"@subwallet/extension-dapp": "^1.1.20-3",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-koni/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "1.1.20-3",
"version": "1.1.20",
"dependencies": {
"@babel/runtime": "^7.20.6",
"@subwallet/extension-base": "^1.1.20-3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5854,14 +5854,14 @@ __metadata:
languageName: node
linkType: hard

"@subwallet/chain-list@npm:0.2.20":
version: 0.2.20
resolution: "@subwallet/chain-list@npm:0.2.20"
"@subwallet/chain-list@npm:0.2.21":
version: 0.2.21
resolution: "@subwallet/chain-list@npm:0.2.21"
dependencies:
"@polkadot/dev": 0.67.167
"@polkadot/util": ^12.5.1
eventemitter3: ^5.0.1
checksum: fbdeef86e8676c06c0c4431a4e86bfe03967175f774274c9be421a7002867e29c1a794fa8935c570b4cc944c88e1d4ab74c125d2faf23b6166bd5d5bca23fda7
checksum: 5fd9d11b47bba170401970219b29d8d9a3e98c2f56ba710ca5c539d21f83d226aaede9ff4180329649f3007fb7d1bbb093a44846fa4e7b680f505a79c49e51e1
languageName: node
linkType: hard

Expand Down Expand Up @@ -5896,7 +5896,7 @@ __metadata:
"@reduxjs/toolkit": ^1.9.1
"@sora-substrate/type-definitions": ^1.17.7
"@substrate/connect": ^0.7.26
"@subwallet/chain-list": 0.2.20
"@subwallet/chain-list": 0.2.21
"@subwallet/extension-base": ^1.1.20-3
"@subwallet/extension-chains": ^1.1.20-3
"@subwallet/extension-dapp": ^1.1.20-3
Expand Down Expand Up @@ -6026,7 +6026,7 @@ __metadata:
"@polkadot/util-crypto": ^12.3.2
"@ramonak/react-progress-bar": ^5.0.3
"@reduxjs/toolkit": ^1.9.1
"@subwallet/chain-list": 0.2.20
"@subwallet/chain-list": 0.2.21
"@subwallet/extension-base": ^1.1.20-3
"@subwallet/extension-chains": ^1.1.20-3
"@subwallet/extension-dapp": ^1.1.20-3
Expand Down

1 comment on commit f507a97

@saltict
Copy link
Author

@saltict saltict commented on f507a97 Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.