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: nostalgic skunk #5726

Merged
merged 22 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
8a77da4
chore: post-release merge back
leather-bot Jul 29, 2024
aeb9613
test: close browser
kyranjamie Jul 29, 2024
bbded02
chore: force resolution of fast-xml-parser
pete-watters Jul 31, 2024
0608cb8
feat: implement mempool api, closes leather-io/issues#215
alter-eggo Jul 31, 2024
967f7b1
feat(analytics): background analytics event
kyranjamie Jul 23, 2024
231842f
chore: refactor containers to make them more composable, ref #4370
pete-watters Jul 10, 2024
10254d9
chore: refactor switch-account to use shared context
pete-watters Aug 1, 2024
1878330
chore: import DialogHeader from monorepo
pete-watters Aug 1, 2024
b5b7988
chore: refactor TwoColumn to remove unneeded fragments
pete-watters Aug 1, 2024
c874c00
chore: update react-virtuoso package
alter-eggo Aug 1, 2024
17d71a8
fix: mainnet faker contract address
alter-eggo Aug 2, 2024
8c9dc16
fix: disable stx transfer if form is not valid
alter-eggo Aug 2, 2024
7a778a1
feat: add handle network item menu, closes #5124
alter-eggo Aug 2, 2024
64d2fb6
fix: fix visual bug on hover of PSBT copy, ref #4972
pete-watters Aug 2, 2024
5e2547c
chore: update ui and query packages
alter-eggo Aug 5, 2024
da5cc05
chore: update org name
kyranjamie Aug 5, 2024
10af7db
fix: empty logo in popup mode
alter-eggo Aug 6, 2024
d67d238
fix: default to first account as useCurrentStacksAccount returns unde…
pete-watters Aug 2, 2024
8ac4349
chore: readd fragments to help escape single quote
pete-watters Aug 2, 2024
ac21ff8
fix: account change in open frames
kyranjamie Aug 1, 2024
0cf3dae
fix: logo box show
alter-eggo Aug 7, 2024
051b1b5
fix: remove sign out if there are no keys
alter-eggo Aug 7, 2024
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
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@
"@leather.io/bitcoin": "0.10.0",
"@leather.io/constants": "0.8.2",
"@leather.io/crypto": "1.1.0",
"@leather.io/models": "0.10.2",
"@leather.io/query": "2.1.0",
"@leather.io/models": "0.11.0",
"@leather.io/query": "2.4.0",
"@leather.io/tokens": "0.7.0",
"@leather.io/ui": "1.9.0",
"@leather.io/utils": "0.11.0",
"@leather.io/ui": "1.10.0",
"@leather.io/utils": "0.11.1",
"@ledgerhq/hw-transport-webusb": "6.27.19",
"@noble/hashes": "1.4.0",
"@noble/secp256k1": "2.1.0",
Expand Down Expand Up @@ -228,7 +228,7 @@
"react-qr-code": "2.0.12",
"react-redux": "9.1.0",
"react-router-dom": "6.23.1",
"react-virtuoso": "4.7.1",
"react-virtuoso": "4.9.0",
"redux-persist": "6.0.0",
"remark-gfm": "4.0.0",
"rxjs": "7.8.1",
Expand All @@ -252,7 +252,7 @@
"@leather.io/eslint-config": "0.6.1",
"@leather.io/panda-preset": "0.3.4",
"@leather.io/prettier-config": "0.5.0",
"@leather.io/rpc": "2.1.1",
"@leather.io/rpc": "2.1.2",
"@ls-lint/ls-lint": "2.2.3",
"@mdx-js/loader": "3.0.0",
"@pandacss/dev": "0.40.1",
Expand Down Expand Up @@ -356,6 +356,7 @@
},
"resolutions": {
"braces": "3.0.3",
"fast-xml-parser": "4.4.1",
"nanoid": "3.3.4",
"socket.io-parser": "4.2.4",
"wrap-ansi": "7.0.0",
Expand Down
135 changes: 99 additions & 36 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading