Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #4848

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Version Packages #4848

merged 2 commits into from
Nov 19, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 11, 2024

This PR was opened by the Changesets release 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/[email protected]

Minor Changes

  • 5db46bd: Implements persistent relayer for use in CLI

Patch Changes

@hyperlane-xyz/[email protected]

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

@hyperlane-xyz/[email protected]

Minor Changes

  • 0e285a4: Add an isRelativeUrl function

@hyperlane-xyz/[email protected]

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

@hyperlane-xyz/[email protected]

Patch Changes

@hyperlane-xyz/[email protected]

Patch Changes

@hyperlane-xyz/[email protected]

Minor Changes

  • 5db46bd: Implements persistent relayer for use in CLI

Patch Changes

@hyperlane-xyz/[email protected]

@hyperlane-xyz/[email protected]

@github-actions github-actions bot force-pushed the changeset-release/main branch 6 times, most recently from 6eebcaa to 1ba7316 Compare November 13, 2024 19:52
@ltyu ltyu closed this Nov 13, 2024
@ltyu ltyu reopened this Nov 13, 2024
@@ -7,5 +7,5 @@
**/
abstract contract PackageVersioned {
// GENERATED CODE - DO NOT EDIT
string public constant PACKAGE_VERSION = "5.8.0";
string public constant PACKAGE_VERSION = "5.8.1";

Check warning

Code scanning / Olympix Integrated Security

Some state variables are not being fuzzed in test functions, potentially leaving vulnerabilities unexplored. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-variables Medium

Some state variables are not being fuzzed in test functions, potentially leaving vulnerabilities unexplored. For more information, visit: http://detectors.olympixdevsectools.com/article/web3-vulnerability/unfuzzed-variables
Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.60%. Comparing base (794501b) to head (a4297d3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4848   +/-   ##
=======================================
  Coverage   74.60%   74.60%           
=======================================
  Files         103      103           
  Lines        1516     1516           
  Branches      195      195           
=======================================
  Hits         1131     1131           
  Misses        364      364           
  Partials       21       21           
Components Coverage Δ
core 84.61% <ø> (ø)
hooks 77.77% <ø> (ø)
isms 79.02% <ø> (ø)
token 89.07% <ø> (ø)
middlewares 77.58% <ø> (ø)
---- 🚨 Try these New Features:

@github-actions github-actions bot force-pushed the changeset-release/main branch from 1ba7316 to 9875fc7 Compare November 14, 2024 10:48
@yorhodes yorhodes enabled auto-merge November 14, 2024 13:50
@github-actions github-actions bot force-pushed the changeset-release/main branch 9 times, most recently from 2ada5c9 to 73b96c7 Compare November 19, 2024 18:06
@github-actions github-actions bot force-pushed the changeset-release/main branch from 73b96c7 to 7871bb0 Compare November 19, 2024 18:12
Releases:
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]
  @hyperlane-xyz/[email protected]

[skip ci]
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7871bb0 to a4297d3 Compare November 19, 2024 18:14
@jmrossy jmrossy closed this Nov 19, 2024
auto-merge was automatically disabled November 19, 2024 18:35

Pull request was closed

@jmrossy jmrossy reopened this Nov 19, 2024
@jmrossy jmrossy enabled auto-merge November 19, 2024 18:47
@jmrossy jmrossy added this pull request to the merge queue Nov 19, 2024
Merged via the queue into main with commit 23a2679 Nov 19, 2024
42 checks passed
tiendn pushed a commit to tiendn/hyperlane-monorepo that referenced this pull request Jan 11, 2025
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/[email protected]

### 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/[email protected]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]

### 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/[email protected]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]

### Minor Changes

-   0e285a4: Add an isRelativeUrl function

## @hyperlane-xyz/[email protected]

### 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/[email protected]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]

### Patch Changes

-   Updated dependencies [0e285a4]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]

### Patch Changes

-   Updated dependencies [6f2d50f]
-   Updated dependencies [1159e0f]
-   Updated dependencies [ff2b4e2]
-   Updated dependencies [0e285a4]
-   Updated dependencies [5db46bd]
-   Updated dependencies [0cd65c5]
    -   @hyperlane-xyz/[email protected]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]

### 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/[email protected]
    -   @hyperlane-xyz/[email protected]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]



## @hyperlane-xyz/[email protected]

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
tiendn pushed a commit to tiendn/hyperlane-monorepo that referenced this pull request Jan 11, 2025
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/[email protected]

### 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/[email protected]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]

### 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/[email protected]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]

### Minor Changes

-   0e285a4: Add an isRelativeUrl function

## @hyperlane-xyz/[email protected]

### 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/[email protected]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]

### Patch Changes

-   Updated dependencies [0e285a4]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]

### Patch Changes

-   Updated dependencies [6f2d50f]
-   Updated dependencies [1159e0f]
-   Updated dependencies [ff2b4e2]
-   Updated dependencies [0e285a4]
-   Updated dependencies [5db46bd]
-   Updated dependencies [0cd65c5]
    -   @hyperlane-xyz/[email protected]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]

### 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/[email protected]
    -   @hyperlane-xyz/[email protected]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]



## @hyperlane-xyz/[email protected]

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants