diff --git a/CHANGELOG.md b/CHANGELOG.md index 202555c6..8cd4eff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.45.0-beta.x +# 0.45.1 - Support for Kusama CC2 - **Breaking change** The subscription subject for `ui-keyring` does not return a pre-formatted React object anymore. This is SUI-specific, so had limited use and therefore should not even be split into a `react-keyring` component. Rather users of this functionality should construct their own options for their framework. diff --git a/lerna.json b/lerna.json index fa4f6837..80700350 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "packages": [ "packages/*" ], - "version": "0.45.0-beta.15" + "version": "0.45.0" } diff --git a/packages/example-react/package.json b/packages/example-react/package.json index ddad1aeb..724b7725 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-react", - "version": "0.45.0-beta.15", + "version": "0.45.0", "description": "A very basic example with ui-* & react-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index 5cbc96ff..c71366f9 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/example-vue", - "version": "0.45.0-beta.15", + "version": "0.45.0", "description": "A very basic example with ui-* & vue-* packages", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index e9b71ab5..80f7da47 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-identicon", - "version": "0.45.0-beta.15", + "version": "0.45.0", "description": "Renders an SVG picture representing an address", "main": "index.js", "author": "Jaco Greeff ", @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.6.2", - "@polkadot/ui-settings": "^0.45.0-beta.15", - "@polkadot/ui-shared": "^0.45.0-beta.15", + "@polkadot/ui-settings": "^0.45.0", + "@polkadot/ui-shared": "^0.45.0", "@types/color": "^3.0.0", "@types/react-copy-to-clipboard": "^4.2.6", "color": "^3.1.2", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 67207d1d..f73681a8 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/react-qr", - "version": "0.45.0-beta.15", + "version": "0.45.0", "description": "Generates and reads QR codes", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 1927b788..55e2ca5e 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/reactnative-identicon", - "version": "0.45.0-beta.15", + "version": "0.45.0", "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.6.2", - "@polkadot/ui-shared": "^0.45.0-beta.15", + "@polkadot/ui-shared": "^0.45.0", "react-native-svg": "^9.9.4" }, "peerDependencies": { diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 3bc1c065..8638230a 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-assets", - "version": "0.45.0-beta.15", + "version": "0.45.0", "description": "Static assets shared accross projects", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index d5fd973d..92ba4e99 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-keyring", - "version": "0.45.0-beta.15", + "version": "0.45.0", "main": "index.js", "repository": "https://github.com/polkadot-js/apps.git", "author": "Jaco Greeff ", @@ -31,7 +31,7 @@ }, "devDependencies": { "@polkadot/keyring": "^1.5.1", - "@polkadot/types": "^0.93.0-beta.19", + "@polkadot/types": "^0.93.1", "@polkadot/util": "^1.5.1" }, "optionalDependencies": { diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 512cd935..373a51c1 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-settings", - "version": "0.45.0-beta.15", + "version": "0.45.0", "description": "Manages app settings", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 06caa663..8fa0eb9f 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/ui-shared", - "version": "0.45.0-beta.15", + "version": "0.45.0", "description": "Shared logic that is usable accross all frameworks-specific areas", "main": "index.js", "author": "Jaco Greeff ", diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 5b97b3b5..aa2a880e 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,6 +1,6 @@ { "name": "@polkadot/vue-identicon", - "version": "0.45.0-beta.15", + "version": "0.45.0", "description": "Renders an SVG picture representing an address", "author": "Jaco Greeff ", "maintainers": [ @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.6.2", - "@polkadot/ui-shared": "^0.45.0-beta.15", + "@polkadot/ui-shared": "^0.45.0", "jdenticon": "2.2.0" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index b0c70002..c9e90d80 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2166,10 +2166,10 @@ dependencies: "@types/chrome" "^0.0.89" -"@polkadot/types@^0.93.0-beta.19": - version "0.93.0-beta.19" - resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.93.0-beta.19.tgz#dd67919daf92104850b9469feff17c3773e4fe90" - integrity sha512-7BA9S086mSeoGduvl6y2uRWN4/6/OkUGogDdkux0d926S3gjGyfR2/qjVf0rKdIcVMdrxNCBWMndKmDK5vdEsw== +"@polkadot/types@^0.93.1": + version "0.93.1" + resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-0.93.1.tgz#fcebc19dd6a6fc7adf2692b5595a7ef37b94ce68" + integrity sha512-XhJdrtMljnAxj31W5Lvd9f1HNh7m47xUsoNFsTz9xlWtgG5MCl1bR4d/CPgFTS9UNTlMZtb0ckohN1VxGlufCQ== dependencies: "@babel/runtime" "^7.6.2" "@polkadot/util" "^1.5.1"