Version Packages (#4751)
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@5.6.1 ### Patch Changes - a42616ff3: Added overrides for transferFrom, totalSupply to reflect the internal share based accounting for the 4626 mirror asset - Updated dependencies [pull/4762/head @hyperlane-xyz/cli@5.6.25fd4267e7
] - Updated dependencies [a36fc5fb2
] - @hyperlane-xyz/utils@5.6.2 ## @hyperlane-xyz/cli@5.6.2 ### Patch Changes - Updated dependencies [5fd4267e7
] - Updated dependencies [a36fc5fb2
] - @hyperlane-xyz/utils@5.6.2 - @hyperlane-xyz/sdk@5.6.2 ## @hyperlane-xyz/helloworld@5.6.2 ### Patch Changes - Updated dependencies [5fd4267e7
] - Updated dependencies [a42616ff3
] - @hyperlane-xyz/sdk@5.6.2 - @hyperlane-xyz/core@5.6.1 ## @hyperlane-xyz/sdk@5.6.2 ### Patch Changes - 5fd4267e7: Supported non-32 byte non-EVM recipients when sending warps from Sealevel - Updated dependencies [5fd4267e7
] - Updated dependencies [a36fc5fb2
] - Updated dependencies [a42616ff3
] - @hyperlane-xyz/utils@5.6.2 - @hyperlane-xyz/core@5.6.1 ## @hyperlane-xyz/utils@5.6.2 ### Patch Changes - 5fd4267e7: Supported non-32 byte non-EVM recipients when sending warps from Sealevel - a36fc5fb2: fix: isObject utils fn should return only boolean value ## @hyperlane-xyz/widgets@5.6.2 ### Patch Changes - Updated dependencies [5fd4267e7
] - Updated dependencies [a36fc5fb2
] - @hyperlane-xyz/utils@5.6.2 - @hyperlane-xyz/sdk@5.6.2 ## @hyperlane-xyz/infra@5.6.2 ### Patch Changes - Updated dependencies [5fd4267e7
] - Updated dependencies [a36fc5fb2
] - @hyperlane-xyz/utils@5.6.2 - @hyperlane-xyz/sdk@5.6.2 - @hyperlane-xyz/helloworld@5.6.2 ## @hyperlane-xyz/ccip-server@5.6.2 ## @hyperlane-xyz/github-proxy@5.6.2 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent
5fd4267e79
commit
34222c00fe
@ -1,6 +0,0 @@ |
||||
--- |
||||
'@hyperlane-xyz/utils': patch |
||||
'@hyperlane-xyz/sdk': patch |
||||
--- |
||||
|
||||
Supported non-32 byte non-EVM recipients when sending warps from Sealevel |
@ -1,5 +0,0 @@ |
||||
--- |
||||
'@hyperlane-xyz/utils': patch |
||||
--- |
||||
|
||||
fix: isObject utils fn should return only boolean value |
@ -1,5 +0,0 @@ |
||||
--- |
||||
'@hyperlane-xyz/core': patch |
||||
--- |
||||
|
||||
Added overrides for transferFrom, totalSupply to reflect the internal share based accounting for the 4626 mirror asset |
@ -1 +1 @@ |
||||
export const VERSION = '5.6.1'; |
||||
export const VERSION = '5.6.2'; |
||||
|
Loading…
Reference in new issue