Skip to content

Commit

Permalink
Version Packages (#3495)
Browse files Browse the repository at this point in the history
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

-   9648514: SDK support for ICA deployment and operation.
- 38358ec: Deprecate Polygon Mumbai testnet (soon to be replaced by
Polygon Amoy testnet)

### Patch Changes

-   Updated dependencies [9648514]
-   Updated dependencies [4e7a43b]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]

### Minor Changes

- 3ec8108: Breaking: Update the `hyperlane chains list` command to
accept an `env` (either 'mainnet' or 'testnet') to list chains for.

Update `hyperlane chains list` command to pull the set of core chains
from the contract addresses constant in the SDK.

-   9648514: SDK support for ICA deployment and operation.

-   4e7a43b: Replace Debug logger with Pino

### Patch Changes

-   5373d54: Add --log and --verbosity settings to CLI
-   Updated dependencies [9648514]
-   Updated dependencies [38358ec]
-   Updated dependencies [ed0d418]
-   Updated dependencies [4e7a43b]
    -   @hyperlane-xyz/[email protected]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]

### Minor Changes

-   9648514: SDK support for ICA deployment and operation.
-   4e7a43b: Replace Debug logger with Pino

### Patch Changes

-   Updated dependencies [9648514]
-   Updated dependencies [38358ec]
-   Updated dependencies [ed0d418]
-   Updated dependencies [4e7a43b]
    -   @hyperlane-xyz/[email protected]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]

### Minor Changes

-   9648514: SDK support for ICA deployment and operation.
- 38358ec: Deprecate Polygon Mumbai testnet (soon to be replaced by
Polygon Amoy testnet)
- ed0d418: Fixed an issue where warp route verification would fail at
deploy time due to a mismatch between the SDK's intermediary contract
representation and actual contract name.
Enabled the ContractVerifier to pick up explorer API keys from the
configured chain metadata. This allows users to provide their own
explorer API keys in custom `chains.yaml` files.
-   4e7a43b: Replace Debug logger with Pino

### Patch Changes

-   Updated dependencies [9648514]
-   Updated dependencies [38358ec]
-   Updated dependencies [4e7a43b]
    -   @hyperlane-xyz/[email protected]
    -   @hyperlane-xyz/[email protected]

## @hyperlane-xyz/[email protected]

### Minor Changes

-   9648514: SDK support for ICA deployment and operation.
-   4e7a43b: Replace Debug logger with Pino

## @hyperlane-xyz/[email protected]

### Minor Changes

-   9648514: SDK support for ICA deployment and operation.

## @hyperlane-xyz/[email protected]

### Minor Changes

-   9648514: SDK support for ICA deployment and operation.
- 38358ec: Deprecate Polygon Mumbai testnet (soon to be replaced by
Polygon Amoy testnet)
-   4e7a43b: Replace Debug logger with Pino

### Patch Changes

-   Updated dependencies [9648514]
-   Updated dependencies [38358ec]
-   Updated dependencies [ed0d418]
-   Updated dependencies [4e7a43b]
    -   @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>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 2, 2024
1 parent d792309 commit b88b56a
Show file tree
Hide file tree
Showing 22 changed files with 179 additions and 125 deletions.
7 changes: 0 additions & 7 deletions .changeset/cuddly-ravens-run.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/lemon-crews-refuse.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/many-rockets-kneel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/new-melons-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-beans-deny.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/shy-eyes-swim.md

This file was deleted.

13 changes: 13 additions & 0 deletions solidity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @hyperlane-xyz/core

## 3.10.0

### Minor Changes

- 96485144a: SDK support for ICA deployment and operation.
- 38358ecec: Deprecate Polygon Mumbai testnet (soon to be replaced by Polygon Amoy testnet)

### Patch Changes

- Updated dependencies [96485144a]
- Updated dependencies [4e7a43be6]
- @hyperlane-xyz/utils@3.10.0

## 3.9.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@hyperlane-xyz/core",
"description": "Core solidity contracts for Hyperlane",
"version": "3.9.0",
"version": "3.10.0",
"dependencies": {
"@eth-optimism/contracts": "^0.6.0",
"@hyperlane-xyz/utils": "3.9.0",
"@hyperlane-xyz/utils": "3.10.0",
"@layerzerolabs/lz-evm-oapp-v2": "2.0.2",
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/contracts-upgradeable": "^v4.9.3"
Expand Down
6 changes: 6 additions & 0 deletions typescript/ccip-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hyperlane-xyz/ccip-server

## 3.10.0

### Minor Changes

- 96485144a: SDK support for ICA deployment and operation.

## 3.9.0

## 3.8.2
Expand Down
2 changes: 1 addition & 1 deletion typescript/ccip-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperlane-xyz/ccip-server",
"version": "3.9.0",
"version": "3.10.0",
"description": "CCIP server",
"typings": "dist/index.d.ts",
"typedocMain": "src/index.ts",
Expand Down
21 changes: 21 additions & 0 deletions typescript/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @hyperlane-xyz/cli

## 3.10.0

### Minor Changes

- 3ec81081c: Breaking: Update the `hyperlane chains list` command to accept an `env` (either 'mainnet' or 'testnet') to list chains for.

Update `hyperlane chains list` command to pull the set of core chains from the contract addresses constant in the SDK.

- 96485144a: SDK support for ICA deployment and operation.
- 4e7a43be6: Replace Debug logger with Pino

### Patch Changes

- 5373d54ca: Add --log and --verbosity settings to CLI
- Updated dependencies [96485144a]
- Updated dependencies [38358ecec]
- Updated dependencies [ed0d4188c]
- Updated dependencies [4e7a43be6]
- @hyperlane-xyz/utils@3.10.0
- @hyperlane-xyz/sdk@3.10.0

## 3.9.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions typescript/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@hyperlane-xyz/cli",
"version": "3.9.0",
"version": "3.10.0",
"description": "A command-line utility for common Hyperlane operations",
"dependencies": {
"@hyperlane-xyz/sdk": "3.9.0",
"@hyperlane-xyz/utils": "3.9.0",
"@hyperlane-xyz/sdk": "3.10.0",
"@hyperlane-xyz/utils": "3.10.0",
"@inquirer/prompts": "^3.0.0",
"bignumber.js": "^9.1.1",
"chalk": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '3.9.0';
export const VERSION = '3.10.0';
16 changes: 16 additions & 0 deletions typescript/helloworld/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @hyperlane-xyz/helloworld

## 3.10.0

### Minor Changes

- 96485144a: SDK support for ICA deployment and operation.
- 4e7a43be6: Replace Debug logger with Pino

### Patch Changes

- Updated dependencies [96485144a]
- Updated dependencies [38358ecec]
- Updated dependencies [ed0d4188c]
- Updated dependencies [4e7a43be6]
- @hyperlane-xyz/sdk@3.10.0
- @hyperlane-xyz/core@3.10.0

## 3.9.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions typescript/helloworld/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@hyperlane-xyz/helloworld",
"description": "A basic skeleton of an Hyperlane app",
"version": "3.9.0",
"version": "3.10.0",
"dependencies": {
"@hyperlane-xyz/core": "3.9.0",
"@hyperlane-xyz/sdk": "3.9.0",
"@hyperlane-xyz/core": "3.10.0",
"@hyperlane-xyz/sdk": "3.10.0",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"ethers": "^5.7.2"
},
Expand Down
18 changes: 18 additions & 0 deletions typescript/infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @hyperlane-xyz/infra

## 3.10.0

### Minor Changes

- 96485144a: SDK support for ICA deployment and operation.
- 38358ecec: Deprecate Polygon Mumbai testnet (soon to be replaced by Polygon Amoy testnet)
- 4e7a43be6: Replace Debug logger with Pino

### Patch Changes

- Updated dependencies [96485144a]
- Updated dependencies [38358ecec]
- Updated dependencies [ed0d4188c]
- Updated dependencies [4e7a43be6]
- @hyperlane-xyz/helloworld@3.10.0
- @hyperlane-xyz/utils@3.10.0
- @hyperlane-xyz/sdk@3.10.0

## 3.9.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions typescript/infra/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/infra",
"description": "Infrastructure utilities for the Hyperlane Network",
"version": "3.9.0",
"version": "3.10.0",
"dependencies": {
"@arbitrum/sdk": "^3.0.0",
"@aws-sdk/client-iam": "^3.74.0",
Expand All @@ -12,9 +12,9 @@
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/hardware-wallets": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@hyperlane-xyz/helloworld": "3.9.0",
"@hyperlane-xyz/sdk": "3.9.0",
"@hyperlane-xyz/utils": "3.9.0",
"@hyperlane-xyz/helloworld": "3.10.0",
"@hyperlane-xyz/sdk": "3.10.0",
"@hyperlane-xyz/utils": "3.10.0",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@safe-global/api-kit": "^1.3.0",
"@safe-global/protocol-kit": "^1.2.0",
Expand Down
18 changes: 18 additions & 0 deletions typescript/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @hyperlane-xyz/sdk

## 3.10.0

### Minor Changes

- 96485144a: SDK support for ICA deployment and operation.
- 38358ecec: Deprecate Polygon Mumbai testnet (soon to be replaced by Polygon Amoy testnet)
- ed0d4188c: Fixed an issue where warp route verification would fail at deploy time due to a mismatch between the SDK's intermediary contract representation and actual contract name.
Enabled the ContractVerifier to pick up explorer API keys from the configured chain metadata. This allows users to provide their own explorer API keys in custom `chains.yaml` files.
- 4e7a43be6: Replace Debug logger with Pino

### Patch Changes

- Updated dependencies [96485144a]
- Updated dependencies [38358ecec]
- Updated dependencies [4e7a43be6]
- @hyperlane-xyz/utils@3.10.0
- @hyperlane-xyz/core@3.10.0

## 3.9.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions typescript/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@hyperlane-xyz/sdk",
"description": "The official SDK for the Hyperlane Network",
"version": "3.9.0",
"version": "3.10.0",
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.3",
"@cosmjs/stargate": "^0.31.3",
"@hyperlane-xyz/core": "3.9.0",
"@hyperlane-xyz/utils": "3.9.0",
"@hyperlane-xyz/core": "3.10.0",
"@hyperlane-xyz/utils": "3.10.0",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.78.0",
"@types/coingecko-api": "^1.0.10",
Expand Down
7 changes: 7 additions & 0 deletions typescript/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hyperlane-xyz/utils

## 3.10.0

### Minor Changes

- 96485144a: SDK support for ICA deployment and operation.
- 4e7a43be6: Replace Debug logger with Pino

## 3.9.0

## 3.8.2
Expand Down
2 changes: 1 addition & 1 deletion typescript/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/utils",
"description": "General utilities and types for the Hyperlane network",
"version": "3.9.0",
"version": "3.10.0",
"dependencies": {
"@cosmjs/encoding": "^0.31.3",
"@solana/web3.js": "^1.78.0",
Expand Down
Loading

0 comments on commit b88b56a

Please sign in to comment.