This commit is contained in:
Jaco Greeff
2020-02-06 16:58:25 +01:00
committed by GitHub
parent ba9f571c83
commit 7c39f68a1a
14 changed files with 66 additions and 55 deletions
+11
View File
@@ -1,3 +1,14 @@
# 0.49.1
- Add resolver for jest requires (tests from src)
# 0.48.1
- Add Westend & Kulupulu, remove Alexander
- Update Edgeware wss uri
- Change display name for Kusama
- Mirror QR scanning display
# 0.47.1
- Support for Kusama CC3 (network endpoints)
+1 -1
View File
@@ -10,5 +10,5 @@
"packages": [
"packages/*"
],
"version": "0.49.0-beta.3"
"version": "0.49.0"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-react",
"version": "0.49.0-beta.3",
"version": "0.49.0",
"description": "A very basic example with ui-* & react-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-vue",
"version": "0.49.0-beta.3",
"version": "0.49.0",
"description": "A very basic example with ui-* & vue-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.49.0-beta.3",
"version": "0.49.0",
"private": true,
"workspaces": {
"nohoist": [
@@ -23,9 +23,9 @@
"test": "jest"
},
"dependencies": {
"@polkadot/reactnative-identicon": "^0.49.0-beta.3",
"@polkadot/ui-keyring": "^0.49.0-beta.3",
"@polkadot/ui-settings": "^0.49.0-beta.3",
"@polkadot/reactnative-identicon": "^0.49.0",
"@polkadot/ui-keyring": "^0.49.0",
"@polkadot/ui-settings": "^0.49.0",
"@react-native-community/async-storage": "^1.7.1",
"fast-text-encoding": "^1.0.0",
"get-yarn-workspaces": "^1.0.2",
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-identicon",
"version": "0.49.0-beta.3",
"version": "0.49.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,8 +10,8 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/ui-settings": "^0.49.0-beta.3",
"@polkadot/ui-shared": "^0.49.0-beta.3",
"@polkadot/ui-settings": "^0.49.0",
"@polkadot/ui-shared": "^0.49.0",
"@types/react-copy-to-clipboard": "^4.3.0",
"color": "^3.1.2",
"jdenticon": "2.2.0",
@@ -24,8 +24,8 @@
"react": "*"
},
"devDependencies": {
"@polkadot/keyring": "^2.2.0-beta.0",
"@polkadot/util-crypto": "^2.2.0-beta.0",
"@polkadot/keyring": "^2.2.1",
"@polkadot/util-crypto": "^2.2.1",
"xmlserializer": "^0.6.1"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-qr",
"version": "0.49.0-beta.3",
"version": "0.49.0",
"description": "Generates and reads QR codes",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.49.0-beta.3",
"version": "0.49.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/ui-shared": "^0.49.0-beta.3",
"@polkadot/ui-shared": "^0.49.0",
"react-native-svg": "^11.0.1"
},
"peerDependencies": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-assets",
"version": "0.49.0-beta.3",
"version": "0.49.0",
"description": "Static assets shared accross projects",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.49.0-beta.3",
"version": "0.49.0",
"main": "index.js",
"repository": "https://github.com/polkadot-js/apps.git",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -30,9 +30,9 @@
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/keyring": "^2.2.0-beta.0",
"@polkadot/types": "^1.1.0-beta.22",
"@polkadot/util": "^2.2.0-beta.0"
"@polkadot/keyring": "^2.2.1",
"@polkadot/types": "^1.1.1",
"@polkadot/util": "^2.2.1"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid": "^5.7.0"
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.49.0-beta.3",
"version": "0.49.0",
"description": "Manages app settings",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -14,7 +14,7 @@
"store": "^2.0.12"
},
"devDependencies": {
"@polkadot/util": "^2.2.0-beta.0"
"@polkadot/util": "^2.2.1"
},
"peerDependencies": {
"@polkadot/util": "*"
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.49.0-beta.3",
"version": "0.49.0",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -17,6 +17,6 @@
"@polkadot/util-crypto": "*"
},
"devDependencies": {
"@polkadot/util-crypto": "^2.2.0-beta.0"
"@polkadot/util-crypto": "^2.2.1"
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.49.0-beta.3",
"version": "0.49.0",
"description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
@@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.8.3",
"@polkadot/ui-shared": "^0.49.0-beta.3",
"@polkadot/ui-shared": "^0.49.0",
"jdenticon": "2.2.0"
},
"peerDependencies": {
+29 -29
View File
@@ -2375,24 +2375,24 @@
typescript "^3.7.5"
vuepress "^1.2.0"
"@polkadot/keyring@^2.2.0-beta.0":
version "2.2.0-beta.0"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-2.2.0-beta.0.tgz#481810e81c690ce343ffdf005a3ba71cfe6c4961"
integrity sha512-iabxyYzdyD8Bv0tW4g8e/x7hQGSsmI3TGMZHhAxLRc+ICFEPCB9sqqnu09DoB6QzyDTYD/kBArE2sOHhZacpPQ==
"@polkadot/keyring@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-2.2.1.tgz#33e33828194766eefe67ecabe787b5eab2393c43"
integrity sha512-GtWGYoIR9oEaWDuI++LzDuvXl5WmS/X+TXkSG5VUs21luZa2E9NoqMjKqR3raf6MLjfLt8yPnl9sz4xNgzcdHw==
dependencies:
"@babel/runtime" "^7.8.3"
"@polkadot/util" "^2.2.0-beta.0"
"@polkadot/util-crypto" "^2.2.0-beta.0"
"@polkadot/util" "^2.2.1"
"@polkadot/util-crypto" "^2.2.1"
"@polkadot/metadata@^1.1.0-beta.22":
version "1.1.0-beta.22"
resolved "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-1.1.0-beta.22.tgz#bb57a0ff1628784e4e6e5bba2f3fda1039fc7695"
integrity sha512-Bn+FRvUkpdVqVk3SbAP2qhwO41zXcJJZET+YeKHWx2amt9uXfoX15MZXODsY2Ug0chEm4Ow3LaJs5NJ1bLh52g==
"@polkadot/metadata@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-1.1.1.tgz#1c7d2e026791d5e3453304065646711da74a0025"
integrity sha512-NjBngIHy5JsrMI6iyDT8qMx25pSwXaNnRrgHiP3oNaoMadoCfqRRSsC3JCqIhHQva6WZ/JfFxorRyH1sTAKbZg==
dependencies:
"@babel/runtime" "^7.8.3"
"@polkadot/types" "^1.1.0-beta.22"
"@polkadot/util" "^2.2.0-beta.0"
"@polkadot/util-crypto" "^2.2.0-beta.0"
"@polkadot/types" "^1.1.1"
"@polkadot/util" "^2.2.1"
"@polkadot/util-crypto" "^2.2.1"
"@polkadot/ts@^0.2.1":
version "0.2.1"
@@ -2401,25 +2401,25 @@
dependencies:
"@types/chrome" "^0.0.92"
"@polkadot/types@^1.1.0-beta.22":
version "1.1.0-beta.22"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-1.1.0-beta.22.tgz#159527b55f6cfa5a727e3eb88bd34652f2f4de38"
integrity sha512-UAt1Kq6UUlKFBzXtxUN2+VZcG4KN1mqFf4ZXFqxqwzqWqJSrMwuN2OOFAbKYa6ljRpGljAHTPbxGGWoMh2Qu1Q==
"@polkadot/types@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-1.1.1.tgz#43f43c08ee0edba2c22f19e28132964dcbbe55f6"
integrity sha512-TeSXwMNNjgkLwDhOd1Ah9KH09sILIdotp9oEjOP8qK8sWNBkbZkYFdStAHMOH2fLjnSKpsArG3oBTHhdLHePnQ==
dependencies:
"@babel/runtime" "^7.8.3"
"@polkadot/metadata" "^1.1.0-beta.22"
"@polkadot/util" "^2.2.0-beta.0"
"@polkadot/util-crypto" "^2.2.0-beta.0"
"@polkadot/metadata" "^1.1.1"
"@polkadot/util" "^2.2.1"
"@polkadot/util-crypto" "^2.2.1"
memoizee "^0.4.14"
yargs "^15.1.0"
"@polkadot/util-crypto@^2.2.0-beta.0":
version "2.2.0-beta.0"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-2.2.0-beta.0.tgz#14d587a101864abafa825d1c2a347e142bb981a3"
integrity sha512-xJnDL8YdQFjEaJ6KYoRN/DhVA/NKZqja2yZqQqbvtVZX46l6kY56Vu6F3ZNlKsJxc6mSfr0qM2A7qiPcLkiw7g==
"@polkadot/util-crypto@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-2.2.1.tgz#a6129dc54f7da611ddd52bede4aa1918f8d19918"
integrity sha512-mkXAJIuGmeMBP/Kw7cDCrET1h8atCet9wVGjMknjAEsWH/obOm3lK3Q2XcqhccCNFAZ6+zL8yEuz9kOsC0xavA==
dependencies:
"@babel/runtime" "^7.8.3"
"@polkadot/util" "^2.2.0-beta.0"
"@polkadot/util" "^2.2.1"
"@polkadot/wasm-crypto" "^0.20.1"
"@types/bs58" "^4.0.0"
"@types/elliptic" "^6.4.12"
@@ -2434,10 +2434,10 @@
tweetnacl "^1.0.2"
xxhashjs "^0.2.2"
"@polkadot/util@^2.2.0-beta.0":
version "2.2.0-beta.0"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-2.2.0-beta.0.tgz#d0b5cadc09ee131196a4e48cfc54b12292ed1e35"
integrity sha512-VjvXt4PvItLynk3JFKcTNQa+Jf85Q8PENEt4WOfJYElbzDv2tevVoJtE9Ds5RFms2ONmnRu3yeXWtNSHd91x+A==
"@polkadot/util@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-2.2.1.tgz#e44c65f5404e325635c36c1c7fa38cbcf87de141"
integrity sha512-SfOA5fcWrOrIYQ90BTXTvXIQ8xeiIR38djZONXH6MLc/pulK2qLB0PdmAmxB+SNnU4iGbYS3sneseMzNS4d55w==
dependencies:
"@babel/runtime" "^7.8.3"
"@types/bn.js" "^4.11.6"