diff --git a/lerna.json b/lerna.json index 51068a28..145a6bfc 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.22.4" + "version": "0.22.5" } diff --git a/package.json b/package.json index 4fb58fe3..085454c5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.22.4", + "version": "0.22.5", "private": true, "engines": { "node": "^10.13.0", diff --git a/packages/ui-identicon/package.json b/packages/ui-identicon/package.json index 462620e4..51e03968 100644 --- a/packages/ui-identicon/package.json +++ b/packages/ui-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-identicon", - "version": "0.22.4", + "version": "0.22.5", "description": "Renders an SVG picture representing an address", "main": "index.js", "author": "Jaco Greeff ", @@ -11,7 +11,7 @@ "dependencies": { "@babel/runtime": "^7.1.5", "@polkadot/keyring": "^0.33.9", - "@polkadot/ui-settings": "^0.22.4", + "@polkadot/ui-settings": "^0.22.5", "@polkadot/util-crypto": "^0.33.9", "@types/color": "^3.0.0", "@types/react-copy-to-clipboard": "^4.2.6", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 7bf3d8ae..fd45480e 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.22.4", + "version": "0.22.5", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 783f257a..a99b9953 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.22.4", + "version": "0.22.5", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ",