diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f07452ef --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# 0.25.1 + +Add `@polkadot/{keyring,util,util-crypto,types}` as peerDependencies for the various packages as used. Thie should allow less churn on this repo with version bumps, although it does add some extra effort onto the users of these libraries. (But the assumption is that they use these anyway) diff --git a/lerna.json b/lerna.json index 37938162..020b5087 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.24.30" + "version": "0.25.0" } diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index f45b45c0..2a31c8de 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.24.30", + "version": "0.25.0", "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 eef430d4..8ffa06eb 100644 --- a/packages/ui-identicon/package.json +++ b/packages/ui-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-identicon", - "version": "0.24.30", + "version": "0.25.0", "description": "Renders an SVG picture representing an address", "main": "index.js", "author": "Jaco Greeff ", @@ -10,15 +10,20 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.2.0", - "@polkadot/keyring": "^0.33.30", - "@polkadot/ui-settings": "^0.24.30", - "@polkadot/util-crypto": "^0.33.30", + "@polkadot/ui-settings": "^0.25.0", "@types/color": "^3.0.0", "@types/react-copy-to-clipboard": "^4.2.6", "color": "^3.0.0", "react-copy-to-clipboard": "^5.0.1" }, + "peerDependencies": { + "@polkadot/keyring": "*", + "@polkadot/util-crypto": "*", + "react": "*" + }, "devDependencies": { + "@polkadot/keyring": "^0.33.30", + "@polkadot/util-crypto": "^0.33.30", "xmlserializer": "^0.6.1" } } diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 53cb1f55..5e52ec75 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.24.30", + "version": "0.25.0", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -11,9 +11,18 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.2.0", - "@polkadot/keyring": "^0.33.30", - "@polkadot/types": "^0.37.10", "@types/store": "^2.0.1", + "rxjs": "^6.3.3", "store": "^2.0.12" + }, + "devDependecies": { + "@polkadot/keyring": "^0.33.30", + "@polkadot/types": "^0.38.1", + "@polkadot/util": "^0.33.30" + }, + "peerDependencies": { + "@polkadot/keyring": "*", + "@polkadot/types": "*", + "@polkadot/util": "*" } } diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 72791c5b..ed87a2bf 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.24.30", + "version": "0.25.0", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ", diff --git a/yarn.lock b/yarn.lock index bf54a09a..650f692f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1451,16 +1451,6 @@ resolved "https://registry.yarnpkg.com/@polkadot/ts/-/ts-0.1.47.tgz#89a7e44ce3274feb446e8102f16499ec6a5b5720" integrity sha512-UE8Wru0BOk+h0RiDAxo1P5dpk9mZyK1VIJiKKM2vfzQqMCPfKnSuQXXXkNzJ/4dqjRJ6ilYwFkzXQwemJWF0+w== -"@polkadot/types@^0.37.10": - version "0.37.13" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.37.13.tgz#04d164fb599f55cf90cd4e8a6fd534fc8e0f9aea" - integrity sha512-mpEu5BieV2ZMMVvQl28OPnI4d+4lTScWLEQfyvxUVzq3Y9P+OSXpUB2N7W/QSAhGs3oWp3dwCaJUfQ57yh16Vw== - dependencies: - "@babel/runtime" "^7.2.0" - "@polkadot/keyring" "^0.33.30" - "@polkadot/util" "^0.33.30" - core-js "^2.6.1" - "@polkadot/util-crypto@^0.33.30": version "0.33.30" resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-0.33.30.tgz#e164d6cc274e9031b6e51bbe674fc32a3845a6bd" @@ -10366,7 +10356,7 @@ run-queue@^1.0.0, run-queue@^1.0.3: dependencies: aproba "^1.1.1" -rxjs@^6.1.0, rxjs@^6.3.2: +rxjs@^6.1.0, rxjs@^6.3.2, rxjs@^6.3.3: version "6.3.3" resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.3.3.tgz#3c6a7fa420e844a81390fb1158a9ec614f4bad55" integrity sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==