Skip to content

Commit

Permalink
0.46.6 (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Nov 18, 2023
1 parent 9631a0d commit 2a8ace9
Show file tree
Hide file tree
Showing 11 changed files with 1,181 additions and 1,120 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

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

## 0.46.6 Nov 18, 2023

Changes:

- Upgrade to `@polkadot/util` 12.6.1
- Upgrade to `@polkadot/api` 10.11.1


## 0.46.5 Jun 12, 2023

- **Important** Not published to the stores, aligns with latest released packages.
Expand All @@ -8,7 +18,7 @@ Changes:

- Adjust object index access for stricter tsconfig settings
- Upgrade to `@polkadot/api` 10.9.1
- Bump to `@polkadot/util` 12.3.2
- Upgrade to `@polkadot/util` 12.3.2


## 0.46.4 Jun 5, 2023
Expand All @@ -18,7 +28,7 @@ Changes:
Changes:

- Upgrade to `@polkadot/api` 10.8.1
- Bump to `@polkadot/util` 12.2.2
- Upgrade to `@polkadot/util` 12.2.2


## 0.46.3 May 13, 2023
Expand All @@ -29,7 +39,7 @@ Changes:

- Add `module` to `package.json` export map (ESM-only)
- Upgrade to `@polkadot/api` 10.6.1
- Bump to `@polkadot/util` 12.1.1
- Upgrade to `@polkadot/util` 12.1.1


## 0.46.2 Apr 30, 2023
Expand All @@ -40,7 +50,7 @@ Changes:

- Adjust compilation output for `__internal__` class fields
- Upgrade to `@polkadot/api` 10.5.1
- Bump to `@polkadot/util` 12.1.1
- Upgrade to `@polkadot/util` 12.1.1


## 0.46.1 Apr 22, 2023
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.46.6-8-x",
"version": "0.46.6",
"versions": {
"git": "0.46.6-8-x",
"npm": "0.46.5"
Expand All @@ -38,19 +38,19 @@
"test:one": "EXTENSION_PREFIX='test' polkadot-dev-run-test --env browser"
},
"devDependencies": {
"@polkadot/dev": "^0.76.29",
"@types/node": "^20.8.6",
"@polkadot/dev": "^0.77.1",
"@types/node": "^20.9.1",
"i18next-scanner": "^4.4.0",
"sinon-chrome": "^3.0.1"
},
"resolutions": {
"@polkadot/api": "^10.10.1",
"@polkadot/keyring": "^12.5.1",
"@polkadot/networks": "^12.5.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@polkadot/x-fetch": "^12.5.1",
"@polkadot/api": "^10.11.1",
"@polkadot/keyring": "^12.6.1",
"@polkadot/networks": "^12.6.1",
"@polkadot/types": "^10.11.1",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"@polkadot/x-fetch": "^12.6.1",
"safe-buffer": "^5.2.1",
"typescript": "^5.2.2"
}
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 @@ -18,27 +18,27 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.46.6-8-x",
"version": "0.46.6",
"main": "index.js",
"dependencies": {
"@polkadot/api": "^10.10.1",
"@polkadot/extension-chains": "0.46.6-8-x",
"@polkadot/extension-dapp": "0.46.6-8-x",
"@polkadot/extension-inject": "0.46.6-8-x",
"@polkadot/keyring": "^12.5.1",
"@polkadot/networks": "^12.5.1",
"@polkadot/phishing": "^0.21.6",
"@polkadot/rpc-provider": "^10.10.1",
"@polkadot/types": "^10.10.1",
"@polkadot/ui-keyring": "^3.6.3",
"@polkadot/ui-settings": "^3.6.3",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@polkadot/api": "^10.11.1",
"@polkadot/extension-chains": "0.46.6",
"@polkadot/extension-dapp": "0.46.6",
"@polkadot/extension-inject": "0.46.6",
"@polkadot/keyring": "^12.6.1",
"@polkadot/networks": "^12.6.1",
"@polkadot/phishing": "^0.22.1",
"@polkadot/rpc-provider": "^10.11.1",
"@polkadot/types": "^10.11.1",
"@polkadot/ui-keyring": "^3.6.4",
"@polkadot/ui-settings": "^3.6.4",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"eventemitter3": "^5.0.1",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/extension-mocks": "0.46.6-8-x"
"@polkadot/extension-mocks": "0.46.6"
}
}
10 changes: 5 additions & 5 deletions packages/extension-chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.46.6-8-x",
"version": "0.46.6",
"main": "index.js",
"dependencies": {
"@polkadot/extension-inject": "0.46.6-8-x",
"@polkadot/networks": "^12.5.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@polkadot/extension-inject": "0.46.6",
"@polkadot/networks": "^12.6.1",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"tslib": "^2.6.2"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/extension-compat-metamask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.46.6-8-x",
"version": "0.46.6",
"main": "index.js",
"dependencies": {
"@metamask/detect-provider": "^2.0.0",
"@polkadot/extension-inject": "0.46.6-8-x",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/extension-inject": "0.46.6",
"@polkadot/types": "^10.11.1",
"@polkadot/util": "^12.6.1",
"tslib": "^2.6.2",
"web3": "^1.10.2"
"web3": "^1.10.3"
},
"peerDependencies": {
"@polkadot/api": "*",
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 @@ -18,12 +18,12 @@
"./detectPackage.cjs"
],
"type": "module",
"version": "0.46.6-8-x",
"version": "0.46.6",
"main": "index.js",
"dependencies": {
"@polkadot/extension-inject": "0.46.6-8-x",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@polkadot/extension-inject": "0.46.6",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"tslib": "^2.6.2"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/extension-inject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
},
"sideEffects": true,
"type": "module",
"version": "0.46.6-8-x",
"version": "0.46.6",
"main": "index.js",
"dependencies": {
"@polkadot/api": "^10.10.1",
"@polkadot/rpc-provider": "^10.10.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@polkadot/x-global": "^12.5.1",
"@polkadot/api": "^10.11.1",
"@polkadot/rpc-provider": "^10.11.1",
"@polkadot/types": "^10.11.1",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"@polkadot/x-global": "^12.6.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/chrome": "^0.0.246",
"@types/firefox-webext-browser": "^111.0.2"
"@types/chrome": "^0.0.251",
"@types/firefox-webext-browser": "^111.0.4"
},
"peerDependencies": {
"@polkadot/api": "*",
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 @@ -15,7 +15,7 @@
},
"sideEffects": false,
"type": "module",
"version": "0.46.6-8-x",
"version": "0.46.6",
"main": "index.js",
"dependencies": {
"sinon-chrome": "^3.0.1",
Expand Down
54 changes: 27 additions & 27 deletions packages/extension-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,51 +15,51 @@
},
"sideEffects": true,
"type": "module",
"version": "0.46.6-8-x",
"version": "0.46.6",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@polkadot/api": "^10.10.1",
"@polkadot/extension-base": "0.46.6-8-x",
"@polkadot/extension-chains": "0.46.6-8-x",
"@polkadot/extension-dapp": "0.46.6-8-x",
"@polkadot/extension-inject": "0.46.6-8-x",
"@polkadot/hw-ledger": "^12.5.1",
"@polkadot/keyring": "^12.5.1",
"@polkadot/networks": "^12.5.1",
"@polkadot/react-identicon": "^3.6.3",
"@polkadot/react-qr": "^3.6.3",
"@polkadot/types": "^10.10.1",
"@polkadot/types-augment": "^10.10.1",
"@polkadot/ui-keyring": "^3.6.3",
"@polkadot/ui-settings": "^3.6.3",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"@polkadot/api": "^10.11.1",
"@polkadot/extension-base": "0.46.6",
"@polkadot/extension-chains": "0.46.6",
"@polkadot/extension-dapp": "0.46.6",
"@polkadot/extension-inject": "0.46.6",
"@polkadot/hw-ledger": "^12.6.1",
"@polkadot/keyring": "^12.6.1",
"@polkadot/networks": "^12.6.1",
"@polkadot/react-identicon": "^3.6.4",
"@polkadot/react-qr": "^3.6.4",
"@polkadot/types": "^10.11.1",
"@polkadot/types-augment": "^10.11.1",
"@polkadot/ui-keyring": "^3.6.4",
"@polkadot/ui-settings": "^3.6.4",
"@polkadot/util": "^12.6.1",
"@polkadot/util-crypto": "^12.6.1",
"file-saver": "^2.0.5",
"i18next": "^23.5.1",
"i18next": "^23.7.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^11.7.1",
"react-i18next": "^13.3.0",
"react-i18next": "^13.5.0",
"react-is": "^18.2.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"styled-components": "^6.1.0",
"styled-components": "^6.1.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/extension-mocks": "0.46.6-8-x",
"@types/enzyme": "^3.10.14",
"@types/enzyme-adapter-react-16": "^1.0.7",
"@types/file-saver": "^2.0.5",
"@types/react-copy-to-clipboard": "^5.0.5",
"@types/react-dom": "^18.2.13",
"@polkadot/extension-mocks": "0.46.6",
"@types/enzyme": "^3.10.16",
"@types/enzyme-adapter-react-16": "^1.0.9",
"@types/file-saver": "^2.0.7",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.15",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/sinon-chrome": "^2.2.12",
"@types/sinon-chrome": "^2.2.14",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
Expand Down
14 changes: 7 additions & 7 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"sideEffects": false,
"type": "module",
"version": "0.46.6-8-x",
"version": "0.46.6",
"dependencies": {
"@polkadot/api": "^10.10.1",
"@polkadot/extension-base": "0.46.6-8-x",
"@polkadot/extension-inject": "0.46.6-8-x",
"@polkadot/extension-ui": "0.46.6-8-x",
"@polkadot/api": "^10.11.1",
"@polkadot/extension-base": "0.46.6",
"@polkadot/extension-inject": "0.46.6",
"@polkadot/extension-ui": "0.46.6",
"tslib": "^2.6.2"
},
"devDependencies": {
"@polkadot/dev": "^0.76.29",
"@polkadot/dev": "^0.77.1",
"browser-resolve": "^2.0.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
Expand All @@ -35,7 +35,7 @@
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"ts-loader": "^9.5.0",
"ts-loader": "^9.5.1",
"url-loader": "^4.1.1",
"webpack-extension-manifest-plugin": "^0.8.0"
},
Expand Down
Loading

0 comments on commit 2a8ace9

Please sign in to comment.