Skip to content

Commit

Permalink
Merge pull request #128 from Cerebellum-Network/release/0.22.0
Browse files Browse the repository at this point in the history
Release 0.22.0
  • Loading branch information
shamilkhan committed May 3, 2023
2 parents 73df2c6 + 83424fe commit e2b9e9c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HTTPS=true
REACT_APP_ENV=development

REACT_APP_SUPPORT_SERVICE="Telegram"
REACT_APP_SUPPORT_URL="https://t.me/ceretroubleshooting"
REACT_APP_SUPPORT_URL="https://cere.network/discord"

## These are only required if using Sentry for error logging
REACT_APP_SENTRY_DSN_URL="https://3d39fa05d843482eb93377947b435b5b@o318183.ingest.sentry.io/5987177"
Expand Down
2 changes: 1 addition & 1 deletion .env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HTTPS=true
REACT_APP_ENV=production

REACT_APP_SUPPORT_SERVICE="Telegram"
REACT_APP_SUPPORT_URL="https://t.me/ceretroubleshooting"
REACT_APP_SUPPORT_URL="https://cere.network/discord"

## These are only required if using Sentry for error logging
REACT_APP_SENTRY_DSN_URL="https://3d39fa05d843482eb93377947b435b5b@o318183.ingest.sentry.io/5987177"
Expand Down
2 changes: 1 addition & 1 deletion .env.stage
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HTTPS=true
REACT_APP_ENV=staging

REACT_APP_SUPPORT_SERVICE="Telegram"
REACT_APP_SUPPORT_URL="https://t.me/ceretroubleshooting"
REACT_APP_SUPPORT_URL="https://cere.network/discord"

## These are only required if using Sentry for error logging
REACT_APP_SENTRY_DSN_URL="https://3d39fa05d843482eb93377947b435b5b@o318183.ingest.sentry.io/5987177"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## vNext
...

## v0.22.0
- Updated Community and Support links

## v0.21.0
- Fixed preflight check misaligned issue
- Fixed WalletConnect login issue after auth popup was closed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@Cerebellum-Network/chainbridge-ui",
"version": "0.21.0",
"version": "0.22.0",
"private": true,
"dependencies": {
"@celo-tools/celo-ethers-wrapper": "0.0.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Pages/TransferPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ const TransferPage = () => {
className={classes.footerText}
to={{
pathname:
"https://cere-network.medium.com/how-to-bridge-to-cere-mainnet-and-stake-e3ad3fe1a594",
"https://portal.cere.network/cere/How-to-Bridge-to-Cere-Mainnet-Stake-4e51b563a9804f0e88cad7ed0bee3228",
}}
target="_blank"
>
Expand Down

0 comments on commit e2b9e9c

Please sign in to comment.