Version Packages (#4617)
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.4.0 ### Minor Changes - bb75eba74: fix: constrain rate limited ISM to a single message recipient - c5c217f8e: Embed NPM package version in bytecode constant ### Patch Changes - Updated dependencies [pull/4598/head @hyperlane-xyz/cli@5.4.04415ac224
] - @hyperlane-xyz/utils@5.4.0 ## @hyperlane-xyz/cli@5.4.0 ### Minor Changes - 4415ac224: Add Gnosis safe transaction builder to warp apply ### Patch Changes - Updated dependencies [4415ac224
] - @hyperlane-xyz/utils@5.4.0 - @hyperlane-xyz/sdk@5.4.0 ## @hyperlane-xyz/sdk@5.4.0 ### Minor Changes - 4415ac224: Add Gnosis safe transaction builder to warp apply ### Patch Changes - Updated dependencies [bb75eba74
] - Updated dependencies [4415ac224
] - Updated dependencies [c5c217f8e
] - @hyperlane-xyz/core@5.4.0 - @hyperlane-xyz/utils@5.4.0 ## @hyperlane-xyz/utils@5.4.0 ### Minor Changes - 4415ac224: Add Gnosis safe transaction builder to warp apply ## @hyperlane-xyz/helloworld@5.4.0 ### Patch Changes - Updated dependencies [bb75eba74
] - Updated dependencies [4415ac224
] - Updated dependencies [c5c217f8e
] - @hyperlane-xyz/core@5.4.0 - @hyperlane-xyz/sdk@5.4.0 ## @hyperlane-xyz/widgets@5.4.0 ### Patch Changes - Updated dependencies [4415ac224
] - @hyperlane-xyz/sdk@5.4.0 ## @hyperlane-xyz/infra@5.4.0 ### Patch Changes - Updated dependencies [4415ac224
] - @hyperlane-xyz/utils@5.4.0 - @hyperlane-xyz/sdk@5.4.0 - @hyperlane-xyz/helloworld@5.4.0 ## @hyperlane-xyz/ccip-server@5.4.0 ## @hyperlane-xyz/github-proxy@5.4.0 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent
5158296489
commit
b314d3e4d1
@ -1,5 +0,0 @@ |
||||
--- |
||||
'@hyperlane-xyz/core': minor |
||||
--- |
||||
|
||||
fix: constrain rate limited ISM to a single message recipient |
@ -1,7 +0,0 @@ |
||||
--- |
||||
'@hyperlane-xyz/utils': minor |
||||
'@hyperlane-xyz/cli': minor |
||||
'@hyperlane-xyz/sdk': minor |
||||
--- |
||||
|
||||
Add Gnosis safe transaction builder to warp apply |
@ -1,5 +0,0 @@ |
||||
--- |
||||
'@hyperlane-xyz/core': minor |
||||
--- |
||||
|
||||
Embed NPM package version in bytecode constant |
@ -1 +1 @@ |
||||
export const VERSION = '5.3.0'; |
||||
export const VERSION = '5.4.0'; |
||||
|
Loading…
Reference in new issue