Tags: FuelLabs/fuel-bridge
Tags
ci(changesets): versioning packages (#343) This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @fuel-bridge/[email protected] ### Major Changes - Deploy mainnet contracts, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) ### Minor Changes - Upgrade testnet and devnet artifacts, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) - Add rate limit status check for FuelMessagePortal, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) - don't update current withdrawn amount when rate limit is reset, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) - update comment, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) - add zero address check for time to finalise, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) - ci proxy upgrade verification flow, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) - add rate limit disabling/re-enabling, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) - 🐞 Fix upgradability: reduce FuelERC20GatewayV4 \_\_gap variable, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) - update naming convention for immutable var, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) ### Patch Changes - Added base asset deploy script and documentation, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) - Updated testnet deployment artifacts, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) - Swap symbol and name in the metadata payload, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) ## @fuel-bridge/[email protected] ### Minor Changes - Upgraded forc to 0.64.0, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) - Updated sway contracts compiler to forc v0.63.4, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) ## @fuel-bridge/[email protected] ### Minor Changes - Improve sway scripts, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) - integrate fork tokens in e2e test, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) ## @fuel-bridge/[email protected] ### Patch Changes - Added base asset deploy script and documentation, by [@DefiCake](https://github.com/DefiCake) (See [#340](#340)) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: DefiCake <[email protected]>
ci(changesets): versioning packages (#149) This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @fuel-bridge/[email protected] ### Minor Changes - Upgrade all dependencies to fuel-core 0.27, by [@SwayStar123](https://github.com/SwayStar123) (See [#201](#201)) - Bump ts-sdk to 0.94.4, by [@DefiCake](https://github.com/DefiCake) (See [#277](#277)) - remove unused mapping, by [@viraj124](https://github.com/viraj124) (See [#258](#258)) - Architecture revamp featuring single asset issuer on L2, by [@DefiCake](https://github.com/DefiCake) (See [#150](#150)) - Bump all packages to adhere to fuel-core 0.26, forc 0.56, fuel-rs 0.60, fuel-ts 0.85, by [@DefiCake](https://github.com/DefiCake) (See [#180](#180)) - Update forc to 0.63.3, by [@DefiCake](https://github.com/DefiCake) (See [#265](#265)) - Upgraded fuel dependencies to fuel-core 0.33, by [@DefiCake](https://github.com/DefiCake) (See [#237](#237)) - Implement SRC-7 and SRC-20, by [@DefiCake](https://github.com/DefiCake) (See [#240](#240)) - Added upgradability to bridge contracts, by [@DefiCake](https://github.com/DefiCake) (See [#164](#164)) - Add typegen for fuel ts sdk and a deploy script for the bridge. Bump fuel-core to v0.31.0, by [@DefiCake](https://github.com/DefiCake) (See [#222](#222)) - Upgraded ts-sdk to 0.94.3, by [@DefiCake](https://github.com/DefiCake) (See [#271](#271)) - Use custom error for relay unknown error reverts, by [@DefiCake](https://github.com/DefiCake) (See [#178](#178)) - Update fuel-core to v0.26.0 and all sdk dependencies needed to track it, by [@DefiCake](https://github.com/DefiCake) (See [#161](#161)) ### Patch Changes - Update documentation, by [@DefiCake](https://github.com/DefiCake) (See [#197](#197)) - Use L1 token decimals to determine L2 token decimals, by [@DefiCake](https://github.com/DefiCake) (See [#166](#166)) - Add reentrancy unit test for l2 proxy-bridge, by [@DefiCake](https://github.com/DefiCake) (See [#221](#221)) - Add comments to Hexens audit. Fix some other in-code commentary, by [@DefiCake](https://github.com/DefiCake) (See [#177](#177)) - Remove unused code in L2 bridge, by [@DefiCake](https://github.com/DefiCake) (See [#259](#259)) - Removed unused and vulnerable npm dependencies, by [@DefiCake](https://github.com/DefiCake) (See [#212](#212)) - Bump forc and ts version, by [@DefiCake](https://github.com/DefiCake) (See [#162](#162)) ## @fuel-bridge/[email protected] ### Minor Changes - Upgrade all dependencies to fuel-core 0.27, by [@SwayStar123](https://github.com/SwayStar123) (See [#201](#201)) - Bump all packages to adhere to fuel-core 0.26, forc 0.56, fuel-rs 0.60, fuel-ts 0.85, by [@DefiCake](https://github.com/DefiCake) (See [#180](#180)) - Upgraded fuel dependencies to fuel-core 0.33, by [@DefiCake](https://github.com/DefiCake) (See [#237](#237)) - Implement SRC-7 and SRC-20, by [@DefiCake](https://github.com/DefiCake) (See [#240](#240)) - Added upgradability to bridge contracts, by [@DefiCake](https://github.com/DefiCake) (See [#164](#164)) - Update fuel-core to v0.26.0 and all sdk dependencies needed to track it, by [@DefiCake](https://github.com/DefiCake) (See [#161](#161)) ### Patch Changes - Update documentation, by [@DefiCake](https://github.com/DefiCake) (See [#197](#197)) - Removed unused and vulnerable npm dependencies, by [@DefiCake](https://github.com/DefiCake) (See [#212](#212)) - Bump forc and ts version, by [@DefiCake](https://github.com/DefiCake) (See [#162](#162)) ## @fuel-bridge/[email protected] ### Minor Changes - add eth rate limiter, by [@viraj124](https://github.com/viraj124) (See [#228](#228)) - Adds FuelMessagePortalV3 with increased granularity on withdrawals control, by [@DefiCake](https://github.com/DefiCake) (See [#148](#148)) - Adapted deployments for a full e2e environment, and minor util adaptions to anvil quirks, by [@DefiCake](https://github.com/DefiCake) (See [#229](#229)) - 🐞 fix pnpm audit findings, by [@PraneshASP](https://github.com/PraneshASP) (See [#247](#247)) - reset rate limit script, by [@viraj124](https://github.com/viraj124) (See [#254](#254)) - Added FuelChainState setter to FuelMessagePortalV3, by [@DefiCake](https://github.com/DefiCake) (See [#234](#234)) - Deploy devnet and testnet contracts, by [@DefiCake](https://github.com/DefiCake) (See [#175](#175)) - 🐞 Fix depositToken naming, by [@DefiCake](https://github.com/DefiCake) (See [#273](#273)) - 🐞 Fix ECDSA test flakiness, by [@DefiCake](https://github.com/DefiCake) (See [#144](#144)) - Add recommit protection in FuelChainState, by [@DefiCake](https://github.com/DefiCake) (See [#174](#174)) - remove unused mapping, by [@viraj124](https://github.com/viraj124) (See [#258](#258)) - Architecture revamp featuring single asset issuer on L2, by [@DefiCake](https://github.com/DefiCake) (See [#150](#150)) - Ported @fuel-contracts/merkle-sol utils, by [@DefiCake](https://github.com/DefiCake) (See [#196](#196)) - FuelChainState is now configurable in deployment scripts, by [@DefiCake](https://github.com/DefiCake) (See [#204](#204)) - erc20 rate limit, by [@viraj124](https://github.com/viraj124) (See [#239](#239)) - Bump all packages to adhere to fuel-core 0.26, forc 0.56, fuel-rs 0.60, fuel-ts 0.85, by [@DefiCake](https://github.com/DefiCake) (See [#180](#180)) - add `_disableInitializers()` to FuelMessagePortal V2 and V3, by [@PraneshASP](https://github.com/PraneshASP) (See [#248](#248)) - Add relay deposit script, by [@DefiCake](https://github.com/DefiCake) (See [#266](#266)) - add disable initializer in erc20 v4 gateway, by [@viraj124](https://github.com/viraj124) (See [#261](#261)) - Added upgradability to bridge contracts, by [@DefiCake](https://github.com/DefiCake) (See [#164](#164)) - Extract CommonPredicates lib into its own file, by [@DefiCake](https://github.com/DefiCake) (See [#142](#142)) - Use custom error for relay unknown error reverts, by [@DefiCake](https://github.com/DefiCake) (See [#178](#178)) - Update fuel-core to v0.26.0 and all sdk dependencies needed to track it, by [@DefiCake](https://github.com/DefiCake) (See [#161](#161)) - Added hardhat scripts, by [@DefiCake](https://github.com/DefiCake) (See [#190](#190)) - add zero address check for asset issuer id, by [@viraj124](https://github.com/viraj124) (See [#250](#250)) ### Patch Changes - Deployment of new devnet, by [@DefiCake](https://github.com/DefiCake) (See [#157](#157)) - Add deprecation notices and use better folder grouping, by [@DefiCake](https://github.com/DefiCake) (See [#171](#171)) - Update documentation, by [@DefiCake](https://github.com/DefiCake) (See [#197](#197)) - Add nonce to FTI interface, by [@DefiCake](https://github.com/DefiCake) (See [#155](#155)) - Deploy new token bridge to devnet, by [@DefiCake](https://github.com/DefiCake) (See [#233](#233)) - 🐞 Fix encoding issue on FuelERC20GatewayV4.sendMetadata(), by [@DefiCake](https://github.com/DefiCake) (See [#169](#169)) - Add migration files of FuelChainState testnet upgrade - withdrawal period extension, by [@DefiCake](https://github.com/DefiCake) (See [#207](#207)) - Use L1 token decimals to determine L2 token decimals, by [@DefiCake](https://github.com/DefiCake) (See [#166](#166)) - 🐞 Fix CI on pnpm audit, by [@DefiCake](https://github.com/DefiCake) (See [#217](#217)) - Add FTI interface, by [@DefiCake](https://github.com/DefiCake) (See [#151](#151)) - Improve granularity of blacklisting permissions for messages in FuelMessagePortal, by [@DefiCake](https://github.com/DefiCake) (See [#168](#168)) - Add comments to Hexens audit. Fix some other in-code commentary, by [@DefiCake](https://github.com/DefiCake) (See [#177](#177)) - Added FuelChainState devnet and testnet redeploy artifacts, by [@DefiCake](https://github.com/DefiCake) (See [#235](#235)) - Reconfigured testnet and devnet contracts, by [@DefiCake](https://github.com/DefiCake) (See [#236](#236)) - Update testnet and devnet contracts, by [@DefiCake](https://github.com/DefiCake) (See [#185](#185)) - Removed unused and vulnerable npm dependencies, by [@DefiCake](https://github.com/DefiCake) (See [#212](#212)) ## @fuel-bridge/[email protected] ### Minor Changes - Improve message relay utils, by [@DefiCake](https://github.com/DefiCake) (See [#275](#275)) - Adapted deployments for a full e2e environment, and minor util adaptions to anvil quirks, by [@DefiCake](https://github.com/DefiCake) (See [#229](#229)) - Upgrade all dependencies to fuel-core 0.27, by [@SwayStar123](https://github.com/SwayStar123) (See [#201](#201)) - Bump ts-sdk to 0.94.4, by [@DefiCake](https://github.com/DefiCake) (See [#277](#277)) - 🐞 Fix depositToken naming, by [@DefiCake](https://github.com/DefiCake) (See [#273](#273)) - Architecture revamp featuring single asset issuer on L2, by [@DefiCake](https://github.com/DefiCake) (See [#150](#150)) - Bump all packages to adhere to fuel-core 0.26, forc 0.56, fuel-rs 0.60, fuel-ts 0.85, by [@DefiCake](https://github.com/DefiCake) (See [#180](#180)) - Add relay deposit script, by [@DefiCake](https://github.com/DefiCake) (See [#266](#266)) - add disable initializer in erc20 v4 gateway, by [@viraj124](https://github.com/viraj124) (See [#261](#261)) - Upgraded fuel dependencies to fuel-core 0.33, by [@DefiCake](https://github.com/DefiCake) (See [#237](#237)) - Implement SRC-7 and SRC-20, by [@DefiCake](https://github.com/DefiCake) (See [#240](#240)) - Added upgradability to bridge contracts, by [@DefiCake](https://github.com/DefiCake) (See [#164](#164)) - Add typegen for fuel ts sdk and a deploy script for the bridge. Bump fuel-core to v0.31.0, by [@DefiCake](https://github.com/DefiCake) (See [#222](#222)) - Upgraded ts-sdk to 0.94.3, by [@DefiCake](https://github.com/DefiCake) (See [#271](#271)) - Update fuel-core to v0.26.0 and all sdk dependencies needed to track it, by [@DefiCake](https://github.com/DefiCake) (See [#161](#161)) ### Patch Changes - Increase test coverage, by [@DefiCake](https://github.com/DefiCake) (See [#226](#226)) - Update documentation, by [@DefiCake](https://github.com/DefiCake) (See [#197](#197)) - Use ZeroBytes32 for witnesses at relayCommonMessage.ts, by [@DefiCake](https://github.com/DefiCake) (See [#193](#193)) - 🐞 Fix CI on pnpm audit, by [@DefiCake](https://github.com/DefiCake) (See [#217](#217)) - Removed unused and vulnerable npm dependencies, by [@DefiCake](https://github.com/DefiCake) (See [#212](#212)) - Bump forc and ts version, by [@DefiCake](https://github.com/DefiCake) (See [#162](#162)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ci(changesets): versioning packages (#120) This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @fuel-bridge/[email protected] ### Minor Changes - Add pnpm audit to CI and migrate dependencies to safe versions, by [@DefiCake](https://github.com/DefiCake) (See [#126](#126)) - Update to forc 0.49.1, by [@DefiCake](https://github.com/DefiCake) (See [#119](#119)) - Workaround current fuel-rs small configurables (u8) limitation. Add tests for decimal conversion, by [@DefiCake](https://github.com/DefiCake) (See [#123](#123)) - Bump forc to 0.51, by [@DefiCake](https://github.com/DefiCake) (See [#141](#141)) - Remove b256-u256 conversions, use new sway utils that implement these features, by [@DefiCake](https://github.com/DefiCake) (See [#143](#143)) ### Patch Changes - Bump forc to 0.50.0, by [@DefiCake](https://github.com/DefiCake) (See [#124](#124)) - Add CORS to deployment server update typescript SDK, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#134](#134)) - Bump fuels to 0.55.0, by [@DefiCake](https://github.com/DefiCake) (See [#122](#122)) ## @fuel-bridge/[email protected] ### Minor Changes - Add pnpm audit to CI and migrate dependencies to safe versions, by [@DefiCake](https://github.com/DefiCake) (See [#126](#126)) - Update to forc 0.49.1, by [@DefiCake](https://github.com/DefiCake) (See [#119](#119)) ### Patch Changes - Bump fuels to 0.55.0, by [@DefiCake](https://github.com/DefiCake) (See [#122](#122)) ## @fuel-bridge/[email protected] ### Minor Changes - Add pnpm audit to CI and migrate dependencies to safe versions, by [@DefiCake](https://github.com/DefiCake) (See [#126](#126)) ### Patch Changes - Deployed beta5devnet, by [@DefiCake](https://github.com/DefiCake) (See [#114](#114)) - Add CORS to deployment server update typescript SDK, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#134](#134)) ## @fuel-bridge/[email protected] ### Minor Changes - Add pnpm audit to CI and migrate dependencies to safe versions, by [@DefiCake](https://github.com/DefiCake) (See [#126](#126)) ### Patch Changes - Add CORS to deployment server update typescript SDK, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#134](#134)) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ci(changesets): versioning packages (#99) This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @fuel-bridge/[email protected] ### Minor Changes - Update to fuel-core 0.22.0 (beta-5), by [@LuizAsFight](https://github.com/LuizAsFight) (See [#106](#106)) - Replace FRC20 with SRC20, by [@DefiCake](https://github.com/DefiCake) (See [#102](#102)) - Use sway 0.48.1 and migrate from U256 to u256, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#106](#106)) - Bumped fuels to 0.50.1, by [@DefiCake](https://github.com/DefiCake) (See [#95](#95)) ## @fuel-bridge/[email protected] ### Minor Changes - Update to fuel-core 0.22.0 (beta-5), by [@LuizAsFight](https://github.com/LuizAsFight) (See [#106](#106)) - Bumped fuels to 0.50.1, by [@DefiCake](https://github.com/DefiCake) (See [#95](#95)) ## @fuel-bridge/[email protected] ### Minor Changes - ERC20 gateway with training wheels, by [@DefiCake](https://github.com/DefiCake) (See [#100](#100)) - Added deposit caps for native base asset (eth), by [@DefiCake](https://github.com/DefiCake) (See [#97](#97)) ### Patch Changes - 🐞 Fix prettier and apply it to current files, by [@DefiCake](https://github.com/DefiCake) (See [#98](#98)) - Remove deposit limitations on ether, by [@DefiCake](https://github.com/DefiCake) (See [#101](#101)) - Add deploy scripts, by [@DefiCake](https://github.com/DefiCake) (See [#107](#107)) - Add beta 5 deployment artifacts, by [@DefiCake](https://github.com/DefiCake) (See [#110](#110)) ## @fuel-bridge/[email protected] ### Minor Changes - Update to fuel-core 0.22.0 (beta-5), by [@LuizAsFight](https://github.com/LuizAsFight) (See [#106](#106)) ### Patch Changes - ✨ feat: update fuels-ts to 0.71.1, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#118](#118)) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: DefiCake <[email protected]>
ci(changesets): versioning packages (#79) This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @fuel-bridge/[email protected] ### Patch Changes - Added some minor gas optimizations, by [@DefiCake](https://github.com/DefiCake) (See [#78](#78)) ## @fuel-bridge/[email protected] ## @fuel-bridge/[email protected] ## @fuel-bridge/[email protected] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: DefiCake <[email protected]>
ci(changesets): versioning packages (#77) This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @fuel-bridge/[email protected] ### Patch Changes - Changes require statements to if-revert-custom-error for better interfacing and reduced gas costs, by [@DefiCake](https://github.com/DefiCake) (See [#60](#60)) ## @fuel-bridge/[email protected] ## @fuel-bridge/[email protected] ## @fuel-bridge/[email protected] --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: DefiCake <[email protected]>
ci(changesets): versioning packages (#76) This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @fuel-bridge/[email protected] ### Minor Changes - Add NFT support, by [@DefiCake](https://github.com/DefiCake) (See [#40](#40)) - Adds asset sub_id awareness to ERC20 bridge and implementation for ERC721 bridge, by [@DefiCake](https://github.com/DefiCake) (See [#40](#40)) ## @fuel-bridge/[email protected] ### Minor Changes - Add NFT support, by [@DefiCake](https://github.com/DefiCake) (See [#40](#40)) - Adds asset sub_id awareness to ERC20 bridge and implementation for ERC721 bridge, by [@DefiCake](https://github.com/DefiCake) (See [#40](#40)) ## @fuel-bridge/[email protected] ### Minor Changes - Add NFT support, by [@DefiCake](https://github.com/DefiCake) (See [#40](#40)) - Adds asset sub_id awareness to ERC20 bridge and implementation for ERC721 bridge, by [@DefiCake](https://github.com/DefiCake) (See [#40](#40)) ## @fuel-bridge/[email protected] ### Minor Changes - Add NFT support, by [@DefiCake](https://github.com/DefiCake) (See [#40](#40)) - Adds asset sub_id awareness to ERC20 bridge and implementation for ERC721 bridge, by [@DefiCake](https://github.com/DefiCake) (See [#40](#40)) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: DefiCake <[email protected]>
ci(changesets): versioning packages (#75) This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @fuel-bridge/[email protected] ### Patch Changes - ✨ feat: update fuels-ts, by [@LuizAsFight](https://github.com/LuizAsFight) (See [#74](#74)) ## @fuel-bridge/[email protected] ## @fuel-bridge/[email protected] ## @fuel-bridge/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ci(changesets): versioning packages (#71) This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @fuel-bridge/[email protected] ### Minor Changes - Add a rescueETH function for ERC20Gateway to address TOB-6, by [@DefiCake](https://github.com/DefiCake) (See [#73](#73)) ### Patch Changes - ✨ feat: release fuel-bridge packages first version, by [@luizstacio](https://github.com/luizstacio) (See [#69](#69)) - ✨ feat: release test-utils and solidity-contracts packs, by [@luizstacio](https://github.com/luizstacio) (See [#72](#72)) ## @fuel-bridge/[email protected] ### Patch Changes - ✨ feat: release fuel-bridge packages first version, by [@luizstacio](https://github.com/luizstacio) (See [#69](#69)) ## @fuel-bridge/[email protected] ### Patch Changes - ✨ feat: release fuel-bridge packages first version, by [@luizstacio](https://github.com/luizstacio) (See [#69](#69)) ## @fuel-bridge/[email protected] ### Patch Changes - ✨ feat: release fuel-bridge packages first version, by [@luizstacio](https://github.com/luizstacio) (See [#69](#69)) - ✨ feat: release test-utils and solidity-contracts packs, by [@luizstacio](https://github.com/luizstacio) (See [#72](#72)) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: DefiCake <[email protected]>