diff --git a/lerna.json b/lerna.json index 818610ec..c1f449b8 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.22.0" + "version": "0.22.1" } diff --git a/package.json b/package.json index e94bbdd6..c6048e0b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.22.0", + "version": "0.22.1", "private": true, "engines": { "node": "^10.13.0", diff --git a/packages/ui-identicon/package.json b/packages/ui-identicon/package.json index 18e8eea6..8ab8cac7 100644 --- a/packages/ui-identicon/package.json +++ b/packages/ui-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-identicon", - "version": "0.22.0", + "version": "0.22.1", "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.7", - "@polkadot/ui-settings": "^0.22.0", + "@polkadot/ui-settings": "^0.22.1", "@polkadot/util-crypto": "^0.33.7", "@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 9aff2e91..44286b1f 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.22.0", + "version": "0.22.1", "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 9338476e..a8590f3e 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.22.0", + "version": "0.22.1", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ",