diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9410f6b..b314aa3b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## 3.11.1 Oct 23, 2024 + +Changes: + +- Upgrade polkadot/common to 13.2.1 ([#811](https://github.com/polkadot-js/ui/pull/811)) +- Bump yarn to 4.5.1 ([#812](https://github.com/polkadot-js/ui/pull/812)) +- Bump dev 0.81.2 ([#810](https://github.com/polkadot-js/ui/pull/810)) + - Correctly exports CJS and ESM + + ## 3.10.1 Sep 20, 2024 Changes: diff --git a/package.json b/package.json index d217fb613..0e4401402 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "sideEffects": false, "type": "module", - "version": "3.10.2-2-x", + "version": "3.11.1", "versions": { "git": "3.10.2-2-x", "npm": "3.10.1" diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index c193cc8c1..4a74f336c 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -18,12 +18,12 @@ "./packageDetect.cjs" ], "type": "module", - "version": "3.10.2-2-x", + "version": "3.11.1", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.2.1", - "@polkadot/ui-settings": "3.10.2-2-x", - "@polkadot/ui-shared": "3.10.2-2-x", + "@polkadot/ui-settings": "3.11.1", + "@polkadot/ui-shared": "3.11.1", "@polkadot/util": "^13.2.1", "@polkadot/util-crypto": "^13.2.1", "ethereum-blockies-base64": "^1.0.2", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index c3ae4bfe0..3fab596c5 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -18,10 +18,10 @@ "./packageDetect.cjs" ], "type": "module", - "version": "3.10.2-2-x", + "version": "3.11.1", "main": "index.js", "dependencies": { - "@polkadot/ui-settings": "3.10.2-2-x", + "@polkadot/ui-settings": "3.11.1", "@polkadot/util": "^13.2.1", "@polkadot/util-crypto": "^13.2.1", "@zxing/browser": "^0.1.5", diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index c731af586..335469fce 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -18,10 +18,10 @@ "./packageDetect.cjs" ], "type": "module", - "version": "3.10.2-2-x", + "version": "3.11.1", "main": "index.js", "dependencies": { - "@polkadot/ui-shared": "3.10.2-2-x", + "@polkadot/ui-shared": "3.11.1", "@polkadot/util": "^13.2.1", "@polkadot/util-crypto": "^13.2.1", "react-native-svg": "^14.1.0", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index ecc1b1e58..acf13d9c8 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -17,11 +17,11 @@ "./packageDetect.cjs" ], "type": "module", - "version": "3.10.2-2-x", + "version": "3.11.1", "main": "index.js", "dependencies": { "@polkadot/keyring": "^13.2.1", - "@polkadot/ui-settings": "3.10.2-2-x", + "@polkadot/ui-settings": "3.11.1", "@polkadot/util": "^13.2.1", "@polkadot/util-crypto": "^13.2.1", "mkdirp": "^3.0.1", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 8d4019f36..bed932d6f 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "3.10.2-2-x", + "version": "3.11.1", "main": "index.js", "dependencies": { "@polkadot/networks": "^13.2.1", diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 888371cbb..29c63ea05 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -18,7 +18,7 @@ "./packageDetect.cjs" ], "type": "module", - "version": "3.10.2-2-x", + "version": "3.11.1", "main": "index.js", "dependencies": { "colord": "^2.9.3", diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index f65ac38b6..c0670288a 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -18,10 +18,10 @@ "./packageDetect.cjs" ], "type": "module", - "version": "3.10.2-2-x", + "version": "3.11.1", "main": "index.js", "dependencies": { - "@polkadot/ui-shared": "3.10.2-2-x", + "@polkadot/ui-shared": "3.11.1", "@polkadot/util": "^13.2.1", "@polkadot/util-crypto": "^13.2.1", "jdenticon": "3.2.0", diff --git a/yarn.lock b/yarn.lock index ec88e5080..79fb19fd5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1626,8 +1626,8 @@ __metadata: resolution: "@polkadot/react-identicon@workspace:packages/react-identicon" dependencies: "@polkadot/keyring": "npm:^13.2.1" - "@polkadot/ui-settings": "npm:3.10.2-2-x" - "@polkadot/ui-shared": "npm:3.10.2-2-x" + "@polkadot/ui-settings": "npm:3.11.1" + "@polkadot/ui-shared": "npm:3.11.1" "@polkadot/util": "npm:^13.2.1" "@polkadot/util-crypto": "npm:^13.2.1" "@types/react-copy-to-clipboard": "npm:^5.0.7" @@ -1652,7 +1652,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: - "@polkadot/ui-settings": "npm:3.10.2-2-x" + "@polkadot/ui-settings": "npm:3.11.1" "@polkadot/util": "npm:^13.2.1" "@polkadot/util-crypto": "npm:^13.2.1" "@zxing/browser": "npm:^0.1.5" @@ -1673,7 +1673,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: - "@polkadot/ui-shared": "npm:3.10.2-2-x" + "@polkadot/ui-shared": "npm:3.11.1" "@polkadot/util": "npm:^13.2.1" "@polkadot/util-crypto": "npm:^13.2.1" "@types/react-native": "npm:^0.72.8" @@ -1692,7 +1692,7 @@ __metadata: resolution: "@polkadot/ui-keyring@workspace:packages/ui-keyring" dependencies: "@polkadot/keyring": "npm:^13.2.1" - "@polkadot/ui-settings": "npm:3.10.2-2-x" + "@polkadot/ui-settings": "npm:3.11.1" "@polkadot/util": "npm:^13.2.1" "@polkadot/util-crypto": "npm:^13.2.1" "@types/mkdirp": "npm:^2.0.0" @@ -1708,7 +1708,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@npm:3.10.2-2-x, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@npm:3.11.1, @polkadot/ui-settings@workspace:packages/ui-settings": version: 0.0.0-use.local resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: @@ -1724,7 +1724,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@npm:3.10.2-2-x, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@npm:3.11.1, @polkadot/ui-shared@workspace:packages/ui-shared": version: 0.0.0-use.local resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: @@ -1779,7 +1779,7 @@ __metadata: version: 0.0.0-use.local resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: - "@polkadot/ui-shared": "npm:3.10.2-2-x" + "@polkadot/ui-shared": "npm:3.11.1" "@polkadot/util": "npm:^13.2.1" "@polkadot/util-crypto": "npm:^13.2.1" jdenticon: "npm:3.2.0"