From 12b6e91c9faa0de4c0d0a46d76bbbf81be6e7f8d Mon Sep 17 00:00:00 2001 From: Trung-Tin Pham <60747384+AtelyPham@users.noreply.github.com> Date: Sat, 10 Jun 2023 02:25:43 +0700 Subject: [PATCH] [RELEASE] Release dApps `2023-06-09` (#1328) Co-authored-by: Dustin Brickwood Co-authored-by: Pavan Soratur Co-authored-by: vutuanlinh2k2 <69841784+vutuanlinh2k2@users.noreply.github.com> Co-authored-by: drewstone Co-authored-by: shekohex --- .lycheeignore | 1 + apps/bridge-dapp/CHANGELOG.md | 10 ++++++++++ apps/bridge-dapp/package.json | 2 +- apps/bridge-dapp/src/containers/Layout/Layout.tsx | 2 +- apps/bridge-dapp/src/pages/PageBridge.tsx | 6 +++--- apps/faucet/CHANGELOG.md | 7 +++++++ apps/faucet/package.json | 2 +- apps/faucet/src/pages/index.tsx | 8 ++++---- apps/stats-dapp/CHANGELOG.md | 6 ++++++ apps/stats-dapp/package.json | 2 +- apps/tangle-website/CHANGELOG.md | 9 +++++++++ apps/tangle-website/package.json | 2 +- .../components/sections/GovernanceSystemSection.tsx | 6 +++--- .../sections/ParticipationMechanicsSection.tsx | 2 +- .../src/components/sections/SupportedBySection.tsx | 4 ++-- apps/webbsite/CHANGELOG.md | 6 ++++++ apps/webbsite/package.json | 2 +- libs/webb-ui-components/src/constants/index.ts | 5 +++++ libs/webb-ui-components/src/css/layer-components.css | 2 +- 19 files changed, 64 insertions(+), 20 deletions(-) diff --git a/.lycheeignore b/.lycheeignore index 1c3c7c5ff5..8931de83f0 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -14,3 +14,4 @@ https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.7 https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.8 https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.9 https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.10 +https://github.com/webb-tools/webb-dapp/releases/tag/v0.0.11 diff --git a/apps/bridge-dapp/CHANGELOG.md b/apps/bridge-dapp/CHANGELOG.md index 1bbd6c2415..e7ed48a4ec 100644 --- a/apps/bridge-dapp/CHANGELOG.md +++ b/apps/bridge-dapp/CHANGELOG.md @@ -130,3 +130,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update new deployments - Add Nix flake devenv - Fix Bridge Hanging Issue + +## [0.0.11] - 2023-06-09 + +### Fixed, Changed and Added + +- Update Orbit Network 06/06/2023 ([#1313](https://github.com/webb-tools/webb-dapp/pull/1313)) +- Adds estimated transaction fee tooltip ([#1315](https://github.com/webb-tools/webb-dapp/pull/1315)) +- Bridge Mobile UI ([#1285](https://github.com/webb-tools/webb-dapp/pull/1285)) +- UI updates for improved transaction flow on bridge ([#1316](https://github.com/webb-tools/webb-dapp/pull/1316)) +- Add breakpoint 480px to show one column layout ([#1321](https://github.com/webb-tools/webb-dapp/pull/1321)) diff --git a/apps/bridge-dapp/package.json b/apps/bridge-dapp/package.json index 3cde86808a..5da260c614 100644 --- a/apps/bridge-dapp/package.json +++ b/apps/bridge-dapp/package.json @@ -1,5 +1,5 @@ { "name": "@webb-tools/bridge-dapp", - "version": "0.0.10", + "version": "0.0.11", "main": "./src/index.js" } diff --git a/apps/bridge-dapp/src/containers/Layout/Layout.tsx b/apps/bridge-dapp/src/containers/Layout/Layout.tsx index ec493bb246..ae0d78d6ef 100644 --- a/apps/bridge-dapp/src/containers/Layout/Layout.tsx +++ b/apps/bridge-dapp/src/containers/Layout/Layout.tsx @@ -12,7 +12,7 @@ export const Layout: FC<{ children?: React.ReactNode }> = ({ children }) => { }; return ( -
+
diff --git a/apps/bridge-dapp/src/pages/PageBridge.tsx b/apps/bridge-dapp/src/pages/PageBridge.tsx index 8c974d5963..c7f112f437 100644 --- a/apps/bridge-dapp/src/pages/PageBridge.tsx +++ b/apps/bridge-dapp/src/pages/PageBridge.tsx @@ -249,13 +249,13 @@ const PageBridge = () => { Transfer Withdraw - + - + - + diff --git a/apps/faucet/CHANGELOG.md b/apps/faucet/CHANGELOG.md index cc538601a6..983745115a 100644 --- a/apps/faucet/CHANGELOG.md +++ b/apps/faucet/CHANGELOG.md @@ -62,3 +62,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Replaces swirl BG image in faucet app to include tangle token. - Typography system to unify Webbsite/Tangle Site/Faucet. + +## [0.0.4] - 2023-06-09 + +### Fixed, Changed and Added + +- Update copy - closes #1323 ([#1324](https://github.com/webb-tools/webb-dapp/pull/1324)) +- Integrates Faucet App with Faucet Backend ([#1327](https://github.com/webb-tools/webb-dapp/pull/1327)) diff --git a/apps/faucet/package.json b/apps/faucet/package.json index e6a873303e..9c070eeeca 100644 --- a/apps/faucet/package.json +++ b/apps/faucet/package.json @@ -1,6 +1,6 @@ { "name": "@webb-tools/faucet", - "version": "0.0.3", + "version": "0.0.4", "license": "APACHE-2.0", "description": "Official Webb Faucet" } diff --git a/apps/faucet/src/pages/index.tsx b/apps/faucet/src/pages/index.tsx index d9218b3d8f..fa2c69d8f4 100644 --- a/apps/faucet/src/pages/index.tsx +++ b/apps/faucet/src/pages/index.tsx @@ -43,27 +43,27 @@ const Page = () => {
Get tokens Hubble Bridge Faucet
This faucet sends various test tokens on networks supported by the Hubble Bridge. To receive tokens, follow { diff --git a/apps/stats-dapp/CHANGELOG.md b/apps/stats-dapp/CHANGELOG.md index 7735dffa5c..5d57b234b2 100644 --- a/apps/stats-dapp/CHANGELOG.md +++ b/apps/stats-dapp/CHANGELOG.md @@ -103,3 +103,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixes cumulative proposals graph - Adds a check for proposal data on proposal detail page to prevent from crashing - Updates proposals query's fetch policy to always fetch latest data + +## [0.0.10] - 2023-06-09 + +### Fixed, Changed and Added + +- Fixes proposal table buggy pagination ([#1310](https://github.com/webb-tools/webb-dapp/pull/1310)) diff --git a/apps/stats-dapp/package.json b/apps/stats-dapp/package.json index 950ee65c63..31a63d6101 100644 --- a/apps/stats-dapp/package.json +++ b/apps/stats-dapp/package.json @@ -1,5 +1,5 @@ { "name": "@webb-tools/stats-dapp", - "version": "0.0.9", + "version": "0.0.10", "main": "./src/index.js" } diff --git a/apps/tangle-website/CHANGELOG.md b/apps/tangle-website/CHANGELOG.md index c08fe262fc..2c293238d3 100644 --- a/apps/tangle-website/CHANGELOG.md +++ b/apps/tangle-website/CHANGELOG.md @@ -59,3 +59,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Typography system to unify Webbsite/Tangle Site/Faucet - Fix content and minor UI as requested - Add Incentivized Testnet item in Community Section + +## [0.0.4] - 2023-06-09 + +### Fixed, Changed and Added + +- Make accordion item in FAQ easier to open and collapsible ([#1311](https://github.com/webb-tools/webb-dapp/pull/1311)) +- Remove bottom padding in footer ([#1314](https://github.com/webb-tools/webb-dapp/pull/1314)) +- Bridge Mobile UI ([#1285](https://github.com/webb-tools/webb-dapp/pull/1285)) +- Add image to Participation Mechanic items ([#1320](https://github.com/webb-tools/webb-dapp/pull/1320)) diff --git a/apps/tangle-website/package.json b/apps/tangle-website/package.json index 33dc18211d..4daa352f6a 100644 --- a/apps/tangle-website/package.json +++ b/apps/tangle-website/package.json @@ -1,6 +1,6 @@ { "name": "@webb-tools/tangle-website", - "version": "0.0.3", + "version": "0.0.4", "license": "APACHE-2.0", "description": "Official Tangle Network website" } diff --git a/apps/tangle-website/src/components/sections/GovernanceSystemSection.tsx b/apps/tangle-website/src/components/sections/GovernanceSystemSection.tsx index 3f3b3ea5bb..432d2188a9 100644 --- a/apps/tangle-website/src/components/sections/GovernanceSystemSection.tsx +++ b/apps/tangle-website/src/components/sections/GovernanceSystemSection.tsx @@ -28,7 +28,7 @@ export const GovernanceSystemSection = () => {
-
+
{
-
+
{ {icon} {title} diff --git a/apps/tangle-website/src/components/sections/ParticipationMechanicsSection.tsx b/apps/tangle-website/src/components/sections/ParticipationMechanicsSection.tsx index 925caba776..d1b8b1f1c2 100644 --- a/apps/tangle-website/src/components/sections/ParticipationMechanicsSection.tsx +++ b/apps/tangle-website/src/components/sections/ParticipationMechanicsSection.tsx @@ -181,7 +181,7 @@ const ParticipationTabTrigger: React.FC = ({ alt={tabName} width={48} height={48} - className="participation-tab-img rounded-full bg-mono-40" + className="rounded-full participation-tab-img bg-mono-40" />

{tabName} diff --git a/apps/tangle-website/src/components/sections/SupportedBySection.tsx b/apps/tangle-website/src/components/sections/SupportedBySection.tsx index 8067bde173..7c24dc6f72 100644 --- a/apps/tangle-website/src/components/sections/SupportedBySection.tsx +++ b/apps/tangle-website/src/components/sections/SupportedBySection.tsx @@ -42,13 +42,13 @@ export const SupportedBySection = () => {

Tangle Network is supported by... Tangle Network is built by Webb Foundation, with support from various established industry programs and partners. diff --git a/apps/webbsite/CHANGELOG.md b/apps/webbsite/CHANGELOG.md index a03cb6cd3b..507d1e7c0f 100644 --- a/apps/webbsite/CHANGELOG.md +++ b/apps/webbsite/CHANGELOG.md @@ -60,3 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Typography system to unify Webbsite/Tangle Site/Faucet - Add 404 page in webbsite - Deprecates Strapi blog Implementation and updates blog link to Ghost + +## [0.0.4] - 2023-06-09 + +### Fixed, Changed and Added + +- Remove bottom padding in footer ([#1314](https://github.com/webb-tools/webb-dapp/pull/1314)) diff --git a/apps/webbsite/package.json b/apps/webbsite/package.json index ac579b52f3..d9f4222088 100644 --- a/apps/webbsite/package.json +++ b/apps/webbsite/package.json @@ -1,6 +1,6 @@ { "name": "@webb-tools/webbsite", - "version": "0.0.3", + "version": "0.0.4", "license": "APACHE-2.0", "description": "Official Webb webbsite" } diff --git a/libs/webb-ui-components/src/constants/index.ts b/libs/webb-ui-components/src/constants/index.ts index 86b8075375..26237a04ea 100644 --- a/libs/webb-ui-components/src/constants/index.ts +++ b/libs/webb-ui-components/src/constants/index.ts @@ -177,6 +177,11 @@ export const bottomLinks: ExternalLink[] = [ href: 'https://webb.tools/privacy-policy', ...commonExternalProps, }, + { + name: 'Security', + href: '#', + ...commonExternalProps, + }, ]; export const defaultSocialConfigs: Array = [ diff --git a/libs/webb-ui-components/src/css/layer-components.css b/libs/webb-ui-components/src/css/layer-components.css index e6da308482..731a0151cf 100644 --- a/libs/webb-ui-components/src/css/layer-components.css +++ b/libs/webb-ui-components/src/css/layer-components.css @@ -208,4 +208,4 @@ *[data-swipe='cancel'] { transform: translateX(0); transition: transform 200ms ease-out; -} +} \ No newline at end of file