diff --git a/CHANGELOG.md b/CHANGELOG.md index f1269f7e..f5bc1b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index d681d98c..02a62f2c 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.49.0-beta.3" + "version": "0.49.0" } diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 8b4d0da7..33d60037 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -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 ", diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index 47c5524c..9fb7d803 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -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 ", diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index 22e7a6e4..6429f504 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -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", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index b69f9e5e..4ca18f5d 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -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 ", @@ -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" } } diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 8341a022..15d14060 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -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 ", diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 2d8fb021..758655d3 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -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 ", @@ -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": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 1fdd412e..9fab6de6 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -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 ", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 616b61c9..1be099e2 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -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 ", @@ -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" diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 73942945..dd0f4cd4 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -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 ", @@ -14,7 +14,7 @@ "store": "^2.0.12" }, "devDependencies": { - "@polkadot/util": "^2.2.0-beta.0" + "@polkadot/util": "^2.2.1" }, "peerDependencies": { "@polkadot/util": "*" diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 06440e2e..f19e1639 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -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 ", @@ -17,6 +17,6 @@ "@polkadot/util-crypto": "*" }, "devDependencies": { - "@polkadot/util-crypto": "^2.2.0-beta.0" + "@polkadot/util-crypto": "^2.2.1" } } diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index b625363a..4c4b7cc6 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -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 ", "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": { diff --git a/yarn.lock b/yarn.lock index 0e2d0a78..cd2f235e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"