Version Packages (#3980)
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 ## @hyperlane-xyz/core@3.15.1 ### Patch Changes - 6620fe636: fix: `TokenRouter.transferRemote` with hook overrides - @hyperlane-xyz/utils@3.15.1 ## @hyperlane-xyz/cli@3.15.1 ### Patch Changes - 921e449b4: Support priorityFee fetching from RPC and some better logging - Updated dependencies [pull/3989/head @hyperlane-xyz/cli@3.15.1acaa22cd9
] - Updated dependencies [921e449b4
] - @hyperlane-xyz/sdk@3.15.1 - @hyperlane-xyz/utils@3.15.1 ## @hyperlane-xyz/helloworld@3.15.1 ### Patch Changes - 6620fe636: fix: `TokenRouter.transferRemote` with hook overrides - Updated dependencies [6620fe636
] - Updated dependencies [acaa22cd9
] - Updated dependencies [921e449b4
] - @hyperlane-xyz/core@3.15.1 - @hyperlane-xyz/sdk@3.15.1 ## @hyperlane-xyz/sdk@3.15.1 ### Patch Changes - acaa22cd9: Do not consider xERC20 a collateral standard to fix fungibility checking logic while maintaining mint limit checking - 921e449b4: Support priorityFee fetching from RPC and some better logging - Updated dependencies [6620fe636
] - @hyperlane-xyz/core@3.15.1 - @hyperlane-xyz/utils@3.15.1 ## @hyperlane-xyz/utils@3.15.1 ## @hyperlane-xyz/infra@3.15.1 ### Patch Changes - Updated dependencies [6620fe636
] - Updated dependencies [acaa22cd9
] - Updated dependencies [921e449b4
] - @hyperlane-xyz/helloworld@3.15.1 - @hyperlane-xyz/sdk@3.15.1 - @hyperlane-xyz/utils@3.15.1 ## @hyperlane-xyz/ccip-server@3.15.1 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent
acaa22cd90
commit
6b5a763e78
@ -1,6 +0,0 @@ |
||||
--- |
||||
"@hyperlane-xyz/core": patch |
||||
"@hyperlane-xyz/helloworld": patch |
||||
--- |
||||
|
||||
fix: `TokenRouter.transferRemote` with hook overrides |
@ -1,5 +0,0 @@ |
||||
--- |
||||
"@hyperlane-xyz/sdk": patch |
||||
--- |
||||
|
||||
Do not consider xERC20 a collateral standard to fix fungibility checking logic while maintaining mint limit checking |
@ -1,6 +0,0 @@ |
||||
--- |
||||
"@hyperlane-xyz/cli": patch |
||||
"@hyperlane-xyz/sdk": patch |
||||
--- |
||||
|
||||
Support priorityFee fetching from RPC and some better logging |
@ -1 +1 @@ |
||||
export const VERSION = '3.15.0'; |
||||
export const VERSION = '3.15.1'; |
||||
|
Loading…
Reference in new issue