Skip to content

Commit

Permalink
0.44.8 (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jan 8, 2023
1 parent a368712 commit 13a2d5d
Show file tree
Hide file tree
Showing 11 changed files with 569 additions and 556 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# CHANGELOG

## 0.44.7 Dec 27, 2021
## 0.44.8 Jan 8, 2023

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

Changes:

- Updated to `@polkadot/api` 9.11.1
- Updated to `@polkadot/util` 10.2.3


## 0.44.7 Dec 27, 2022

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

Expand Down
22 changes: 11 additions & 11 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.8-0-x",
"version": "0.44.8",
"versions": {
"git": "0.44.8-0-x",
"npm": "0.44.7"
Expand All @@ -37,20 +37,20 @@
"watch": "cd packages/extension && yarn polkadot-exec-webpack --config webpack.watch.cjs --mode development --watch"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@polkadot/dev": "^0.67.175",
"@types/jest": "^29.2.4",
"@babel/core": "^7.20.12",
"@polkadot/dev": "^0.67.177",
"@types/jest": "^29.2.5",
"i18next-scanner": "^4.1.0",
"sinon-chrome": "^3.0.1"
},
"resolutions": {
"@polkadot/api": "^9.10.5",
"@polkadot/keyring": "^10.2.1",
"@polkadot/networks": "^10.2.1",
"@polkadot/types": "^9.10.5",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1",
"@polkadot/x-fetch": "^10.2.1",
"@polkadot/api": "^9.11.1",
"@polkadot/keyring": "^10.2.3",
"@polkadot/networks": "^10.2.3",
"@polkadot/types": "^9.11.1",
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3",
"@polkadot/x-fetch": "^10.2.3",
"babel-core": "^7.0.0-bridge.0",
"safe-buffer": "^5.2.1",
"typescript": "^4.9.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.8-0-x",
"version": "0.44.8",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/api": "^9.10.5",
"@polkadot/extension-chains": "^0.44.8-0-x",
"@polkadot/extension-dapp": "^0.44.8-0-x",
"@polkadot/extension-inject": "^0.44.8-0-x",
"@polkadot/keyring": "^10.2.1",
"@polkadot/networks": "^10.2.1",
"@polkadot/phishing": "^0.18.12",
"@polkadot/rpc-provider": "^9.10.5",
"@polkadot/types": "^9.10.5",
"@polkadot/ui-keyring": "^2.9.14",
"@polkadot/ui-settings": "^2.9.14",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1",
"@polkadot/api": "^9.11.1",
"@polkadot/extension-chains": "^0.44.8",
"@polkadot/extension-dapp": "^0.44.8",
"@polkadot/extension-inject": "^0.44.8",
"@polkadot/keyring": "^10.2.3",
"@polkadot/networks": "^10.2.3",
"@polkadot/phishing": "^0.18.13",
"@polkadot/rpc-provider": "^9.11.1",
"@polkadot/types": "^9.11.1",
"@polkadot/ui-keyring": "^2.9.15",
"@polkadot/ui-settings": "^2.9.15",
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3",
"eventemitter3": "^4.0.7",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@polkadot/extension-mocks": "^0.44.8-0-x"
"@polkadot/extension-mocks": "^0.44.8"
}
}
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.8-0-x",
"version": "0.44.8",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/extension-inject": "^0.44.8-0-x",
"@polkadot/networks": "^10.2.1",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1"
"@polkadot/extension-inject": "^0.44.8",
"@polkadot/networks": "^10.2.3",
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3"
},
"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.8-0-x",
"version": "0.44.8",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@metamask/detect-provider": "^1.2.0",
"@polkadot/extension-inject": "^0.44.8-0-x",
"@polkadot/types": "^9.10.5",
"@polkadot/util": "^10.2.1",
"@polkadot/extension-inject": "^0.44.8",
"@polkadot/types": "^9.11.1",
"@polkadot/util": "^10.2.3",
"web3": "^1.8.1"
},
"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.8-0-x",
"version": "0.44.8",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/extension-inject": "^0.44.8-0-x",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1"
"@polkadot/extension-inject": "^0.44.8",
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3"
},
"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.8-0-x",
"version": "0.44.8",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/rpc-provider": "^9.10.5",
"@polkadot/types": "^9.10.5",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1",
"@polkadot/x-global": "^10.2.1"
"@polkadot/rpc-provider": "^9.11.1",
"@polkadot/types": "^9.11.1",
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3",
"@polkadot/x-global": "^10.2.3"
},
"devDependencies": {
"@types/chrome": "^0.0.206",
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.8-0-x",
"version": "0.44.8",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.20.7",
Expand Down
36 changes: 18 additions & 18 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.8-0-x",
"version": "0.44.8",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@polkadot/extension-base": "^0.44.8-0-x",
"@polkadot/extension-chains": "^0.44.8-0-x",
"@polkadot/extension-dapp": "^0.44.8-0-x",
"@polkadot/extension-inject": "^0.44.8-0-x",
"@polkadot/hw-ledger": "^10.2.1",
"@polkadot/keyring": "^10.2.1",
"@polkadot/networks": "^10.2.1",
"@polkadot/react-identicon": "^2.9.14",
"@polkadot/react-qr": "^2.9.14",
"@polkadot/types": "^9.10.5",
"@polkadot/types-augment": "^9.10.5",
"@polkadot/ui-keyring": "^2.9.14",
"@polkadot/ui-settings": "^2.9.14",
"@polkadot/util": "^10.2.1",
"@polkadot/util-crypto": "^10.2.1",
"@polkadot/extension-base": "^0.44.8",
"@polkadot/extension-chains": "^0.44.8",
"@polkadot/extension-dapp": "^0.44.8",
"@polkadot/extension-inject": "^0.44.8",
"@polkadot/hw-ledger": "^10.2.3",
"@polkadot/keyring": "^10.2.3",
"@polkadot/networks": "^10.2.3",
"@polkadot/react-identicon": "^2.9.15",
"@polkadot/react-qr": "^2.9.15",
"@polkadot/types": "^9.11.1",
"@polkadot/types-augment": "^9.11.1",
"@polkadot/ui-keyring": "^2.9.15",
"@polkadot/ui-settings": "^2.9.15",
"@polkadot/util": "^10.2.3",
"@polkadot/util-crypto": "^10.2.3",
"file-saver": "^2.0.5",
"i18next": "^22.4.6",
"i18next": "^22.4.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^11.7.1",
Expand All @@ -49,7 +49,7 @@
"styled-components": "^5.3.6"
},
"devDependencies": {
"@polkadot/extension-mocks": "^0.44.8-0-x",
"@polkadot/extension-mocks": "^0.44.8",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/file-saver": "^2.0.5",
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.8-0-x",
"version": "0.44.8",
"dependencies": {
"@babel/runtime": "^7.20.7",
"@polkadot/extension-base": "^0.44.8-0-x",
"@polkadot/extension-inject": "^0.44.8-0-x",
"@polkadot/extension-ui": "^0.44.8-0-x"
"@polkadot/extension-base": "^0.44.8",
"@polkadot/extension-inject": "^0.44.8",
"@polkadot/extension-ui": "^0.44.8"
},
"devDependencies": {
"@polkadot/dev": "^0.67.175",
"@polkadot/dev": "^0.67.177",
"babel-loader": "^8.3.0",
"browser-resolve": "^2.0.0",
"buffer": "^6.0.3",
Expand Down
Loading

0 comments on commit 13a2d5d

Please sign in to comment.