-
Notifications
You must be signed in to change notification settings - Fork 448
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
ci(changesets): versioning packages #1151
Merged
Merged
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
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 19, 2024 16:09
0e4bcde
to
9ac726f
Compare
fuel-service-user
requested review from
luizstacio,
pedronauck,
LuizAsFight and
helciofranco
as code owners
March 19, 2024 16:09
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟡 | Statements | 64.31% | 3280/5100 |
🔴 | Branches | 42.52% | 611/1437 |
🔴 | Functions | 48.18% | 689/1430 |
🟡 | Lines | 64.86% | 3164/4878 |
Test suite run success
246 tests passing in 73 suites.
Report generated by 🧪jest coverage report action from b6082c6
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 19, 2024 17:46
9ac726f
to
26af580
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 19, 2024 21:11
26af580
to
fd07238
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 20, 2024 12:27
fd07238
to
4f207fa
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 20, 2024 12:55
4f207fa
to
6b40d68
Compare
github-actions
bot
force-pushed
the
changeset-release/master
branch
from
March 20, 2024 22:08
6b40d68
to
4ad59e3
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
March 22, 2024 19:23
4ad59e3
to
d5b7551
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
March 25, 2024 16:12
d5b7551
to
b054ad2
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
March 26, 2024 14:23
b054ad2
to
f53e092
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
March 28, 2024 15:45
f53e092
to
ecb6509
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
March 28, 2024 23:02
ecb6509
to
6e6c6c9
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
March 28, 2024 23:46
6e6c6c9
to
d4683c9
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
March 29, 2024 02:54
d4683c9
to
a501a23
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
March 29, 2024 20:15
a501a23
to
6709bc3
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
April 3, 2024 20:02
6709bc3
to
35c0a3d
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
April 10, 2024 12:55
35c0a3d
to
a41652e
Compare
fuel-service-user
force-pushed
the
changeset-release/master
branch
from
April 10, 2024 21:18
a41652e
to
b6082c6
Compare
luizstacio
approved these changes
Apr 11, 2024
helciofranco
added a commit
that referenced
this pull request
Apr 11, 2024
This reverts commit 125c326.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
fuels-wallet@0.16.2
Patch Changes
#1113
3c5d91d
Thanks @helciofranco! - chore: update ts-sdk and fuel-ui packages#1198
7fac95e
Thanks @fuel-service-user! - ci: update to tag latest#1218
616f091
Thanks @arthurgeron! - Fixes Approve Transaction screen staying in a partially loading state after approving a transaction#1196
1427f2b
Thanks @helciofranco! - fix: transaction id available on transaction approved page, it was taking the user to a broken page (undefined id).#1170
aa684b3
Thanks @fuel-service-user! - ci: update to tag latest#1217
8f94aee
Thanks @arthurgeron! - Prevent the Change Password dialog from allowing the new password to be the same as the current password Change password dialog in wallet - multiple issues #1203#1137
a0e5cbf
Thanks @helciofranco! - ci: replace prettier and eslint with biomejs (dev)#1197
97a8a3c
Thanks @helciofranco! - - Display the full app URL when it's big (instead of truncating it).list
andedit
screens.hostname
mostly.#1186
45f6571
Thanks @helciofranco! - chore: replaces a warning icon (orange) with a info icon (gray) from the connection list screen.#1210
0fa1abc
Thanks @fuel-service-user! - ci: update to tag latest#1141
96faa7f
Thanks @helciofranco! - feat: bump SDK to latest version#1188
d51591e
Thanks @helciofranco! - Previously,Wallet Manager
was failing to clear properly whendb.clear();
is called.This led to wrong account addresses generation, as updates to the
IndexedDB
didn't reflect in the Wallet Manager's internal state, particularly the#vaults
property.To resolve this issue, I implemented a manual call to
removeVault
during logout.This ensures that each new wallet generated starts from scratch, free from interference by any previous mnemonic vault.
#1150
c0d8def
Thanks @helciofranco! - ci: enable biomejs rules (as it was with eslint and prettier)#1182
ddb2440
Thanks @helciofranco! - fix: disable autocomplete from the private key input.Updated dependencies [
3c5d91d
,aa684b3
,a0e5cbf
,ec58815
,0fa1abc
,96faa7f
,c0d8def
]:@fuel-wallet/connections@0.16.2
Patch Changes
#1113
3c5d91d
Thanks @helciofranco! - chore: update ts-sdk and fuel-ui packages#1170
aa684b3
Thanks @fuel-service-user! - ci: update to tag latest#1137
a0e5cbf
Thanks @helciofranco! - ci: replace prettier and eslint with biomejs (dev)#1165
ec58815
Thanks @helciofranco! - ci: make connections and types packages privatewe don't need to use publish them anymore because it's going to be used only by the CRX
#1210
0fa1abc
Thanks @fuel-service-user! - ci: update to tag latest#1141
96faa7f
Thanks @helciofranco! - feat: bump SDK to latest version#1150
c0d8def
Thanks @helciofranco! - ci: enable biomejs rules (as it was with eslint and prettier)Updated dependencies [
3c5d91d
,aa684b3
,a0e5cbf
,ec58815
,0fa1abc
,96faa7f
,c0d8def
]:@fuel-wallet/types@0.16.2
Patch Changes
#1113
3c5d91d
Thanks @helciofranco! - chore: update ts-sdk and fuel-ui packages#1170
aa684b3
Thanks @fuel-service-user! - ci: update to tag latest#1137
a0e5cbf
Thanks @helciofranco! - ci: replace prettier and eslint with biomejs (dev)#1165
ec58815
Thanks @helciofranco! - ci: make connections and types packages privatewe don't need to use publish them anymore because it's going to be used only by the CRX
#1210
0fa1abc
Thanks @fuel-service-user! - ci: update to tag latest#1141
96faa7f
Thanks @helciofranco! - feat: bump SDK to latest version#1150
c0d8def
Thanks @helciofranco! - ci: enable biomejs rules (as it was with eslint and prettier)