From 192f441e1bc6ce1592d9945f59b9cc95e6cb7d1c Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Sat, 24 Aug 2019 13:54:10 +0200 Subject: [PATCH] 0.42 (#176) * 0.42 * Bump deps * Bump deps * Bump actual version --- CHANGELOG.md | 8 +++++--- lerna.json | 2 +- packages/react-identicon/package.json | 6 +++--- packages/react-qr/package.json | 2 +- packages/reactnative-identicon/package.json | 4 ++-- packages/ui-assets/package.json | 2 +- packages/ui-keyring/package.json | 4 ++-- packages/ui-settings/package.json | 2 +- packages/ui-shared/package.json | 2 +- packages/vue-identicon/package.json | 4 ++-- yarn.lock | 8 ++++---- 11 files changed, 23 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4401568..d49ed23e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ -# 0.42.x +# 0.42.1 +- **Breaking Change** The `@polkadot/ui-identicon` package has been renamed to `@polkadot/react-identicon` +- **Breaking change** For `@polkadot/ui-keyring` the stores are now not exported from the index, imports should be changed to either `ui-keyring/stores` or explicitly to `ui-keyring/stores/Extension` +- Support for Kusama with endpoints and settings +- The `@polkadot/reactnative-identicon` package has been added (only Polkadot support atm) - The `@polkadot/react-qr` package has been added to display/scan QR codes -- The `@polkadot/ui-identicon` package has been renamed to `@polkadot/react-identicon` -- For `@polkadot/ui-keyring` the stores are now not exported from the index, imports should be changed to either `ui-keyring/stores` or explicitly to `ui-keyring/stores/Extension` - `@polkadot/ui-settings` has UNfrastructure added as an RPC provider for Alex - `@polkadot/ui-settings` exposes a dropdown with address prefix options diff --git a/lerna.json b/lerna.json index 07402b84..d674f299 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.42.0-beta.35" + "version": "0.42.0" } diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 506112e3..4a4448b6 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.42.0-beta.35", + "version": "0.42.0", "description": "Renders an SVG picture representing an address", "main": "index.js", "author": "Jaco Greeff ", @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.5.5", - "@polkadot/ui-settings": "^0.42.0-beta.35", - "@polkadot/ui-shared": "^0.42.0-beta.35", + "@polkadot/ui-settings": "^0.42.0", + "@polkadot/ui-shared": "^0.42.0", "@types/color": "^3.0.0", "@types/react-copy-to-clipboard": "^4.2.6", "color": "^3.1.2", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 647c19d3..2714c222 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.42.0-beta.35", + "version": "0.42.0", "description": "Generates and reads QR codes", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index c96c49c0..61564272 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.42.0-beta.35", + "version": "0.42.0", "description": "Renders an SVG picture representing an address", "main": "index.js", "author": "Jaco Greeff ", @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.5.5", - "@polkadot/ui-shared": "^0.42.0-beta.35", + "@polkadot/ui-shared": "^0.42.0", "react-native-svg": "^9.5.3" }, "peerDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 0391801f..cd9fee80 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.42.0-beta.35", + "version": "0.42.0", "description": "Static assets shared accross projects", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 56471a3f..6fd6a902 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.42.0-beta.35", + "version": "0.42.0", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -20,7 +20,7 @@ }, "devDependencies": { "@polkadot/keyring": "^1.1.1", - "@polkadot/types": "^0.90.0-beta.70", + "@polkadot/types": "^0.90.1", "@polkadot/util": "^1.1.1" }, "peerDependencies": { diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 1500b0ed..f61e4b80 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.42.0-beta.35", + "version": "0.42.0", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index f151ff0a..46199a81 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.42.0-beta.35", + "version": "0.42.0", "description": "Shared logic that is usable accross all frameworks-specific areas", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 01a334f8..d1d461ab 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.42.0-beta.35", + "version": "0.42.0", "description": "Renders an SVG picture representing an address", "author": "Jaco Greeff ", "maintainers": [ @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.5.5", - "@polkadot/ui-shared": "^0.42.0-beta.35", + "@polkadot/ui-shared": "^0.42.0", "jdenticon": "2.2.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 27dd3abe..89a29d63 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2103,10 +2103,10 @@ dependencies: "@types/chrome" "^0.0.86" -"@polkadot/types@^0.90.0-beta.70": - version "0.90.0-beta.70" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.90.0-beta.70.tgz#ed96d3a6410be6bd0e0590421d0ab294d93fed87" - integrity sha512-Pg4z5zi832Gq+NKWqbo+TEwNgJhm3FZAI2dkIy8N+nF5PZAi/PIbXECaZLF55bxi3MdHJqRzSTuEwUcgAQY6og== +"@polkadot/types@^0.90.1": + version "0.90.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.90.1.tgz#61face0421f7f1eea7e219bdc3df2c0aae6278fd" + integrity sha512-VOHQeq7mLqsnfbfQcOV05w+LQVtssho4Q2xPmwjePx8O9hMI+57WIu5yFG1dadso8WMTSHP+6PnQ92tozdmgkg== dependencies: "@babel/runtime" "^7.5.5" "@polkadot/util" "^1.1.1"