Skip to content

Commit e9e35a1

Browse files
committed
bump polkadot-js/api v4.16.2
1 parent 97d4d08 commit e9e35a1

File tree

7 files changed

+204
-278
lines changed

7 files changed

+204
-278
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## [0.2.3] - 20210621
1+
## [0.2.3] - 20210628
22

33
* add crowdLoan api
4+
* fix balance update delay while change to new account
5+
* bump polkadot-js/api v4.16.2
46

57
## [0.2.2] - 20210621
68

js_api/dist/main.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js_api/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"build-dev": "webpack -d --mode development"
2525
},
2626
"resolutions": {
27-
"@polkadot/api": "^4.15.1"
27+
"@polkadot/api": "^4.16.2"
2828
},
2929
"dependencies": {
30-
"@polkadot/api": "^4.15.1",
31-
"@polkadot/ui-shared": "0.78.1",
32-
"@polkadot/extension-dapp": "^0.38.4-18",
30+
"@polkadot/api": "^4.16.2",
31+
"@polkadot/ui-shared": "0.82.1",
32+
"@polkadot/extension-dapp": "^0.38.7",
3333
"@walletconnect/client": "2.0.0-alpha.26",
3434
"bn.js": "^5.1.2",
3535
"oo7-substrate": "^0.8.0",

js_api/src/constants/networkMetadata.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)