Skip to content

Commit

Permalink
bump polkadot-js/api 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Aug 30, 2021
1 parent 4e5fff8 commit 1ed233d
Show file tree
Hide file tree
Showing 6 changed files with 190 additions and 77 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.1] - 20210830

* bump polkadot-js/api v5.7.1

## [0.3.0] - 20210826

* bump polkadot-js/api v5.6.1
Expand Down
2 changes: 1 addition & 1 deletion js_api/dist/main.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions js_api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkawallet/js-api",
"version": "0.2.9",
"version": "0.3.1",
"main": "index.js",
"license": "Apache-2.0",
"keywords": [
Expand All @@ -24,10 +24,10 @@
"build-dev": "webpack --mode development"
},
"resolutions": {
"@polkadot/api": "^5.6.1"
"@polkadot/api": "^5.7.1"
},
"dependencies": {
"@polkadot/api": "^5.6.1",
"@polkadot/api": "^5.7.1",
"@polkadot/extension-dapp": "^0.39.3",
"@polkadot/ui-shared": "0.85.1",
"@walletconnect/client": "2.0.0-alpha.26",
Expand Down
6 changes: 4 additions & 2 deletions js_api/src/constants/networkMetadata.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 1ed233d

Please sign in to comment.