Skip to content

Commit

Permalink
0.43.3 (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jun 4, 2022
1 parent 80326b0 commit ceb7f85
Show file tree
Hide file tree
Showing 11 changed files with 389 additions and 380 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## 0.43.3 Jun 4, 2022

- **Important** Not published to the stores, aligns with latest released packages.

Contributed:

- Adjust nvm version (Thanks to https://github.com/pedroapfilho)
- Add filtered account subscriptions (Thanks to https://github.com/hamidra)

Changes:

- Gracefully handle promise rejections
- Upgrade to `@polkadot/api` 8.7.1
- Updated to `@polkadot/util` 9.4.1


## 0.43.2 May 15, 2022

- **Important** Not published to the stores, aligns with latest released packages.
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/polkadot-js/extension.git"
},
"sideEffects": false,
"version": "0.43.3-5",
"version": "0.43.3",
"workspaces": [
"packages/*"
],
Expand All @@ -35,18 +35,18 @@
"devDependencies": {
"@babel/core": "^7.18.2",
"@polkadot/dev": "^0.66.34",
"@types/jest": "^27.5.2",
"@types/jest": "^28.1.0",
"i18next-scanner": "^3.1.0",
"sinon-chrome": "^3.0.1"
},
"resolutions": {
"@polkadot/api": "^8.6.1",
"@polkadot/keyring": "^9.3.1",
"@polkadot/networks": "^9.3.1",
"@polkadot/types": "^8.6.1",
"@polkadot/util": "^9.3.1",
"@polkadot/util-crypto": "^9.3.1",
"@polkadot/x-fetch": "^9.3.1",
"@polkadot/api": "^8.7.1",
"@polkadot/keyring": "^9.4.1",
"@polkadot/networks": "^9.4.1",
"@polkadot/types": "^8.7.1",
"@polkadot/util": "^9.4.1",
"@polkadot/util-crypto": "^9.4.1",
"@polkadot/x-fetch": "^9.4.1",
"babel-core": "^7.0.0-bridge.0",
"safe-buffer": "^5.2.1",
"typescript": "^4.7.3"
Expand Down
30 changes: 15 additions & 15 deletions packages/extension-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,27 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.43.3-5",
"version": "0.43.3",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@polkadot/api": "^8.6.1",
"@polkadot/extension-chains": "^0.43.3-5",
"@polkadot/extension-dapp": "^0.43.3-5",
"@polkadot/extension-inject": "^0.43.3-5",
"@polkadot/keyring": "^9.3.1",
"@polkadot/networks": "^9.3.1",
"@polkadot/phishing": "^0.13.58",
"@polkadot/rpc-provider": "^8.6.1",
"@polkadot/types": "^8.6.1",
"@polkadot/ui-keyring": "^2.3.1",
"@polkadot/ui-settings": "^2.3.1",
"@polkadot/util": "^9.3.1",
"@polkadot/util-crypto": "^9.3.1",
"@polkadot/api": "^8.7.1",
"@polkadot/extension-chains": "^0.43.3",
"@polkadot/extension-dapp": "^0.43.3",
"@polkadot/extension-inject": "^0.43.3",
"@polkadot/keyring": "^9.4.1",
"@polkadot/networks": "^9.4.1",
"@polkadot/phishing": "^0.13.61",
"@polkadot/rpc-provider": "^8.7.1",
"@polkadot/types": "^8.7.1",
"@polkadot/ui-keyring": "^2.4.1",
"@polkadot/ui-settings": "^2.4.1",
"@polkadot/util": "^9.4.1",
"@polkadot/util-crypto": "^9.4.1",
"eventemitter3": "^4.0.7",
"rxjs": "^7.5.5"
},
"devDependencies": {
"@polkadot/extension-mocks": "^0.43.3-5"
"@polkadot/extension-mocks": "^0.43.3"
}
}
10 changes: 5 additions & 5 deletions packages/extension-chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.43.3-5",
"version": "0.43.3",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@polkadot/extension-inject": "^0.43.3-5",
"@polkadot/networks": "^9.3.1",
"@polkadot/util": "^9.3.1",
"@polkadot/util-crypto": "^9.3.1"
"@polkadot/extension-inject": "^0.43.3",
"@polkadot/networks": "^9.4.1",
"@polkadot/util": "^9.4.1",
"@polkadot/util-crypto": "^9.4.1"
},
"peerDependencies": {
"@polkadot/api": "*",
Expand Down
8 changes: 4 additions & 4 deletions packages/extension-compat-metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.43.3-5",
"version": "0.43.3",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@metamask/detect-provider": "^1.2.0",
"@polkadot/extension-inject": "^0.43.3-5",
"@polkadot/types": "^8.6.1",
"@polkadot/util": "^9.3.1",
"@polkadot/extension-inject": "^0.43.3",
"@polkadot/types": "^8.7.1",
"@polkadot/util": "^9.4.1",
"web3": "^1.7.3"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/extension-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.43.3-5",
"version": "0.43.3",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@polkadot/extension-inject": "^0.43.3-5",
"@polkadot/util": "^9.3.1",
"@polkadot/util-crypto": "^9.3.1"
"@polkadot/extension-inject": "^0.43.3",
"@polkadot/util": "^9.4.1",
"@polkadot/util-crypto": "^9.4.1"
},
"peerDependencies": {
"@polkadot/api": "*",
Expand Down
12 changes: 6 additions & 6 deletions packages/extension-inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"sideEffects": true,
"type": "module",
"version": "0.43.3-5",
"version": "0.43.3",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@polkadot/rpc-provider": "^8.6.1",
"@polkadot/types": "^8.6.1",
"@polkadot/util": "^9.3.1",
"@polkadot/util-crypto": "^9.3.1",
"@polkadot/x-global": "^9.3.1"
"@polkadot/rpc-provider": "^8.7.1",
"@polkadot/types": "^8.7.1",
"@polkadot/util": "^9.4.1",
"@polkadot/util-crypto": "^9.4.1",
"@polkadot/x-global": "^9.4.1"
},
"devDependencies": {
"@types/chrome": "^0.0.188",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.43.3-5",
"version": "0.43.3",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
Expand Down
34 changes: 17 additions & 17 deletions packages/extension-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@
},
"sideEffects": true,
"type": "module",
"version": "0.43.3-5",
"version": "0.43.3",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@polkadot/extension-base": "^0.43.3-5",
"@polkadot/extension-chains": "^0.43.3-5",
"@polkadot/extension-dapp": "^0.43.3-5",
"@polkadot/extension-inject": "^0.43.3-5",
"@polkadot/hw-ledger": "^9.3.1",
"@polkadot/keyring": "^9.3.1",
"@polkadot/networks": "^9.3.1",
"@polkadot/react-identicon": "^2.3.1",
"@polkadot/react-qr": "^2.3.1",
"@polkadot/types": "^8.6.1",
"@polkadot/types-augment": "^8.6.1",
"@polkadot/ui-keyring": "^2.3.1",
"@polkadot/ui-settings": "^2.3.1",
"@polkadot/util": "^9.3.1",
"@polkadot/util-crypto": "^9.3.1",
"@polkadot/extension-base": "^0.43.3",
"@polkadot/extension-chains": "^0.43.3",
"@polkadot/extension-dapp": "^0.43.3",
"@polkadot/extension-inject": "^0.43.3",
"@polkadot/hw-ledger": "^9.4.1",
"@polkadot/keyring": "^9.4.1",
"@polkadot/networks": "^9.4.1",
"@polkadot/react-identicon": "^2.4.1",
"@polkadot/react-qr": "^2.4.1",
"@polkadot/types": "^8.7.1",
"@polkadot/types-augment": "^8.7.1",
"@polkadot/ui-keyring": "^2.4.1",
"@polkadot/ui-settings": "^2.4.1",
"@polkadot/util": "^9.4.1",
"@polkadot/util-crypto": "^9.4.1",
"file-saver": "^2.0.5",
"i18next": "^21.8.8",
"react": "^18.1.0",
Expand All @@ -49,7 +49,7 @@
"styled-components": "^5.3.5"
},
"devDependencies": {
"@polkadot/extension-mocks": "^0.43.3-5",
"@polkadot/extension-mocks": "^0.43.3",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/file-saver": "^2.0.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
},
"sideEffects": false,
"type": "module",
"version": "0.43.3-5",
"version": "0.43.3",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@polkadot/extension-base": "^0.43.3-5",
"@polkadot/extension-inject": "^0.43.3-5",
"@polkadot/extension-ui": "^0.43.3-5"
"@polkadot/extension-base": "^0.43.3",
"@polkadot/extension-inject": "^0.43.3",
"@polkadot/extension-ui": "^0.43.3"
},
"devDependencies": {
"@polkadot/dev": "^0.66.34",
Expand Down
Loading

0 comments on commit ceb7f85

Please sign in to comment.