Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 25, 2024
1 parent af26342 commit 6369408
Show file tree
Hide file tree
Showing 28 changed files with 144 additions and 100 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-dryers-grab.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/blue-eyes-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-crabs-float.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-brooms-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-crews-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-toys-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-days-float.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/kind-panthers-clap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nice-pianos-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-books-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-kings-fold.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-games-shake.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.11.0

### Minor Changes

- b63714ede: Convert all public hyperlane npm packages from CJS to pure ESM

### Patch Changes

- Updated dependencies [b63714ede]
- Updated dependencies [2b3f75836]
- Updated dependencies [af2634207]
- @hyperlane-xyz/utils@3.11.0

## 3.10.0

### Minor 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.10.0",
"version": "3.11.0",
"dependencies": {
"@eth-optimism/contracts": "^0.6.0",
"@hyperlane-xyz/utils": "3.10.0",
"@hyperlane-xyz/utils": "3.11.0",
"@layerzerolabs/lz-evm-oapp-v2": "2.0.2",
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/contracts-upgradeable": "^v4.9.3"
Expand Down
2 changes: 2 additions & 0 deletions typescript/ccip-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @hyperlane-xyz/ccip-server

## 3.11.0

## 3.10.0

### Minor Changes
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.10.0",
"version": "3.11.0",
"description": "CCIP server",
"typings": "dist/index.d.ts",
"typedocMain": "src/index.ts",
Expand Down
25 changes: 25 additions & 0 deletions typescript/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @hyperlane-xyz/cli

## 3.11.0

### Minor Changes

- f8b6ea467: Update the warp-route-deployment.yaml to a more sensible schema. This schema sets us up to allow multi-chain collateral deployments. Removes intermediary config objects by using zod instead.
- aea79c686: Adds single-chain dry-run support for deploying warp routes & gas estimation for core and warp route dry-run deployments.
- 917266dce: Add --self-relay to CLI commands
- b63714ede: Convert all public hyperlane npm packages from CJS to pure ESM
- 450e8e0d5: Migrate fork util from CLI to SDK. Anvil IP & Port are now optionally passed into fork util by client.
- af2634207: Introduces `hyperlane hook read` and `hyperlane ism read` commands for deriving onchain Hook/ISM configs from an address on a given chain.

### Patch Changes

- Updated dependencies [811ecfbba]
- Updated dependencies [f8b6ea467]
- Updated dependencies [917266dce]
- Updated dependencies [aab63d466]
- Updated dependencies [2e439423e]
- Updated dependencies [b63714ede]
- Updated dependencies [450e8e0d5]
- Updated dependencies [2b3f75836]
- Updated dependencies [af2634207]
- @hyperlane-xyz/sdk@3.11.0
- @hyperlane-xyz/utils@3.11.0

## 3.10.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.10.0",
"version": "3.11.0",
"description": "A command-line utility for common Hyperlane operations",
"dependencies": {
"@hyperlane-xyz/sdk": "3.10.0",
"@hyperlane-xyz/utils": "3.10.0",
"@hyperlane-xyz/sdk": "3.11.0",
"@hyperlane-xyz/utils": "3.11.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.10.0';
export const VERSION = '3.11.0';
19 changes: 19 additions & 0 deletions typescript/helloworld/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @hyperlane-xyz/helloworld

## 3.11.0

### Minor Changes

- b63714ede: Convert all public hyperlane npm packages from CJS to pure ESM

### Patch Changes

- Updated dependencies [811ecfbba]
- Updated dependencies [f8b6ea467]
- Updated dependencies [917266dce]
- Updated dependencies [aab63d466]
- Updated dependencies [2e439423e]
- Updated dependencies [b63714ede]
- Updated dependencies [450e8e0d5]
- Updated dependencies [af2634207]
- @hyperlane-xyz/sdk@3.11.0
- @hyperlane-xyz/core@3.11.0

## 3.10.0

### Minor 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.10.0",
"version": "3.11.0",
"dependencies": {
"@hyperlane-xyz/core": "3.10.0",
"@hyperlane-xyz/sdk": "3.10.0",
"@hyperlane-xyz/core": "3.11.0",
"@hyperlane-xyz/sdk": "3.11.0",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"ethers": "^5.7.2"
},
Expand Down
21 changes: 21 additions & 0 deletions typescript/infra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @hyperlane-xyz/infra

## 3.11.0

### Minor Changes

- af2634207: Moved Hook/ISM reading into CLI.

### Patch Changes

- Updated dependencies [811ecfbba]
- Updated dependencies [f8b6ea467]
- Updated dependencies [917266dce]
- Updated dependencies [aab63d466]
- Updated dependencies [2e439423e]
- Updated dependencies [b63714ede]
- Updated dependencies [450e8e0d5]
- Updated dependencies [2b3f75836]
- Updated dependencies [af2634207]
- @hyperlane-xyz/sdk@3.11.0
- @hyperlane-xyz/helloworld@3.11.0
- @hyperlane-xyz/utils@3.11.0

## 3.10.0

### Minor 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.10.0",
"version": "3.11.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.10.0",
"@hyperlane-xyz/sdk": "3.10.0",
"@hyperlane-xyz/utils": "3.10.0",
"@hyperlane-xyz/helloworld": "3.11.0",
"@hyperlane-xyz/sdk": "3.11.0",
"@hyperlane-xyz/utils": "3.11.0",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@safe-global/api-kit": "^1.3.0",
"@safe-global/protocol-kit": "^1.2.0",
Expand Down
21 changes: 21 additions & 0 deletions typescript/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @hyperlane-xyz/sdk

## 3.11.0

### Minor Changes

- 811ecfbba: Add EvmCoreReader, minor updates.
- f8b6ea467: Update the warp-route-deployment.yaml to a more sensible schema. This schema sets us up to allow multi-chain collateral deployments. Removes intermediary config objects by using zod instead.
- 917266dce: Add --self-relay to CLI commands
- aab63d466: Adding ICA for governance
- b63714ede: Convert all public hyperlane npm packages from CJS to pure ESM
- 450e8e0d5: Migrate fork util from CLI to SDK. Anvil IP & Port are now optionally passed into fork util by client.
- af2634207: Moved Hook/ISM config stringify into a general object stringify utility.

### Patch Changes

- 2e439423e: Allow gasLimit overrides in the SDK/CLI for deploy txs
- Updated dependencies [b63714ede]
- Updated dependencies [2b3f75836]
- Updated dependencies [af2634207]
- @hyperlane-xyz/utils@3.11.0
- @hyperlane-xyz/core@3.11.0

## 3.10.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.10.0",
"version": "3.11.0",
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.3",
"@cosmjs/stargate": "^0.31.3",
"@hyperlane-xyz/core": "3.10.0",
"@hyperlane-xyz/utils": "3.10.0",
"@hyperlane-xyz/core": "3.11.0",
"@hyperlane-xyz/utils": "3.11.0",
"@solana/spl-token": "^0.3.8",
"@solana/web3.js": "^1.78.0",
"@types/coingecko-api": "^1.0.10",
Expand Down
11 changes: 11 additions & 0 deletions typescript/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @hyperlane-xyz/utils

## 3.11.0

### Minor Changes

- b63714ede: Convert all public hyperlane npm packages from CJS to pure ESM
- af2634207: Moved Hook/ISM config stringify into a general object stringify utility.

### Patch Changes

- 2b3f75836: Add objLength and isObjEmpty utils

## 3.10.0

### Minor Changes
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.10.0",
"version": "3.11.0",
"dependencies": {
"@cosmjs/encoding": "^0.31.3",
"@solana/web3.js": "^1.78.0",
Expand Down
Loading

0 comments on commit 6369408

Please sign in to comment.