-
Notifications
You must be signed in to change notification settings - Fork 399
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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/cli@7.1.0 ### Minor Changes - 5db46bd: Implements persistent relayer for use in CLI ### Patch Changes - Updated dependencies [6f2d50f] - Updated dependencies [1159e0f] - Updated dependencies [0e285a4] - Updated dependencies [ff2b4e2] - Updated dependencies [0e285a4] - Updated dependencies [5db46bd] - Updated dependencies [0cd65c5] - @hyperlane-xyz/sdk@7.1.0 - @hyperlane-xyz/utils@7.1.0 ## @hyperlane-xyz/sdk@7.1.0 ### Minor Changes - 6f2d50f: Updated Fraxtal set to include Superlane validators, updated Flow set - 1159e0f: Enroll new validators for alephzeroevmmainnet, chilizmainnet, flowmainnet, immutablezkevmmainnet, metal, polynomialfi, rarichain, rootstockmainnet, superpositionmainnet, flame, prom, inevm. - ff2b4e2: Added helpers to Token and token adapters to get bridged supply of tokens" - 0e285a4: Add a validateZodResult util function - 5db46bd: Implements persistent relayer for use in CLI - 0cd65c5: Add chainMetadataToCosmosChain function ### Patch Changes - Updated dependencies [0e285a4] - @hyperlane-xyz/utils@7.1.0 - @hyperlane-xyz/core@5.8.1 ## @hyperlane-xyz/utils@7.1.0 ### Minor Changes - 0e285a4: Add an isRelativeUrl function ## @hyperlane-xyz/widgets@7.1.0 ### Minor Changes - 0cd65c5: Add multi-protocol wallet integration hooks and types - 1866635: New Icons Updated modal with new props Updated storybook for modal and icon list - 0e285a4: Add various utility hooks: useIsSsr, useTimeout, useDebounce, useInterval - 92b5fe7: Props and style update: IconButton and Tooltip New Icons: XCircleIcon and SwapIcon ### Patch Changes - 794501b: Prevent propagation of form submissions from ChainSearchMenu - Updated dependencies [6f2d50f] - Updated dependencies [1159e0f] - Updated dependencies [0e285a4] - Updated dependencies [ff2b4e2] - Updated dependencies [0e285a4] - Updated dependencies [5db46bd] - Updated dependencies [0cd65c5] - @hyperlane-xyz/sdk@7.1.0 - @hyperlane-xyz/utils@7.1.0 ## @hyperlane-xyz/core@5.8.1 ### Patch Changes - Updated dependencies [0e285a4] - @hyperlane-xyz/utils@7.1.0 ## @hyperlane-xyz/helloworld@7.1.0 ### Patch Changes - Updated dependencies [6f2d50f] - Updated dependencies [1159e0f] - Updated dependencies [ff2b4e2] - Updated dependencies [0e285a4] - Updated dependencies [5db46bd] - Updated dependencies [0cd65c5] - @hyperlane-xyz/sdk@7.1.0 - @hyperlane-xyz/core@5.8.1 ## @hyperlane-xyz/infra@7.1.0 ### Minor Changes - 5db46bd: Implements persistent relayer for use in CLI ### Patch Changes - Updated dependencies [6f2d50f] - Updated dependencies [1159e0f] - Updated dependencies [0e285a4] - Updated dependencies [ff2b4e2] - Updated dependencies [0e285a4] - Updated dependencies [5db46bd] - Updated dependencies [0cd65c5] - @hyperlane-xyz/sdk@7.1.0 - @hyperlane-xyz/utils@7.1.0 - @hyperlane-xyz/helloworld@7.1.0 ## @hyperlane-xyz/ccip-server@7.1.0 ## @hyperlane-xyz/github-proxy@7.1.0 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
794501b
commit 23a2679
Showing
33 changed files
with
148 additions
and
104 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @hyperlane-xyz/ccip-server | ||
|
||
## 7.1.0 | ||
|
||
## 7.0.0 | ||
|
||
## 6.0.0 | ||
|
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export const VERSION = '7.0.0'; | ||
export const VERSION = '7.1.0'; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @hyperlane-xyz/github-proxy | ||
|
||
## 7.1.0 | ||
|
||
## 7.0.0 | ||
|
||
## 6.0.0 | ||
|
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.