Skip to content

Commit 1ed233d

Browse files
committed
bump polkadot-js/api 5.7.1
1 parent 4e5fff8 commit 1ed233d

File tree

6 files changed

+190
-77
lines changed

6 files changed

+190
-77
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.3.1] - 20210830
2+
3+
* bump polkadot-js/api v5.7.1
4+
15
## [0.3.0] - 20210826
26

37
* bump polkadot-js/api v5.6.1

js_api/dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js_api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polkawallet/js-api",
3-
"version": "0.2.9",
3+
"version": "0.3.1",
44
"main": "index.js",
55
"license": "Apache-2.0",
66
"keywords": [
@@ -24,10 +24,10 @@
2424
"build-dev": "webpack --mode development"
2525
},
2626
"resolutions": {
27-
"@polkadot/api": "^5.6.1"
27+
"@polkadot/api": "^5.7.1"
2828
},
2929
"dependencies": {
30-
"@polkadot/api": "^5.6.1",
30+
"@polkadot/api": "^5.7.1",
3131
"@polkadot/extension-dapp": "^0.39.3",
3232
"@polkadot/ui-shared": "0.85.1",
3333
"@walletconnect/client": "2.0.0-alpha.26",

js_api/src/constants/networkMetadata.ts

Lines changed: 4 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)