Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update WC banner text #61

Merged
merged 2 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/reef-knot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# reef-knot

## 1.4.5

### Patch Changes

- Updated dependencies
- @reef-knot/[email protected]

## 1.4.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/reef-knot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reef-knot",
"version": "1.4.4",
"version": "1.4.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"@reef-knot/connect-wallet-modal": "1.4.3",
"@reef-knot/core-react": "1.4.2",
"@reef-knot/web3-react": "1.2.2",
"@reef-knot/ui-react": "1.0.4",
"@reef-knot/ui-react": "1.0.5",
"@reef-knot/wallets-icons": "1.0.0",
"@reef-knot/wallets-list": "1.4.2",
"@reef-knot/wallets-helpers": "1.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reef-knot/ui-react

## 1.0.5

### Patch Changes

- WC notification text update

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reef-knot/ui-react",
"version": "1.0.4",
"version": "1.0.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
Expand Down
13 changes: 3 additions & 10 deletions packages/ui-react/src/components/WCWarnBanner/WCWarnBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,9 @@ export const WCWarnBanner = () => (
title="Notice on WalletConnect v2"
description={
<>
<a
href="https://github.com/orgs/WalletConnect/discussions/categories/v1-v2-migration-support"
target="_blank"
rel="noreferrer"
style={{ color: 'currentcolor' }}
>
WalletConnect v2
</a>{' '}
is still under development and might work unstable. In case of issues
with WalletConnect, please try to use another wallet connection option.
Please note that some users are experiencing issues with connecting and
sending the transactions via WalletConnect. If it happens to you, please
try another wallet connection where possible.
</>
}
/>
Expand Down