diff --git a/CHANGELOG.md b/CHANGELOG.md index de7e666f..08f945bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # CHANGELOG +## 1.0.1 Jan 29, 2022 + **Breaking change** The `Ledger` export from `@polkadot/ui-keyring` has been removed. For users of this class, import it directly from `@polkadot/hw-ledger` +**Important** This is the first release in the long-outstanding `1.x` range. Apart from the notable breaking changes, it has no functional differences to the previous versions. + Changes: - Remove `Ledger` export in `ui-keyring` diff --git a/package.json b/package.json index 01d26dc2..98af6fb2 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.89.4-1", + "version": "1.0.0", "workspaces": [ "packages/*" ], @@ -34,7 +34,7 @@ "devDependencies": { "@babel/core": "^7.16.12", "@babel/runtime": "^7.16.7", - "@polkadot/dev": "^0.65.45", + "@polkadot/dev": "^0.65.46", "@polkadot/x-bundle": "^8.3.3", "@types/jest": "^27.4.0", "babel-loader": "^8.2.3", @@ -48,7 +48,7 @@ "stream-browserify": "^3.0.0", "vue-template-compiler": "^2.6.14", "webpack": "^5.67.0", - "webpack-cli": "^4.9.1", + "webpack-cli": "^4.9.2", "webpack-serve": "^4.0.0" }, "resolutions": { diff --git a/packages/example-react/package.json b/packages/example-react/package.json index 5fa50ef4..4b288ae6 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.89.4-1", + "version": "1.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7" diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index bb05012d..7e853ad4 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.89.4-1", + "version": "1.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7" diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 1243b970..3097bdbb 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -17,13 +17,13 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.4-1", + "version": "1.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", "@polkadot/keyring": "^8.3.3", - "@polkadot/ui-settings": "0.89.4-1", - "@polkadot/ui-shared": "0.89.4-1", + "@polkadot/ui-settings": "1.0.0", + "@polkadot/ui-shared": "1.0.0", "@polkadot/util": "^8.3.3", "@polkadot/util-crypto": "^8.3.3", "color": "^3.2.1", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index e475ab20..995e93d7 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.4-1", + "version": "1.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/ui-settings": "0.89.4-1", + "@polkadot/ui-settings": "1.0.0", "@polkadot/util": "^8.3.3", "@polkadot/util-crypto": "^8.3.3", "qrcode-generator": "^1.4.4", diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 6ca0fbc9..6bae626e 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.4-1", + "version": "1.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/ui-shared": "0.89.4-1", + "@polkadot/ui-shared": "1.0.0", "@polkadot/util": "^8.3.3", "@polkadot/util-crypto": "^8.3.3", "react-native-svg": "^12.2.0" diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 1d8913fa..42bce9f8 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/polkadot-js/ui.git" }, "sideEffects": false, - "version": "0.89.4-1", + "version": "1.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index f39186fc..93bcf0d5 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -16,12 +16,12 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.4-1", + "version": "1.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", "@polkadot/keyring": "^8.3.3", - "@polkadot/ui-settings": "0.89.4-1", + "@polkadot/ui-settings": "1.0.0", "@polkadot/util": "^8.3.3", "@polkadot/util-crypto": "^8.3.3", "mkdirp": "^1.0.4", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index ae9e85a3..62962125 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.4-1", + "version": "1.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index d3b61375..b9b40e6c 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -17,7 +17,7 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.4-1", + "version": "1.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index 641e2986..bcae3268 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -17,11 +17,11 @@ "./detectPackage.cjs" ], "type": "module", - "version": "0.89.4-1", + "version": "1.0.0", "main": "index.js", "dependencies": { "@babel/runtime": "^7.16.7", - "@polkadot/ui-shared": "0.89.4-1", + "@polkadot/ui-shared": "1.0.0", "@polkadot/util": "^8.3.3", "@polkadot/util-crypto": "^8.3.3", "jdenticon": "3.1.1" diff --git a/yarn.lock b/yarn.lock index 8a850e0f..d49998f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2047,9 +2047,9 @@ __metadata: languageName: node linkType: hard -"@polkadot/dev@npm:^0.65.45": - version: 0.65.45 - resolution: "@polkadot/dev@npm:0.65.45" +"@polkadot/dev@npm:^0.65.46": + version: 0.65.46 + resolution: "@polkadot/dev@npm:0.65.46" dependencies: "@babel/cli": ^7.16.8 "@babel/core": ^7.16.12 @@ -2082,7 +2082,7 @@ __metadata: babel-plugin-styled-components: ^2.0.2 browserslist: ^4.19.1 coveralls: ^3.1.1 - eslint: ^8.7.0 + eslint: ^8.8.0 eslint-config-standard: ^16.0.3 eslint-import-resolver-node: ^0.3.6 eslint-plugin-header: ^3.1.1 @@ -2135,7 +2135,7 @@ __metadata: polkadot-exec-rollup: scripts/polkadot-exec-rollup.mjs polkadot-exec-tsc: scripts/polkadot-exec-tsc.mjs polkadot-exec-webpack: scripts/polkadot-exec-webpack.mjs - checksum: 845b23b89d5f14fc68c9f5b1fd8a35d23a4aabdd4937c90bb455d206d953e2ef4602d17e0ac17ec0b3833e920b49978fd52d6914fd92dc2742468f1775736d33 + checksum: 12ca091e24a61bf232206e30588c860cecfa80ab783b8621c09f6c7930c4f5ad2e57250189c5e1c1dc63306b669b3c3b8371f7995930a53858979785cbcd6ec1 languageName: node linkType: hard @@ -2185,8 +2185,8 @@ __metadata: dependencies: "@babel/runtime": ^7.16.7 "@polkadot/keyring": ^8.3.3 - "@polkadot/ui-settings": 0.89.4-1 - "@polkadot/ui-shared": 0.89.4-1 + "@polkadot/ui-settings": 1.0.0 + "@polkadot/ui-shared": 1.0.0 "@polkadot/util": ^8.3.3 "@polkadot/util-crypto": ^8.3.3 "@types/react-copy-to-clipboard": ^5.0.2 @@ -2214,7 +2214,7 @@ __metadata: resolution: "@polkadot/react-qr@workspace:packages/react-qr" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/ui-settings": 0.89.4-1 + "@polkadot/ui-settings": 1.0.0 "@polkadot/util": ^8.3.3 "@polkadot/util-crypto": ^8.3.3 "@types/react-qr-reader": ^2.1.4 @@ -2236,7 +2236,7 @@ __metadata: resolution: "@polkadot/reactnative-identicon@workspace:packages/reactnative-identicon" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/ui-shared": 0.89.4-1 + "@polkadot/ui-shared": 1.0.0 "@polkadot/util": ^8.3.3 "@polkadot/util-crypto": ^8.3.3 "@types/react-native": ^0.66.15 @@ -2264,7 +2264,7 @@ __metadata: dependencies: "@babel/runtime": ^7.16.7 "@polkadot/keyring": ^8.3.3 - "@polkadot/ui-settings": 0.89.4-1 + "@polkadot/ui-settings": 1.0.0 "@polkadot/util": ^8.3.3 "@polkadot/util-crypto": ^8.3.3 "@types/mkdirp": ^1.0.2 @@ -2279,7 +2279,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-settings@0.89.4-1, @polkadot/ui-settings@workspace:packages/ui-settings": +"@polkadot/ui-settings@1.0.0, @polkadot/ui-settings@workspace:packages/ui-settings": version: 0.0.0-use.local resolution: "@polkadot/ui-settings@workspace:packages/ui-settings" dependencies: @@ -2295,7 +2295,7 @@ __metadata: languageName: unknown linkType: soft -"@polkadot/ui-shared@0.89.4-1, @polkadot/ui-shared@workspace:packages/ui-shared": +"@polkadot/ui-shared@1.0.0, @polkadot/ui-shared@workspace:packages/ui-shared": version: 0.0.0-use.local resolution: "@polkadot/ui-shared@workspace:packages/ui-shared" dependencies: @@ -2354,7 +2354,7 @@ __metadata: resolution: "@polkadot/vue-identicon@workspace:packages/vue-identicon" dependencies: "@babel/runtime": ^7.16.7 - "@polkadot/ui-shared": 0.89.4-1 + "@polkadot/ui-shared": 1.0.0 "@polkadot/util": ^8.3.3 "@polkadot/util-crypto": ^8.3.3 jdenticon: 3.1.1 @@ -3449,36 +3449,36 @@ __metadata: languageName: node linkType: hard -"@webpack-cli/configtest@npm:^1.1.0": - version: 1.1.0 - resolution: "@webpack-cli/configtest@npm:1.1.0" +"@webpack-cli/configtest@npm:^1.1.1": + version: 1.1.1 + resolution: "@webpack-cli/configtest@npm:1.1.1" peerDependencies: webpack: 4.x.x || 5.x.x webpack-cli: 4.x.x - checksum: 69e7816b5b5d8589d5fc14af591d63831ff6ea2ca2d498c2d8bc354faaef9aeb282f70ad13df2fc5c3726be0f88c3dbc7facc37f3ab5a8cad44f562081792b28 + checksum: c4e7fca21315e487655fbdc7d079092c3f88b274a720d245ca2e13dce7553009fb3f9d82218c33f5c9b208832d72bb4114a9cca97d53b66212eff5da1d3ad44b languageName: node linkType: hard -"@webpack-cli/info@npm:^1.4.0": - version: 1.4.0 - resolution: "@webpack-cli/info@npm:1.4.0" +"@webpack-cli/info@npm:^1.4.1": + version: 1.4.1 + resolution: "@webpack-cli/info@npm:1.4.1" dependencies: envinfo: ^7.7.3 peerDependencies: webpack-cli: 4.x.x - checksum: 6385b1e2c511d0136fa53fcff5ecdc00ce7590d01648b437089e6d9c7b1866da8c6e850c41a7c52d3eb3ae23a31f3f40e1cead77ea2046ee6eb6b23a4124f4a9 + checksum: 7a7cac2ba4f2528caa329311599da1685b1bc099bfc5b7210932b7c86024c1277fd7857b08557902b187ea01247a8e8f72f7f5719af72b0c8d97f22087aa0c14 languageName: node linkType: hard -"@webpack-cli/serve@npm:^1.6.0": - version: 1.6.0 - resolution: "@webpack-cli/serve@npm:1.6.0" +"@webpack-cli/serve@npm:^1.6.1": + version: 1.6.1 + resolution: "@webpack-cli/serve@npm:1.6.1" peerDependencies: webpack-cli: 4.x.x peerDependenciesMeta: webpack-dev-server: optional: true - checksum: 050a930b63653ae0002e135cc9b0810483dd0857acd8e7ae2f41011f48f8856a150dd60c787105597ef8814541031779be1dc015ef637d70a7524d373cbbf346 + checksum: 8b273f906aeffa60c7d5700ae25f98d4b66b7e922cad38acb9575d55ff83872cd20b9894aacfa81c4d54e5b51b16253ae0e70c5e9e0608dc8768276e15c74536 languageName: node linkType: hard @@ -6401,9 +6401,9 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^8.7.0": - version: 8.7.0 - resolution: "eslint@npm:8.7.0" +"eslint@npm:^8.8.0": + version: 8.8.0 + resolution: "eslint@npm:8.8.0" dependencies: "@eslint/eslintrc": ^1.0.5 "@humanwhocodes/config-array": ^0.9.2 @@ -6442,7 +6442,7 @@ __metadata: v8-compile-cache: ^2.0.3 bin: eslint: bin/eslint.js - checksum: 1c80375a48b0fe3ccae3c6354323e4f0e92e970f23abc5b9705b90b7aef514b69ebd0a63e74962d30789986c91fa41c0e25cd2f98f19e9e2a2d36aafdfc9ccc9 + checksum: 41a7e85bf84cf9f2d758ef3e8d08020a39a2836703728b59535684681349bd021c2c6e24174462b844a914870d707d2151e0371198899d957b444de91adaa435 languageName: node linkType: hard @@ -12530,7 +12530,7 @@ resolve@^2.0.0-next.3: dependencies: "@babel/core": ^7.16.12 "@babel/runtime": ^7.16.7 - "@polkadot/dev": ^0.65.45 + "@polkadot/dev": ^0.65.46 "@polkadot/x-bundle": ^8.3.3 "@types/jest": ^27.4.0 babel-loader: ^8.2.3 @@ -12544,7 +12544,7 @@ resolve@^2.0.0-next.3: stream-browserify: ^3.0.0 vue-template-compiler: ^2.6.14 webpack: ^5.67.0 - webpack-cli: ^4.9.1 + webpack-cli: ^4.9.2 webpack-serve: ^4.0.0 languageName: unknown linkType: soft @@ -14385,14 +14385,14 @@ resolve@^2.0.0-next.3: languageName: node linkType: hard -"webpack-cli@npm:^4.9.1": - version: 4.9.1 - resolution: "webpack-cli@npm:4.9.1" +"webpack-cli@npm:^4.9.2": + version: 4.9.2 + resolution: "webpack-cli@npm:4.9.2" dependencies: "@discoveryjs/json-ext": ^0.5.0 - "@webpack-cli/configtest": ^1.1.0 - "@webpack-cli/info": ^1.4.0 - "@webpack-cli/serve": ^1.6.0 + "@webpack-cli/configtest": ^1.1.1 + "@webpack-cli/info": ^1.4.1 + "@webpack-cli/serve": ^1.6.1 colorette: ^2.0.14 commander: ^7.0.0 execa: ^5.0.0 @@ -14414,7 +14414,7 @@ resolve@^2.0.0-next.3: optional: true bin: webpack-cli: bin/cli.js - checksum: 2aff0349c15e54d616e1fd6dc1f59be16ec1a630f652f948c0b4b108776d1889446e3498e83d9d514bf1b28c5125a8b87c4aeb5dceb41b593ba90765af673c4f + checksum: ffb4c5d53ab65ce9f1e8efd34fca4cb858ec6afc91ece0d9375094edff2e7615708c8a586991057fd9cc8d37aab0eb0511913b178daac534e51bcf7d3583e61c languageName: node linkType: hard