This commit is contained in:
Jaco Greeff
2021-03-15 13:48:52 +01:00
committed by GitHub
parent 4370e87fea
commit 5e48c1036f
14 changed files with 630 additions and 1102 deletions
+7
View File
@@ -1,5 +1,12 @@
# CHANGELOG
## 0.72.1 Mar 15, 2021
Contributed:
- Added support for batch import/export functionality (Thanks to https://github.com/BubbleBear)
## 0.71.3 Mar 8, 2021
Changes:
+2 -2
View File
@@ -37,11 +37,11 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"react-native": "^0.63.4",
"react-native": "^0.64.0",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-serve": "^3.2.0"
},
"version": "0.71.4-2"
"version": "0.72.0"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-react",
"version": "0.71.4-2",
"version": "0.72.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.71.4-2",
"version": "0.72.0",
"description": "A very basic example with ui-* & vue-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "exampleReactNative",
"version": "0.71.4-2",
"version": "0.72.0",
"private": true,
"scripts": {
"copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared",
@@ -13,9 +13,9 @@
},
"dependencies": {
"@polkadot/keyring": "^6.0.5",
"@polkadot/reactnative-identicon": "0.71.4-2",
"@polkadot/ui-keyring": "0.71.4-2",
"@polkadot/ui-settings": "0.71.4-2",
"@polkadot/reactnative-identicon": "0.72.0",
"@polkadot/ui-keyring": "0.72.0",
"@polkadot/ui-settings": "0.72.0",
"@polkadot/util": "^6.0.5",
"@polkadot/util-crypto": "^6.0.5",
"@react-native-community/async-storage": "^1.12.1",
@@ -24,7 +24,7 @@
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react": "^17.0.1",
"react-native": "^0.63.4",
"react-native": "^0.64.0",
"react-native-crypto": "^2.2.0",
"react-native-randombytes": "^3.6.0",
"stream-http": "^3.1.1"
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-identicon",
"version": "0.71.4-2",
"version": "0.72.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
@@ -14,8 +14,8 @@
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/keyring": "^6.0.5",
"@polkadot/ui-settings": "0.71.4-2",
"@polkadot/ui-shared": "0.71.4-2",
"@polkadot/ui-settings": "0.72.0",
"@polkadot/ui-shared": "0.72.0",
"@polkadot/util": "^6.0.5",
"@polkadot/util-crypto": "^6.0.5",
"color": "^3.1.3",
@@ -36,7 +36,7 @@
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "^17.0.2",
"@types/styled-components": "^5.1.7",
"@types/styled-components": "^5.1.8",
"styled-components": "^5.2.1",
"xmlserializer": "^0.6.1"
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/react-qr",
"version": "0.71.4-2",
"version": "0.72.0",
"type": "module",
"description": "Generates and reads QR codes",
"main": "index.js",
@@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/react-qr-reader": "^2.1.3",
"@types/styled-components": "^5.1.7"
"@types/styled-components": "^5.1.8"
},
"peerDependencies": {
"@polkadot/util": "*",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.71.4-2",
"version": "0.72.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
@@ -13,7 +13,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/ui-shared": "0.71.4-2",
"@polkadot/ui-shared": "0.72.0",
"@polkadot/util": "^6.0.5",
"@polkadot/util-crypto": "^6.0.5",
"react-native-svg": "^12.1.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-assets",
"version": "0.71.4-2",
"version": "0.72.0",
"description": "Static assets shared accross projects",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-keyring",
"version": "0.71.4-2",
"version": "0.72.0",
"type": "module",
"main": "index.js",
"sideEffects": [
@@ -16,7 +16,7 @@
"@babel/runtime": "^7.13.10",
"@polkadot/hw-ledger": "^6.0.5",
"@polkadot/keyring": "^6.0.5",
"@polkadot/ui-settings": "0.71.4-2",
"@polkadot/ui-settings": "0.72.0",
"@polkadot/util": "^6.0.5",
"@polkadot/x-rxjs": "^6.0.5",
"mkdirp": "^1.0.4",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-settings",
"version": "0.71.4-2",
"version": "0.72.0",
"type": "module",
"description": "Manages app settings",
"main": "index.js",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/ui-shared",
"version": "0.71.4-2",
"version": "0.72.0",
"type": "module",
"description": "Shared logic that is usable accross all frameworks-specific areas",
"main": "index.js",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/vue-identicon",
"version": "0.71.4-2",
"version": "0.72.0",
"type": "module",
"description": "Renders an SVG picture representing an address",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -13,7 +13,7 @@
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.10",
"@polkadot/ui-shared": "0.71.4-2",
"@polkadot/ui-shared": "0.72.0",
"@polkadot/util": "^6.0.5",
"@polkadot/util-crypto": "^6.0.5",
"jdenticon": "3.1.0"
+599 -1078
View File
File diff suppressed because it is too large Load Diff