* 0.42

* Bump deps

* Bump deps

* Bump actual version
This commit is contained in:
Jaco Greeff
2019-08-24 13:54:10 +02:00
committed by GitHub
parent 83c7209830
commit 192f441e1b
11 changed files with 23 additions and 21 deletions
+5 -3
View File
@@ -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/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` has UNfrastructure added as an RPC provider for Alex
- `@polkadot/ui-settings` exposes a dropdown with address prefix options - `@polkadot/ui-settings` exposes a dropdown with address prefix options
+1 -1
View File
@@ -10,5 +10,5 @@
"packages": [ "packages": [
"packages/*" "packages/*"
], ],
"version": "0.42.0-beta.35" "version": "0.42.0"
} }
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/react-identicon", "name": "@polkadot/react-identicon",
"version": "0.42.0-beta.35", "version": "0.42.0",
"description": "Renders an SVG picture representing an address", "description": "Renders an SVG picture representing an address",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,8 +10,8 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.5.5", "@babel/runtime": "^7.5.5",
"@polkadot/ui-settings": "^0.42.0-beta.35", "@polkadot/ui-settings": "^0.42.0",
"@polkadot/ui-shared": "^0.42.0-beta.35", "@polkadot/ui-shared": "^0.42.0",
"@types/color": "^3.0.0", "@types/color": "^3.0.0",
"@types/react-copy-to-clipboard": "^4.2.6", "@types/react-copy-to-clipboard": "^4.2.6",
"color": "^3.1.2", "color": "^3.1.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/react-qr", "name": "@polkadot/react-qr",
"version": "0.42.0-beta.35", "version": "0.42.0",
"description": "Generates and reads QR codes", "description": "Generates and reads QR codes",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/reactnative-identicon", "name": "@polkadot/reactnative-identicon",
"version": "0.42.0-beta.35", "version": "0.42.0",
"description": "Renders an SVG picture representing an address", "description": "Renders an SVG picture representing an address",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,7 +10,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.5.5", "@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" "react-native-svg": "^9.5.3"
}, },
"peerDependencies": { "peerDependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-assets", "name": "@polkadot/ui-assets",
"version": "0.42.0-beta.35", "version": "0.42.0",
"description": "Static assets shared accross projects", "description": "Static assets shared accross projects",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-keyring", "name": "@polkadot/ui-keyring",
"version": "0.42.0-beta.35", "version": "0.42.0",
"main": "index.js", "main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git", "repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
@@ -20,7 +20,7 @@
}, },
"devDependencies": { "devDependencies": {
"@polkadot/keyring": "^1.1.1", "@polkadot/keyring": "^1.1.1",
"@polkadot/types": "^0.90.0-beta.70", "@polkadot/types": "^0.90.1",
"@polkadot/util": "^1.1.1" "@polkadot/util": "^1.1.1"
}, },
"peerDependencies": { "peerDependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-settings", "name": "@polkadot/ui-settings",
"version": "0.42.0-beta.35", "version": "0.42.0",
"description": "Manages app settings", "description": "Manages app settings",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-shared", "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", "description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/vue-identicon", "name": "@polkadot/vue-identicon",
"version": "0.42.0-beta.35", "version": "0.42.0",
"description": "Renders an SVG picture representing an address", "description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [ "maintainers": [
@@ -10,7 +10,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.5.5", "@babel/runtime": "^7.5.5",
"@polkadot/ui-shared": "^0.42.0-beta.35", "@polkadot/ui-shared": "^0.42.0",
"jdenticon": "2.2.0" "jdenticon": "2.2.0"
}, },
"peerDependencies": { "peerDependencies": {
+4 -4
View File
@@ -2103,10 +2103,10 @@
dependencies: dependencies:
"@types/chrome" "^0.0.86" "@types/chrome" "^0.0.86"
"@polkadot/types@^0.90.0-beta.70": "@polkadot/types@^0.90.1":
version "0.90.0-beta.70" version "0.90.1"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.90.0-beta.70.tgz#ed96d3a6410be6bd0e0590421d0ab294d93fed87" resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.90.1.tgz#61face0421f7f1eea7e219bdc3df2c0aae6278fd"
integrity sha512-Pg4z5zi832Gq+NKWqbo+TEwNgJhm3FZAI2dkIy8N+nF5PZAi/PIbXECaZLF55bxi3MdHJqRzSTuEwUcgAQY6og== integrity sha512-VOHQeq7mLqsnfbfQcOV05w+LQVtssho4Q2xPmwjePx8O9hMI+57WIu5yFG1dadso8WMTSHP+6PnQ92tozdmgkg==
dependencies: dependencies:
"@babel/runtime" "^7.5.5" "@babel/runtime" "^7.5.5"
"@polkadot/util" "^1.1.1" "@polkadot/util" "^1.1.1"