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

Release 2.21.1 (docs) #1626

Merged
merged 25 commits into from
Apr 4, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1cefc9e
Merge pull request #1605 from blocknative/release/2.21.0
Adamj1232 Mar 28, 2023
2fc6f8d
Merge pull request #1606 from blocknative/release/2.21.0
Adamj1232 Mar 28, 2023
10b07be
update favicon on docs site (#1611)
leightkt Mar 29, 2023
86726db
Update Notify section on the docs site and within readme (#1612)
Adamj1232 Mar 29, 2023
daaba75
Merge branch 'docs' into develop
Adamj1232 Mar 29, 2023
3777bc4
Update Docs Favicon to Url (#1618)
leightkt Mar 30, 2023
508f855
Fix broken link in docs (#1616)
Adamj1232 Mar 30, 2023
8ccc3cd
Add Kat to GH issue and notion card generation + Fix doc prop name fo…
Adamj1232 Mar 31, 2023
55fb695
Update Broken Links on Docs Pages (#1619)
leightkt Mar 31, 2023
db2355d
Update WalletConnect `eth_RequestAccounts` flow along with update WC …
Adamj1232 Apr 3, 2023
3f96812
Why Don't I See My Wallet Link (#1617)
leightkt Apr 3, 2023
5dbc250
Add peer dep required to run package outside of walletconnect eco (#1…
Adamj1232 Apr 3, 2023
2c59dbc
Update versions for release
Adamj1232 Apr 3, 2023
686bad1
Bump versions
Adamj1232 Apr 3, 2023
822c93c
Merge branch 'main' into release/2.21.1
Adamj1232 Apr 3, 2023
727f3ba
Yarn docs
Adamj1232 Apr 3, 2023
88b71d2
Merge in docs
Adamj1232 Apr 3, 2023
0895ecb
Docs versions for release
Adamj1232 Apr 3, 2023
3615fe8
move padding to parent element
gesquinca Apr 4, 2023
dfa9f1e
Update docs/package.json
Adamj1232 Apr 4, 2023
0c5c3a5
Update docs/package.json
Adamj1232 Apr 4, 2023
844289b
Update packages/core/src/views/shared/Warning.svelte
Adamj1232 Apr 4, 2023
b9e0392
Update packages/core/src/views/shared/Warning.svelte
Adamj1232 Apr 4, 2023
8a7167f
Update packages/demo/src/App.svelte
Adamj1232 Apr 4, 2023
ae3c75d
Yarn docs
Adamj1232 Apr 4, 2023
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
Prev Previous commit
Next Next commit
Update packages/core/src/views/shared/Warning.svelte
Adamj1232 authored Apr 4, 2023

Unverified

No user is associated with the committer email.
commit b9e03924b6852d1cbfbe5a63d606aafd3ba70572
2 changes: 1 addition & 1 deletion packages/core/src/views/shared/Warning.svelte
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
color: var(--onboard-warning-700, var(--warning-700));
width: 1rem;
height: 1rem;
flex: 0 0 auto;
flex: 0 0 auto;
}