* 0.69

* Adjust

* Adjust

* Update CHANGELOG.md
This commit is contained in:
Jaco Greeff
2021-02-07 14:55:32 +01:00
committed by GitHub
parent 68f3d13d09
commit d8237f0687
16 changed files with 1104 additions and 1000 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/reactnative-identicon",
"version": "0.68.1",
"version": "0.69.0",
"description": "Renders an SVG picture representing an address",
"main": "index.js",
"sideEffects": false,
@@ -8,10 +8,10 @@
"maintainers": [],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@polkadot/ui-shared": "0.68.1",
"@polkadot/util": "^5.5.1",
"@polkadot/util-crypto": "^5.5.1",
"@babel/runtime": "^7.12.13",
"@polkadot/ui-shared": "0.69.0",
"@polkadot/util": "^5.6.1",
"@polkadot/util-crypto": "^5.6.1",
"react-native-svg": "^12.1.0"
},
"peerDependencies": {
@@ -21,6 +21,6 @@
"react-native": "*"
},
"devDependencies": {
"@types/react-native": "^0.63.46"
"@types/react-native": "^0.63.48"
}
}