Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Feb 10, 2021
1 parent 27fb0b7 commit 848e9cd
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 25 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# CHANGELOG

## 0.37.1 Feb 10, 2021

Contributed:

- Ensure accounts check against raw public keys (Thanks to https://github.com/yuzhiyou1990)
- Add support for Ledger devices (Thanks to https://github.com/Tbaut)
- Add network selectors on the creation of all accounts (Thanks to https://github.com/Tbaut)
- Add explicit derivation field on seed imports (Thanks to https://github.com/Tbaut)
- Adjust slider color for dark theme (Thanks to https://github.com/Tbaut)
- Expand and cleanup tests (Thanks to https://github.com/Tbaut)
- Allow custom chains to be selected as tie-to chains (Thanks to https://github.com/Tbaut)
- Various UI adjustments for consistency (Thanks to https://github.com/Tbaut)
- Update i18n fr (Thanks to https://github.com/Tbaut)

Changes:

- Support for latest JS APIs
- Adjust phishing detection to check newly opened tabs


## 0.36.1 Jan 5, 2021

Contributed:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"repository": "https://github.com/polkadot-js/extension",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"version": "0.36.2-21",
"version": "0.37.0",
"private": true,
"workspaces": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-base/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@polkadot/extension-base",
"description": "Functions, classes and other utilities used in @polkadot/extension",
"version": "0.36.2-21",
"version": "0.37.0",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"main": "index.js",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.12.13",
"@polkadot/api": "^3.8.1",
"@polkadot/extension-inject": "^0.36.2-21",
"@polkadot/extension-inject": "^0.37.0",
"@polkadot/keyring": "^5.6.2",
"@polkadot/phishing": "^0.4.29",
"@polkadot/ui-keyring": "0.69.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-chains/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/extension-chains",
"description": "Definitions for all known chains as exposed by the extension.",
"version": "0.36.2-21",
"version": "0.37.0",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"main": "index.js",
Expand Down
8 changes: 5 additions & 3 deletions packages/extension-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "@polkadot/extension-dapp",
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.",
"version": "0.36.2-21",
"version": "0.37.0",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"main": "index.js",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.12.13",
"@polkadot/extension-inject": "^0.36.2-21",
"@polkadot/extension-inject": "^0.37.0",
"@polkadot/util": "^5.6.2",
"@polkadot/util-crypto": "^5.6.2"
},
"peerDependencies": {
"@polkadot/api": "*"
"@polkadot/api": "*",
"@polkadot/util": "*",
"@polkadot/util-crypto": "*"
}
}
2 changes: 1 addition & 1 deletion packages/extension-inject/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/extension-inject",
"description": "A generic injector (usable to any extension), that populates the base exposed interfaces to be used by dapps.",
"version": "0.36.2-21",
"version": "0.37.0",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/extension-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@polkadot/extension-ui",
"description": "A sample signer extension for the @polkadot/api",
"version": "0.36.2-21",
"version": "0.37.0",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"dependencies": {
Expand All @@ -11,8 +11,8 @@
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@polkadot/extension-base": "^0.36.2-21",
"@polkadot/extension-inject": "^0.36.2-21",
"@polkadot/extension-base": "^0.37.0",
"@polkadot/extension-inject": "^0.37.0",
"@polkadot/hw-ledger": "^5.6.2",
"@polkadot/keyring": "^5.6.2",
"@polkadot/networks": "^5.6.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@polkadot/extension",
"description": "A sample signer extension for the @polkadot/api",
"version": "0.36.2-21",
"version": "0.37.0",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"dependencies": {
"@babel/runtime": "^7.12.13",
"@polkadot/extension-base": "^0.36.2-21",
"@polkadot/extension-inject": "^0.36.2-21",
"@polkadot/extension-ui": "^0.36.2-21"
"@polkadot/extension-base": "^0.37.0",
"@polkadot/extension-inject": "^0.37.0",
"@polkadot/extension-ui": "^0.37.0"
},
"devDependencies": {
"@polkadot/dev": "^0.61.25",
Expand Down
22 changes: 12 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2036,13 +2036,13 @@ __metadata:
languageName: node
linkType: hard

"@polkadot/extension-base@^0.36.2-21, @polkadot/extension-base@workspace:packages/extension-base":
"@polkadot/extension-base@^0.37.0, @polkadot/extension-base@workspace:packages/extension-base":
version: 0.0.0-use.local
resolution: "@polkadot/extension-base@workspace:packages/extension-base"
dependencies:
"@babel/runtime": ^7.12.13
"@polkadot/api": ^3.8.1
"@polkadot/extension-inject": ^0.36.2-21
"@polkadot/extension-inject": ^0.37.0
"@polkadot/keyring": ^5.6.2
"@polkadot/phishing": ^0.4.29
"@polkadot/ui-keyring": 0.69.1
Expand All @@ -2065,15 +2065,17 @@ __metadata:
resolution: "@polkadot/extension-dapp@workspace:packages/extension-dapp"
dependencies:
"@babel/runtime": ^7.12.13
"@polkadot/extension-inject": ^0.36.2-21
"@polkadot/extension-inject": ^0.37.0
"@polkadot/util": ^5.6.2
"@polkadot/util-crypto": ^5.6.2
peerDependencies:
"@polkadot/api": "*"
"@polkadot/util": "*"
"@polkadot/util-crypto": "*"
languageName: unknown
linkType: soft

"@polkadot/extension-inject@^0.36.2-21, @polkadot/extension-inject@workspace:packages/extension-inject":
"@polkadot/extension-inject@^0.37.0, @polkadot/extension-inject@workspace:packages/extension-inject":
version: 0.0.0-use.local
resolution: "@polkadot/extension-inject@workspace:packages/extension-inject"
dependencies:
Expand All @@ -2085,7 +2087,7 @@ __metadata:
languageName: unknown
linkType: soft

"@polkadot/extension-ui@^0.36.2-21, @polkadot/extension-ui@workspace:packages/extension-ui":
"@polkadot/extension-ui@^0.37.0, @polkadot/extension-ui@workspace:packages/extension-ui":
version: 0.0.0-use.local
resolution: "@polkadot/extension-ui@workspace:packages/extension-ui"
dependencies:
Expand All @@ -2095,8 +2097,8 @@ __metadata:
"@fortawesome/free-regular-svg-icons": ^5.15.2
"@fortawesome/free-solid-svg-icons": ^5.15.2
"@fortawesome/react-fontawesome": ^0.1.14
"@polkadot/extension-base": ^0.36.2-21
"@polkadot/extension-inject": ^0.36.2-21
"@polkadot/extension-base": ^0.37.0
"@polkadot/extension-inject": ^0.37.0
"@polkadot/hw-ledger": ^5.6.2
"@polkadot/keyring": ^5.6.2
"@polkadot/networks": ^5.6.2
Expand Down Expand Up @@ -2135,9 +2137,9 @@ __metadata:
dependencies:
"@babel/runtime": ^7.12.13
"@polkadot/dev": ^0.61.25
"@polkadot/extension-base": ^0.36.2-21
"@polkadot/extension-inject": ^0.36.2-21
"@polkadot/extension-ui": ^0.36.2-21
"@polkadot/extension-base": ^0.37.0
"@polkadot/extension-inject": ^0.37.0
"@polkadot/extension-ui": ^0.37.0
babel-loader: ^8.2.2
browser-resolve: ^2.0.0
buffer: ^6.0.3
Expand Down

0 comments on commit 848e9cd

Please sign in to comment.