-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: session disconnection reflects on app #296
Merged
kieranroneill
merged 6 commits into
beta
from
295-disconnect-not-being-reflected-in-app
Aug 30, 2024
Merged
fix: session disconnection reflects on app #296
kieranroneill
merged 6 commits into
beta
from
295-disconnect-not-being-reflected-in-app
Aug 30, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…p when a session is removed
github-actions bot
pushed a commit
that referenced
this pull request
Aug 30, 2024
## [1.18.2-beta.1](v1.18.1...v1.18.2-beta.1) (2024-08-30) ### Bug Fixes * session disconnection reflects on app ([#296](#296)) ([0e7df68](0e7df68))
🎉 This issue has been resolved in version 1.18.2-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
github-actions bot
pushed a commit
that referenced
this pull request
Sep 17, 2024
# [2.0.0](v1.18.1...v2.0.0) (2024-09-17) ### Bug Fixes * add asset button disappears when changing appearance ([#316](#316)) ([c3cb4b0](c3cb4b0)) * edit account name updates the input with the intended account name ([#309](#309)) ([4a12f3e](4a12f3e)) * move disable whats new modal to object in system info with the version ([#312](#312)) ([ee3afab](ee3afab)) * only responds to kibisis provider requests via avm-web-provider ([#303](#303)) ([aac8b38](aac8b38)) * session disconnection reflects on app ([#296](#296)) ([0e7df68](0e7df68)) ### Features * add voi mainnet block explorer ([#315](#315)) ([470d14e](470d14e)) * add voi mainnet configuration ([#306](#306)) ([69f4148](69f4148)) * add whats new modal ([#311](#311)) ([708e128](708e128)) * allow optional font sf pro display ([#298](#298)) ([78a5ab5](78a5ab5)) * use mainnet as default ([#307](#307)) ([3de371f](3de371f)) ### BREAKING CHANGES * default to mainnet * fix: toggling off networks while the network is selected switches to the default network * feat: add mainnet badge to network select modal
🎉 This issue has been resolved in version 2.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Type of change