Skip to content

Commit

Permalink
0.11 (#157)
Browse files Browse the repository at this point in the history
* 0.11

* Language
  • Loading branch information
jacogr authored Sep 20, 2019
1 parent ebaf5c3 commit b0216b2
Show file tree
Hide file tree
Showing 9 changed files with 347 additions and 88 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 0.11.0-beta.x
# 0.11.1

- Cleanup metadata handling, when outdated for a node, transparently handle parsing errors
- Added Edgeware mainnet metadata information
- Display addresses correctly formatted by on the ss58 chain identifiers
- Display identity icons based on chain typed (only for known chains)
- Integrate latest polkadot-js/common 1.4.1 & polkadot-js/ui 0.44.1 dependencies
- Added Edgeware chain & metadata information
- Display addresses correctly formatted based on the ss58 chain identifiers
- Display identity icons based on chain types for known chains
- Integrate latest @polkadot/util, @polkadot-js/ui & @polkadot/api dependencies
- Updated to babe 7.6 (build and runtime improvememnts)

# 0.10.1
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "0.11.0-beta.6"
"version": "0.11.0"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"yarn": "^1.10.1"
},
"resolutions": {
"@polkadot/api": "^0.93.0-beta.3",
"@polkadot/api": "^0.93.0-beta.11",
"@polkadot/keyring": "^1.4.1",
"@polkadot/types": "^0.93.0-beta.3",
"@polkadot/types": "^0.93.0-beta.11",
"@polkadot/util": "^1.4.1",
"@polkadot/util-crypto": "^1.4.1",
"babel-core": "^7.0.0-bridge.0",
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.11.0-beta.6",
"version": "0.11.0",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/extension-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@polkadot/extension-dapp",
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.",
"version": "0.11.0-beta.6",
"version": "0.11.0",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"dependencies": {
"@babel/runtime": "^7.6.0",
"@polkadot/extension-inject": "^0.11.0-beta.6"
"@polkadot/extension-inject": "^0.11.0"
},
"peerDependencies": {
"@polkadot/api": "*"
Expand Down
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.11.0-beta.6",
"version": "0.11.0",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/extension-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@polkadot/extension-ui",
"description": "A sample signer extension for the @polkadot/api",
"version": "0.11.0-beta.6",
"version": "0.11.0",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"dependencies": {
"@babel/runtime": "^7.6.0",
"@polkadot/react-identicon": "^0.45.0-beta.7",
"@polkadot/react-qr": "^0.45.0-beta.7",
"@polkadot/react-identicon": "^0.45.0-beta.13",
"@polkadot/react-qr": "^0.45.0-beta.13",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.5",
"react-router": "^5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@polkadot/extension",
"description": "A sample signer extension for the @polkadot/api",
"version": "0.11.0-beta.6",
"version": "0.11.0",
"author": "Jaco Greeff <[email protected]>",
"license": "Apache-2",
"dependencies": {
"@polkadot/api": "^0.93.0-beta.3",
"@polkadot/extension-ui": "^0.11.0-beta.6",
"@polkadot/ui-keyring": "^0.45.0-beta.7"
"@polkadot/api": "^0.93.0-beta.11",
"@polkadot/extension-ui": "^0.11.0",
"@polkadot/ui-keyring": "^0.45.0-beta.13"
},
"devDependencies": {
"@babel/runtime": "^7.6.0",
Expand Down
Loading

0 comments on commit b0216b2

Please sign in to comment.