Skip to content

Commit a1fd489

Browse files
Adamj1232leightkt
andauthored
Merge pull request #1625 from blocknative/release/2.21.1
* Yarn docs * update favicon on docs site (#1611) * Update Notify section on the docs site and within readme (#1612) * Update notify docs on docs site and within readme * Update notify api docs * Add screenshots * Update signup link * Remove export from types in docs * Update Docs Favicon to Url (#1618) * Fix broken link in docs (#1616) * Add Kat to GH issue and notion card generation + Fix doc prop name for connect property (#1593) * Yarn the docs * Fix doc prop name for connect property * Add new notion Flag * Add Kat to gh issue notion cards * Update Broken Links on Docs Pages (#1619) * Update WalletConnect `eth_RequestAccounts` flow along with update WC deps and add new optional params (#1622) * Update WC packages * Add logs for testing * Refactor eth_requestAccounts flow * Why Don't I See My Wallet Link (#1617) * Add peer dep required to run package outside of walletconnect eco (#1623) * Update versions for release * Bump versions --------- Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
2 parents 2fc6f8d + 8a7167f commit a1fd489

35 files changed

+808
-711
lines changed

.github/ISSUE_TEMPLATE/BUG.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ assignees:
66
- taylorjdawson
77
- aaronbarnardsound
88
- Adamj1232
9+
- leightkt
910
body:
1011
- type: markdown
1112
attributes:

.github/ISSUE_TEMPLATE/FEATURE.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ assignees:
66
- taylorjdawson
77
- aaronbarnardsound
88
- Adamj1232
9+
- leightkt
910
body:
1011
- type: markdown
1112
attributes:

.github/workflows/issue-to-notion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
STATE: ${{ github.event.issue.state }}
2222
ISSUE_URL: ${{ github.event.issue.html_url }}
2323
TITLE: ${{ github.event.issue.title }}
24-
FLAG: Github
24+
FLAG: Next Sprint
2525
DATABASE_NAME: Product
2626
STATUS: Backlog
2727
# Product Work Board
2828
DATABASE_ID: 69f0e513a59d445b87a1baed729c75c5
2929
PROJECT_NAME: web3-onboard
3030
# User ids of who to assign the card to in notion: Taylor, Adam, Aaron
31-
NOTION_USER_IDS: f6cbb362-4908-4138-9ef0-434003d9a9f8,8a3a2287-5d2c-4665-906d-02ae9a113340,3b407adf-6552-40de-b22f-5efa852c34a2
31+
NOTION_USER_IDS: f6cbb362-4908-4138-9ef0-434003d9a9f8,8a3a2287-5d2c-4665-906d-02ae9a113340,3b407adf-6552-40de-b22f-5efa852c34a2,436b76c5-fed3-42d2-b3ca-49bb882843f8
3232
shell: bash

assets/notify-custom-example.png

23.7 KB
Loading

assets/notify-example.png

16.5 KB
Loading
18.1 KB
Loading

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"type": "module",
5656
"dependencies": {
5757
"@web3-onboard/coinbase": "^2.2.1",
58-
"@web3-onboard/core": "^2.16.0",
58+
"@web3-onboard/core": "^2.16.1",
5959
"@web3-onboard/dcent": "^2.2.4",
6060
"@web3-onboard/enkrypt": "^2.0.1",
6161
"@web3-onboard/fortmatic": "^2.0.16",
@@ -76,7 +76,7 @@
7676
"@web3-onboard/trezor": "^2.3.4",
7777
"@web3-onboard/trust": "^2.0.1",
7878
"@web3-onboard/uauth": "^2.0.2",
79-
"@web3-onboard/walletconnect": "^2.3.3",
79+
"@web3-onboard/walletconnect": "^2.3.4",
8080
"@web3-onboard/web3auth": "^2.2.0",
8181
"@web3-onboard/xdefi": "^2.0.1",
8282
"animejs": "^3.2.1",

docs/src/app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" type="image/x-icon" href="%sveltekit.assets%/favicon.png" />
5+
<link rel="icon" type="image/x-icon" href="https://www.blocknative.com/hubfs/Icons%20and%20Illustrations/blocknative%20favicon.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
%sveltekit.head%
88

23.7 KB
Loading
16.5 KB
Loading

0 commit comments

Comments
 (0)