diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6079578164d..57df3ab254b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,11 +1,11 @@ { - ".": "0.9.0", + ".": "0.10.0", "packages/branding": "0.1.1", - "packages/bridge-ui": "0.4.0", + "packages/bridge-ui": "0.5.0", "packages/eventindexer": "0.2.0", "packages/protocol": "0.6.0", "packages/relayer": "0.4.0", - "packages/status-page": "0.5.0", + "packages/status-page": "0.5.1", "packages/tokenomics": "0.1.0", "packages/website": "0.5.0", "packages/whitepaper": "1.3.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ca789988d7..ee4f12b811f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.10.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.9.0...taiko-mono-v0.10.0) (2023-03-31) + + +### Features + +* **bridge-ui:** more informative processing fee ([#13488](https://github.com/taikoxyz/taiko-mono/issues/13488)) ([f5f7b7e](https://github.com/taikoxyz/taiko-mono/commit/f5f7b7ee2a99ec940a73e263fb12e9378d139734)) + + +### Bug Fixes + +* **bridge-ui:** fix issue with claim notice modal ([#13507](https://github.com/taikoxyz/taiko-mono/issues/13507)) ([a3e38fa](https://github.com/taikoxyz/taiko-mono/commit/a3e38faff37f01669e6be6878d35431cb24e40bb)) +* **bridge-ui:** only request connect if require ([#13519](https://github.com/taikoxyz/taiko-mono/issues/13519)) ([92e9032](https://github.com/taikoxyz/taiko-mono/commit/92e9032e88fb997db5e9e9801089671604f0a9bc)) +* **bridge-ui:** Typos in Update ProcessingFee.svelte ([#13518](https://github.com/taikoxyz/taiko-mono/issues/13518)) ([8edd302](https://github.com/taikoxyz/taiko-mono/commit/8edd302fc2ea0764c3fb96bbcc2454f154556167)) +* **bridge-ui:** URL change won't update activeTab ([#13485](https://github.com/taikoxyz/taiko-mono/issues/13485)) ([884e782](https://github.com/taikoxyz/taiko-mono/commit/884e78283d8f98f20b15ff7e3e5e371df30fcd13)) +* **starter-dapp:** check network.chain non null ([#13515](https://github.com/taikoxyz/taiko-mono/issues/13515)) ([02eb83b](https://github.com/taikoxyz/taiko-mono/commit/02eb83b0b1e0d275627c000b00c20931727e619f)) +* **status-page:** add max height and scrollable to prover details popup ([#13498](https://github.com/taikoxyz/taiko-mono/issues/13498)) ([d126791](https://github.com/taikoxyz/taiko-mono/commit/d126791775bbaa59a107975077b9d32811bd09ea)) +* **status-page:** latest proof time ([#13511](https://github.com/taikoxyz/taiko-mono/issues/13511)) ([c0bc671](https://github.com/taikoxyz/taiko-mono/commit/c0bc671572a13b48d33ea567fc884a72e51f2be0)) + ## [0.9.0](https://github.com/taikoxyz/taiko-mono/compare/taiko-mono-v0.8.0...taiko-mono-v0.9.0) (2023-03-29) diff --git a/package-lock.json b/package-lock.json index b42b97815d9..67e5d726e9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taiko-mono", - "version": "0.8.0", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "taiko-mono", - "version": "0.8.0", + "version": "0.10.0", "devDependencies": { "husky": "^8.0.3" } diff --git a/package.json b/package.json index b1b19808fc4..0111e311f6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taiko-mono", - "version": "0.9.0", + "version": "0.10.0", "private": true, "scripts": { "prepare": "husky install" diff --git a/packages/bridge-ui/CHANGELOG.md b/packages/bridge-ui/CHANGELOG.md index b095d6f7783..e0674e77de6 100644 --- a/packages/bridge-ui/CHANGELOG.md +++ b/packages/bridge-ui/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.5.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v0.4.0...bridge-ui-v0.5.0) (2023-03-31) + + +### Features + +* **bridge-ui:** more informative processing fee ([#13488](https://github.com/taikoxyz/taiko-mono/issues/13488)) ([f5f7b7e](https://github.com/taikoxyz/taiko-mono/commit/f5f7b7ee2a99ec940a73e263fb12e9378d139734)) + + +### Bug Fixes + +* **bridge-ui:** fix issue with claim notice modal ([#13507](https://github.com/taikoxyz/taiko-mono/issues/13507)) ([a3e38fa](https://github.com/taikoxyz/taiko-mono/commit/a3e38faff37f01669e6be6878d35431cb24e40bb)) +* **bridge-ui:** only request connect if require ([#13519](https://github.com/taikoxyz/taiko-mono/issues/13519)) ([92e9032](https://github.com/taikoxyz/taiko-mono/commit/92e9032e88fb997db5e9e9801089671604f0a9bc)) +* **bridge-ui:** Typos in Update ProcessingFee.svelte ([#13518](https://github.com/taikoxyz/taiko-mono/issues/13518)) ([8edd302](https://github.com/taikoxyz/taiko-mono/commit/8edd302fc2ea0764c3fb96bbcc2454f154556167)) +* **bridge-ui:** URL change won't update activeTab ([#13485](https://github.com/taikoxyz/taiko-mono/issues/13485)) ([884e782](https://github.com/taikoxyz/taiko-mono/commit/884e78283d8f98f20b15ff7e3e5e371df30fcd13)) + ## [0.4.0](https://github.com/taikoxyz/taiko-mono/compare/bridge-ui-v0.3.0...bridge-ui-v0.4.0) (2023-03-29) diff --git a/packages/bridge-ui/package.json b/packages/bridge-ui/package.json index ab814faec73..a7628e61203 100644 --- a/packages/bridge-ui/package.json +++ b/packages/bridge-ui/package.json @@ -1,6 +1,6 @@ { "name": "@taiko/bridge-ui", - "version": "0.4.0", + "version": "0.5.0", "private": true, "type": "module", "scripts": { diff --git a/packages/status-page/CHANGELOG.md b/packages/status-page/CHANGELOG.md index 5b90132f80b..4e31652a825 100644 --- a/packages/status-page/CHANGELOG.md +++ b/packages/status-page/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.1](https://github.com/taikoxyz/taiko-mono/compare/status-page-v0.5.0...status-page-v0.5.1) (2023-03-31) + + +### Bug Fixes + +* **status-page:** add max height and scrollable to prover details popup ([#13498](https://github.com/taikoxyz/taiko-mono/issues/13498)) ([d126791](https://github.com/taikoxyz/taiko-mono/commit/d126791775bbaa59a107975077b9d32811bd09ea)) +* **status-page:** latest proof time ([#13511](https://github.com/taikoxyz/taiko-mono/issues/13511)) ([c0bc671](https://github.com/taikoxyz/taiko-mono/commit/c0bc671572a13b48d33ea567fc884a72e51f2be0)) + ## [0.5.0](https://github.com/taikoxyz/taiko-mono/compare/status-page-v0.4.0...status-page-v0.5.0) (2023-03-29) diff --git a/packages/status-page/package.json b/packages/status-page/package.json index 30355be0d4a..93e673a1c14 100644 --- a/packages/status-page/package.json +++ b/packages/status-page/package.json @@ -1,6 +1,6 @@ { "name": "@taiko/status-page", - "version": "0.5.0", + "version": "0.5.1", "private": true, "type": "module", "scripts": {