Skip to content

Commit

Permalink
bump polkadot-js/api v4.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Jun 28, 2021
1 parent 97d4d08 commit e9e35a1
Show file tree
Hide file tree
Showing 7 changed files with 204 additions and 278 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## [0.2.3] - 20210621
## [0.2.3] - 20210628

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

## [0.2.2] - 20210621

Expand Down
12 changes: 6 additions & 6 deletions js_api/dist/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions js_api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"build-dev": "webpack -d --mode development"
},
"resolutions": {
"@polkadot/api": "^4.15.1"
"@polkadot/api": "^4.16.2"
},
"dependencies": {
"@polkadot/api": "^4.15.1",
"@polkadot/ui-shared": "0.78.1",
"@polkadot/extension-dapp": "^0.38.4-18",
"@polkadot/api": "^4.16.2",
"@polkadot/ui-shared": "0.82.1",
"@polkadot/extension-dapp": "^0.38.7",
"@walletconnect/client": "2.0.0-alpha.26",
"bn.js": "^5.1.2",
"oo7-substrate": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion js_api/src/constants/networkMetadata.ts

Large diffs are not rendered by default.

Loading

0 comments on commit e9e35a1

Please sign in to comment.