This commit is contained in:
Jaco Greeff
2020-10-19 08:42:35 +02:00
committed by GitHub
parent 8e4ecac74b
commit 14ac686780
14 changed files with 347 additions and 344 deletions
+14
View File
@@ -1,5 +1,19 @@
# CHANGELOG # CHANGELOG
## 0.61.1 Oct 18, 2020
Contributed:
- Add Darwinia ss58 (Thanks to https://github.com/WoeOm)
- Swap network identifiers to @polkadot/networks (Thanks to https://github.com/Tbaut)
Changes:
- Explicit deps versions (with peerDependencies as provided)
- Bump to `@polkadot/api` 2.3.1
- Bump to `@polkadot/util` 3.6.1
## 0.60.1 Oct 7, 2020 ## 0.60.1 Oct 7, 2020
Changes: Changes:
+6 -6
View File
@@ -28,19 +28,19 @@
"test:one": "polkadot-dev-run-test" "test:one": "polkadot-dev-run-test"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.11.6", "@babel/core": "^7.12.3",
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.12.1",
"@polkadot/dev": "^0.58.1", "@polkadot/dev": "^0.58.3",
"@polkadot/ts": "^0.3.49", "@polkadot/ts": "^0.3.49",
"@types/jest": "^26.0.14", "@types/jest": "^26.0.14",
"babel-plugin-transform-vue-template": "^0.4.2", "babel-plugin-transform-vue-template": "^0.4.2",
"empty": "^0.10.1", "empty": "^0.10.1",
"react": "^16.13.1", "react": "^16.14.0",
"react-dom": "^16.13.1", "react-dom": "^16.14.0",
"react-is": "^16.13.1", "react-is": "^16.13.1",
"react-native": "^0.63.3", "react-native": "^0.63.3",
"vue-template-compiler": "^2.6.12", "vue-template-compiler": "^2.6.12",
"webpack-serve": "^3.2.0" "webpack-serve": "^3.2.0"
}, },
"version": "0.60.2-3" "version": "0.61.0"
} }
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/example-react", "name": "@polkadot/example-react",
"version": "0.60.2-3", "version": "0.61.0",
"description": "A very basic example with ui-* & react-* packages", "description": "A very basic example with ui-* & react-* packages",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
@@ -9,6 +9,6 @@
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.11.2" "@babel/runtime": "^7.12.1"
} }
} }
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/example-vue", "name": "@polkadot/example-vue",
"version": "0.60.2-3", "version": "0.61.0",
"description": "A very basic example with ui-* & vue-* packages", "description": "A very basic example with ui-* & vue-* packages",
"main": "index.js", "main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>", "author": "Jaco Greeff <jacogr@gmail.com>",
@@ -9,6 +9,6 @@
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.11.2" "@babel/runtime": "^7.12.1"
} }
} }
+11 -11
View File
@@ -1,6 +1,6 @@
{ {
"name": "exampleReactNative", "name": "exampleReactNative",
"version": "0.60.2-3", "version": "0.61.0",
"private": true, "private": true,
"scripts": { "scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared", "copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -12,31 +12,31 @@
"test": "jest" "test": "jest"
}, },
"dependencies": { "dependencies": {
"@polkadot/keyring": "^3.6.0-beta.14", "@polkadot/keyring": "^3.6.1",
"@polkadot/reactnative-identicon": "0.60.2-3", "@polkadot/reactnative-identicon": "0.61.0",
"@polkadot/ui-keyring": "0.60.2-3", "@polkadot/ui-keyring": "0.61.0",
"@polkadot/ui-settings": "0.60.2-3", "@polkadot/ui-settings": "0.61.0",
"@polkadot/util": "^3.6.0-beta.14", "@polkadot/util": "^3.6.1",
"@polkadot/util-crypto": "^3.6.0-beta.14", "@polkadot/util-crypto": "^3.6.1",
"@react-native-community/async-storage": "^1.12.1", "@react-native-community/async-storage": "^1.12.1",
"fast-text-encoding": "^1.0.3", "fast-text-encoding": "^1.0.3",
"get-yarn-workspaces": "^1.0.2", "get-yarn-workspaces": "^1.0.2",
"os-browserify": "^0.3.0", "os-browserify": "^0.3.0",
"process": "^0.11.10", "process": "^0.11.10",
"react": "16.13.1", "react": "^16.14.0",
"react-native": "^0.63.3", "react-native": "^0.63.3",
"react-native-crypto": "^2.2.0", "react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.5.3", "react-native-randombytes": "^3.5.3",
"stream-http": "^3.1.1" "stream-http": "^3.1.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.11.6", "@babel/core": "^7.12.3",
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.12.1",
"@react-native-community/cli-platform-ios": "^4.13.0", "@react-native-community/cli-platform-ios": "^4.13.0",
"@types/react-test-renderer": "16.9.3", "@types/react-test-renderer": "16.9.3",
"babel-jest": "^26.5.2", "babel-jest": "^26.5.2",
"metro-react-native-babel-preset": "^0.63.0", "metro-react-native-babel-preset": "^0.63.0",
"react-test-renderer": "16.13.1" "react-test-renderer": "16.14.0"
}, },
"peerDependencies": { "peerDependencies": {
"@polkadot/keyring": "*", "@polkadot/keyring": "*",
+9 -9
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/react-identicon", "name": "@polkadot/react-identicon",
"version": "0.60.2-3", "version": "0.61.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>",
@@ -9,13 +9,13 @@
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.12.1",
"@polkadot/keyring": "^3.6.0-beta.14", "@polkadot/keyring": "^3.6.1",
"@polkadot/ui-settings": "0.60.2-3", "@polkadot/ui-settings": "0.61.0",
"@polkadot/ui-shared": "0.60.2-3", "@polkadot/ui-shared": "0.61.0",
"@polkadot/util": "^3.6.0-beta.14", "@polkadot/util": "^3.6.1",
"@polkadot/util-crypto": "^3.6.0-beta.14", "@polkadot/util-crypto": "^3.6.1",
"color": "^3.1.2", "color": "^3.1.3",
"jdenticon": "2.2.0", "jdenticon": "2.2.0",
"react-copy-to-clipboard": "^5.0.2" "react-copy-to-clipboard": "^5.0.2"
}, },
@@ -31,7 +31,7 @@
"devDependencies": { "devDependencies": {
"@types/react-copy-to-clipboard": "^4.3.0", "@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.8", "@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.3", "@types/styled-components": "^5.1.4",
"styled-components": "^5.2.0", "styled-components": "^5.2.0",
"xmlserializer": "^0.6.1" "xmlserializer": "^0.6.1"
} }
+5 -5
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/react-qr", "name": "@polkadot/react-qr",
"version": "0.60.2-3", "version": "0.61.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>",
@@ -9,15 +9,15 @@
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.12.1",
"@polkadot/util": "^3.6.0-beta.14", "@polkadot/util": "^3.6.1",
"@polkadot/util-crypto": "^3.6.0-beta.14", "@polkadot/util-crypto": "^3.6.1",
"qrcode-generator": "^1.4.4", "qrcode-generator": "^1.4.4",
"react-qr-reader": "^2.2.1" "react-qr-reader": "^2.2.1"
}, },
"devDependencies": { "devDependencies": {
"@types/react-qr-reader": "^2.1.3", "@types/react-qr-reader": "^2.1.3",
"@types/styled-components": "^5.1.3" "@types/styled-components": "^5.1.4"
}, },
"peerDependencies": { "peerDependencies": {
"@polkadot/util": "*", "@polkadot/util": "*",
+5 -5
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/reactnative-identicon", "name": "@polkadot/reactnative-identicon",
"version": "0.60.2-3", "version": "0.61.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>",
@@ -9,10 +9,10 @@
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.12.1",
"@polkadot/ui-shared": "0.60.2-3", "@polkadot/ui-shared": "0.61.0",
"@polkadot/util": "^3.6.0-beta.14", "@polkadot/util": "^3.6.1",
"@polkadot/util-crypto": "^3.6.0-beta.14", "@polkadot/util-crypto": "^3.6.1",
"react-native-svg": "^12.1.0" "react-native-svg": "^12.1.0"
}, },
"peerDependencies": { "peerDependencies": {
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-assets", "name": "@polkadot/ui-assets",
"version": "0.60.2-3", "version": "0.61.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>",
@@ -9,6 +9,6 @@
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.11.2" "@babel/runtime": "^7.12.1"
} }
} }
+8 -8
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-keyring", "name": "@polkadot/ui-keyring",
"version": "0.60.2-3", "version": "0.61.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>",
@@ -17,25 +17,25 @@
"./ledger/transportsWeb": "./ledger/transportsEmpty" "./ledger/transportsWeb": "./ledger/transportsEmpty"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.12.1",
"@ledgerhq/hw-transport-webusb": "^5.25.0", "@ledgerhq/hw-transport-webusb": "^5.26.0",
"@polkadot/keyring": "^3.6.0-beta.14", "@polkadot/keyring": "^3.6.1",
"@polkadot/ui-settings": "^0.60.2-3", "@polkadot/ui-settings": "^0.61.0",
"@polkadot/util": "^3.6.0-beta.14", "@polkadot/util": "^3.6.1",
"@zondax/ledger-polkadot": "^0.11.0", "@zondax/ledger-polkadot": "^0.11.0",
"mkdirp": "^1.0.4", "mkdirp": "^1.0.4",
"rxjs": "^6.6.3", "rxjs": "^6.6.3",
"store": "^2.0.12" "store": "^2.0.12"
}, },
"devDependencies": { "devDependencies": {
"@polkadot/types": "^2.2.2-7", "@polkadot/types": "^2.3.1",
"@types/ledgerhq__hw-transport-node-hid": "^4.22.2", "@types/ledgerhq__hw-transport-node-hid": "^4.22.2",
"@types/ledgerhq__hw-transport-webusb": "^4.70.1", "@types/ledgerhq__hw-transport-webusb": "^4.70.1",
"@types/mkdirp": "^1.0.1", "@types/mkdirp": "^1.0.1",
"@types/store": "^2.0.2" "@types/store": "^2.0.2"
}, },
"optionalDependencies": { "optionalDependencies": {
"@ledgerhq/hw-transport-node-hid": "^5.25.0" "@ledgerhq/hw-transport-node-hid": "^5.26.0"
}, },
"peerDependencies": { "peerDependencies": {
"@polkadot/keyring": "*", "@polkadot/keyring": "*",
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-settings", "name": "@polkadot/ui-settings",
"version": "0.60.2-3", "version": "0.61.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>",
@@ -9,9 +9,9 @@
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.12.1",
"@polkadot/networks": "^3.6.0-beta.14", "@polkadot/networks": "^3.6.1",
"@polkadot/util": "^3.6.0-beta.14", "@polkadot/util": "^3.6.1",
"eventemitter3": "^4.0.7", "eventemitter3": "^4.0.7",
"store": "^2.0.12" "store": "^2.0.12"
}, },
+5 -5
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/ui-shared", "name": "@polkadot/ui-shared",
"version": "0.60.2-3", "version": "0.61.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>",
@@ -9,16 +9,16 @@
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.12.1",
"color": "^3.1.2" "color": "^3.1.3"
}, },
"peerDependencies": { "peerDependencies": {
"@polkadot/util": "*", "@polkadot/util": "*",
"@polkadot/util-crypto": "*" "@polkadot/util-crypto": "*"
}, },
"devDependencies": { "devDependencies": {
"@polkadot/util": "^3.6.0-beta.14", "@polkadot/util": "^3.6.1",
"@polkadot/util-crypto": "^3.6.0-beta.14", "@polkadot/util-crypto": "^3.6.1",
"@types/color": "^3.0.1", "@types/color": "^3.0.1",
"@types/xmlserializer": "^0.6.1" "@types/xmlserializer": "^0.6.1"
} }
+5 -5
View File
@@ -1,6 +1,6 @@
{ {
"name": "@polkadot/vue-identicon", "name": "@polkadot/vue-identicon",
"version": "0.60.2-3", "version": "0.61.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": [
@@ -9,10 +9,10 @@
"main": "index.js", "main": "index.js",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.12.1",
"@polkadot/ui-shared": "0.60.2-3", "@polkadot/ui-shared": "0.61.0",
"@polkadot/util": "^3.6.0-beta.14", "@polkadot/util": "^3.6.1",
"@polkadot/util-crypto": "^3.6.0-beta.14", "@polkadot/util-crypto": "^3.6.1",
"jdenticon": "2.2.0" "jdenticon": "2.2.0"
}, },
"peerDependencies": { "peerDependencies": {
+269 -280
View File
File diff suppressed because it is too large Load Diff