-
Notifications
You must be signed in to change notification settings - Fork 42
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 #269
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
fuel-service-user
requested review from
luizstacio,
pedronauck and
LuizAsFight
as code owners
September 20, 2024 01:51
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
fuel-service-user
requested review from
helciofranco,
arthurgeron and
rodrigobranas
as code owners
September 20, 2024 01:51
Coverage Report for Fuel Wallet (./packages/fuel-wallet)
File CoverageNo changed files found. |
Coverage Report for Fuel Development Wallet (./packages/fuel-development-wallet)
File CoverageNo changed files found. |
Coverage Report for Fuelet Wallet (./packages/fuelet-wallet)
File CoverageNo changed files found. |
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 21, 2024 06:02
748bb79
to
c83c02f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 23, 2024 14:22
c83c02f
to
0c86cdf
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 23, 2024 14:41
0c86cdf
to
8b221cb
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 23, 2024 15:44
8b221cb
to
de403e8
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 23, 2024 17:01
de403e8
to
8ea796f
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 23, 2024 17:50
8ea796f
to
6838207
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 23, 2024 18:36
6838207
to
93c61e5
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 24, 2024 22:45
93c61e5
to
3f53c5c
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 24, 2024 23:52
3f53c5c
to
94811d8
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 26, 2024 16:25
94811d8
to
5f14406
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 26, 2024 22:35
5f14406
to
1197e81
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
September 27, 2024 02:12
1197e81
to
ae53909
Compare
LuizAsFight
approved these changes
Sep 27, 2024
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 the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@fuels/connectors@0.29.0
Minor Changes
3c29c36
Thanks @LeoCourbassier! - Allows predicated connectors to receive a providerUrl to configure their providersPatch Changes
50488ae
Thanks @arthurgeron! - Burner is now only included in default connectors on dev mode.@fuels/react@0.29.0
Minor Changes
#289
3c55d25
Thanks @luizstacio! - AddsuggestBridge
option toFuelUIProvider
to enable/disable the bridge dialog for users flows.#289
3c55d25
Thanks @luizstacio! - Add Networks configuration toFuelUIProvider
to allow users to provide a list of supported networks with their repesctive bridges.#289
3c55d25
Thanks @luizstacio! - Addquery
options for customization ofuseNamedQuery
on hooks. This can help to improve number of requests in cases of multiple checks like balances.#285
65924f3
Thanks @arthurgeron! - Add FuelChainProvider#289
3c55d25
Thanks @luizstacio! - AdduseIsSupportedNetwork
hook to check if the current network is supported by the user.Patch Changes
#270
e2c5149
Thanks @helciofranco! - RenderConnect
modal using React.Portal in order to have a consistent modal stacking in external projects.#268
ca76a50
Thanks @helciofranco! - Remove@types/react
from the bundle.#285
65924f3
Thanks @arthurgeron! - Moved icons and global stylings to HOC#271
366ffa9
Thanks @arthurgeron! - Group connectors between native and external@fuel-connectors/burner-wallet-connector@0.29.0
Minor Changes
3c29c36
Thanks @LeoCourbassier! - Allows predicated connectors to receive a providerUrl to configure their providers@fuel-connectors/common@0.29.0
Minor Changes
3c55d25
Thanks @luizstacio! - Improve predicates setupProviders to remove delays by adding a new controlled flaghasProviderSuccessed
.@fuel-connectors/evm-connector@0.29.0
Minor Changes
3c29c36
Thanks @LeoCourbassier! - Allows predicated connectors to receive a providerUrl to configure their providers@fuel-connectors/solana-connector@0.29.0
Minor Changes
3c29c36
Thanks @LeoCourbassier! - Allows predicated connectors to receive a providerUrl to configure their providers@fuel-connectors/walletconnect-connector@0.29.0
Minor Changes
#296
3c29c36
Thanks @LeoCourbassier! - Allows predicated connectors to receive a providerUrl to configure their providers#289
3c55d25
Thanks @luizstacio! - Improve predicates setupProviders to remove delays by adding a new controlled flaghasProviderSuccessed
.#275
17838cf
Thanks @luizstacio! - Request message signature to validate access before connecting to applicationsdocs@0.27.1
Patch Changes
eb16e1a
Thanks @arthurgeron! - Fix wrong import paths in docs@fuel-connectors/bako-safe@0.29.0
@fuel-connectors/evm-predicates@0.29.0
@fuel-connectors/fuel-development-wallet@0.29.0
@fuel-connectors/fuel-wallet@0.29.0
@fuel-connectors/fuelet-wallet@0.29.0