Skip to content

Commit

Permalink
0.44.5 (#1123)
Browse files Browse the repository at this point in the history
* 0.44.5

* <const> specifier
  • Loading branch information
jacogr authored Aug 13, 2022
1 parent 43b0242 commit b9567cf
Show file tree
Hide file tree
Showing 12 changed files with 443 additions and 433 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 0.44.5 Aug 13, 2022

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

Changes:

- Upgrade to `@polkadot/api` 9.2.1
- Updated to `@polkadot/util` 10.1.4


## 0.44.4 Aug 8, 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.44.4",
"version": "0.44.5",
"versions": {
"git": "0.44.4",
"npm": "0.44.4"
Expand Down Expand Up @@ -38,19 +38,19 @@
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@polkadot/dev": "^0.67.89",
"@polkadot/dev": "^0.67.94",
"@types/jest": "^28.1.6",
"i18next-scanner": "^4.0.0",
"sinon-chrome": "^3.0.1"
},
"resolutions": {
"@polkadot/api": "^9.1.1",
"@polkadot/keyring": "^10.1.3",
"@polkadot/networks": "^10.1.3",
"@polkadot/types": "^9.1.1",
"@polkadot/util": "^10.1.3",
"@polkadot/util-crypto": "^10.1.3",
"@polkadot/x-fetch": "^10.1.3",
"@polkadot/api": "^9.2.1",
"@polkadot/keyring": "^10.1.4",
"@polkadot/networks": "^10.1.4",
"@polkadot/types": "^9.2.1",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"@polkadot/x-fetch": "^10.1.4",
"babel-core": "^7.0.0-bridge.0",
"safe-buffer": "^5.2.1",
"typescript": "^4.7.4"
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.44.4",
"version": "0.44.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/api": "^9.1.1",
"@polkadot/extension-chains": "^0.44.4",
"@polkadot/extension-dapp": "^0.44.4",
"@polkadot/extension-inject": "^0.44.4",
"@polkadot/keyring": "^10.1.3",
"@polkadot/networks": "^10.1.3",
"@polkadot/phishing": "^0.18.4",
"@polkadot/rpc-provider": "^9.1.1",
"@polkadot/types": "^9.1.1",
"@polkadot/ui-keyring": "^2.9.4",
"@polkadot/ui-settings": "^2.9.4",
"@polkadot/util": "^10.1.3",
"@polkadot/util-crypto": "^10.1.3",
"@polkadot/api": "^9.2.1",
"@polkadot/extension-chains": "^0.44.5",
"@polkadot/extension-dapp": "^0.44.5",
"@polkadot/extension-inject": "^0.44.5",
"@polkadot/keyring": "^10.1.4",
"@polkadot/networks": "^10.1.4",
"@polkadot/phishing": "^0.18.5",
"@polkadot/rpc-provider": "^9.2.1",
"@polkadot/types": "^9.2.1",
"@polkadot/ui-keyring": "^2.9.5",
"@polkadot/ui-settings": "^2.9.5",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"eventemitter3": "^4.0.7",
"rxjs": "^7.5.6"
},
"devDependencies": {
"@polkadot/extension-mocks": "^0.44.4"
"@polkadot/extension-mocks": "^0.44.5"
}
}
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.44.4",
"version": "0.44.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/extension-inject": "^0.44.4",
"@polkadot/networks": "^10.1.3",
"@polkadot/util": "^10.1.3",
"@polkadot/util-crypto": "^10.1.3"
"@polkadot/extension-inject": "^0.44.5",
"@polkadot/networks": "^10.1.4",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4"
},
"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.44.4",
"version": "0.44.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@metamask/detect-provider": "^1.2.0",
"@polkadot/extension-inject": "^0.44.4",
"@polkadot/types": "^9.1.1",
"@polkadot/util": "^10.1.3",
"@polkadot/extension-inject": "^0.44.5",
"@polkadot/types": "^9.2.1",
"@polkadot/util": "^10.1.4",
"web3": "^1.7.5"
},
"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.44.4",
"version": "0.44.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/extension-inject": "^0.44.4",
"@polkadot/util": "^10.1.3",
"@polkadot/util-crypto": "^10.1.3"
"@polkadot/extension-inject": "^0.44.5",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4"
},
"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.44.4",
"version": "0.44.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/rpc-provider": "^9.1.1",
"@polkadot/types": "^9.1.1",
"@polkadot/util": "^10.1.3",
"@polkadot/util-crypto": "^10.1.3",
"@polkadot/x-global": "^10.1.3"
"@polkadot/rpc-provider": "^9.2.1",
"@polkadot/types": "^9.2.1",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"@polkadot/x-global": "^10.1.4"
},
"devDependencies": {
"@types/chrome": "^0.0.193",
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.44.4",
"version": "0.44.5",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.9",
Expand Down
38 changes: 19 additions & 19 deletions packages/extension-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@
},
"sideEffects": true,
"type": "module",
"version": "0.44.4",
"version": "0.44.5",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@polkadot/extension-base": "^0.44.4",
"@polkadot/extension-chains": "^0.44.4",
"@polkadot/extension-dapp": "^0.44.4",
"@polkadot/extension-inject": "^0.44.4",
"@polkadot/hw-ledger": "^10.1.3",
"@polkadot/keyring": "^10.1.3",
"@polkadot/networks": "^10.1.3",
"@polkadot/react-identicon": "^2.9.4",
"@polkadot/react-qr": "^2.9.4",
"@polkadot/types": "^9.1.1",
"@polkadot/types-augment": "^9.1.1",
"@polkadot/ui-keyring": "^2.9.4",
"@polkadot/ui-settings": "^2.9.4",
"@polkadot/util": "^10.1.3",
"@polkadot/util-crypto": "^10.1.3",
"@polkadot/extension-base": "^0.44.5",
"@polkadot/extension-chains": "^0.44.5",
"@polkadot/extension-dapp": "^0.44.5",
"@polkadot/extension-inject": "^0.44.5",
"@polkadot/hw-ledger": "^10.1.4",
"@polkadot/keyring": "^10.1.4",
"@polkadot/networks": "^10.1.4",
"@polkadot/react-identicon": "^2.9.5",
"@polkadot/react-qr": "^2.9.5",
"@polkadot/types": "^9.2.1",
"@polkadot/types-augment": "^9.2.1",
"@polkadot/ui-keyring": "^2.9.5",
"@polkadot/ui-settings": "^2.9.5",
"@polkadot/util": "^10.1.4",
"@polkadot/util-crypto": "^10.1.4",
"file-saver": "^2.0.5",
"i18next": "^21.8.16",
"i18next": "^21.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^11.7.1",
Expand All @@ -49,7 +49,7 @@
"styled-components": "^5.3.5"
},
"devDependencies": {
"@polkadot/extension-mocks": "^0.44.4",
"@polkadot/extension-mocks": "^0.44.5",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/file-saver": "^2.0.5",
Expand All @@ -58,7 +58,7 @@
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"@types/sinon-chrome": "^2.2.11",
"@types/styled-components": "^5.1.25",
"@types/styled-components": "^5.1.26",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-ui/src/i18n/Backend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ type LoadResult = [string | null, Record<string, string> | boolean];
const loaders: Record<string, Promise<LoadResult>> = {};

export default class Backend {
type = 'backend';
type = <const> 'backend';

static type: 'backend' = 'backend';
static type = <const> 'backend';

async read (lng: string, _namespace: string, responder: Callback): Promise<void> {
if (languageCache[lng]) {
Expand Down
10 changes: 5 additions & 5 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
},
"sideEffects": false,
"type": "module",
"version": "0.44.4",
"version": "0.44.5",
"dependencies": {
"@babel/runtime": "^7.18.9",
"@polkadot/extension-base": "^0.44.4",
"@polkadot/extension-inject": "^0.44.4",
"@polkadot/extension-ui": "^0.44.4"
"@polkadot/extension-base": "^0.44.5",
"@polkadot/extension-inject": "^0.44.5",
"@polkadot/extension-ui": "^0.44.5"
},
"devDependencies": {
"@polkadot/dev": "^0.67.89",
"@polkadot/dev": "^0.67.94",
"babel-loader": "^8.2.5",
"browser-resolve": "^2.0.0",
"buffer": "^6.0.3",
Expand Down
Loading

0 comments on commit b9567cf

Please sign in to comment.