diff --git a/lerna.json b/lerna.json index 020b5087..81f1d45a 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.25.0" + "version": "0.25.1" } diff --git a/package.json b/package.json index 9e09c27e..398b1930 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.24.30", + "version": "0.25.1", "private": true, "engines": { "node": "^10.13.0", diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 2a31c8de..c582d23f 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.25.0", + "version": "0.25.1", "description": "Static assets shared accross projects", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-identicon/package.json b/packages/ui-identicon/package.json index 8ffa06eb..31bdac7d 100644 --- a/packages/ui-identicon/package.json +++ b/packages/ui-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-identicon", - "version": "0.25.0", + "version": "0.25.1", "description": "Renders an SVG picture representing an address", "main": "index.js", "author": "Jaco Greeff ", @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.2.0", - "@polkadot/ui-settings": "^0.25.0", + "@polkadot/ui-settings": "^0.25.1", "@types/color": "^3.0.0", "@types/react-copy-to-clipboard": "^4.2.6", "color": "^3.0.0", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 5e52ec75..53e88f5e 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.25.0", + "version": "0.25.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 ed87a2bf..2191d464 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.25.0", + "version": "0.25.1", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ",