From 9048e2b3f41fbc8e73887d77bfb83cc7bb229922 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 10:43:16 -0600 Subject: [PATCH] Version Packages (#5195) 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.10.0 ### Minor Changes - db8c09011: Add ZKSync support and restructure build artifacts: - Add ZKSync compilation support - Restructure typechain directory location to core-utils/typechain - Add ZKSync-specific artifact generation and exports - Update build process to handle both standard and ZKSync artifacts - Add new exports for ZKSync build artifacts and contract types ### Patch Changes - 11cf66c5e: Export empty zksync buildArtifact to satisfy package.json exports - @hyperlane-xyz/utils@8.3.0 ## @hyperlane-xyz/cli@8.3.0 ### Minor Changes - 228f7c3d1: Fix issue where warp deploy artifacts did not include correct symbols. ### Patch Changes - Updated dependencies [7546c0181] - Updated dependencies [49856fbb9] - @hyperlane-xyz/sdk@8.3.0 - @hyperlane-xyz/utils@8.3.0 ## @hyperlane-xyz/sdk@8.3.0 ### Minor Changes - 7546c0181: Deploy to trumpchain. - 49856fbb9: Deploy to flametestnet, sonicblaze. Remove support for sonictestnet. ### Patch Changes - Updated dependencies [db8c09011] - Updated dependencies [11cf66c5e] - @hyperlane-xyz/core@5.10.0 - @hyperlane-xyz/utils@8.3.0 ## @hyperlane-xyz/widgets@8.3.0 ### Minor Changes - 25df8a35f: Refresh Icon and Tooltip class Name ### Patch Changes - Updated dependencies [7546c0181] - Updated dependencies [49856fbb9] - @hyperlane-xyz/sdk@8.3.0 - @hyperlane-xyz/utils@8.3.0 ## @hyperlane-xyz/helloworld@8.3.0 ### Patch Changes - Updated dependencies [db8c09011] - Updated dependencies [7546c0181] - Updated dependencies [11cf66c5e] - Updated dependencies [49856fbb9] - @hyperlane-xyz/core@5.10.0 - @hyperlane-xyz/sdk@8.3.0 ## @hyperlane-xyz/utils@8.3.0 ## @hyperlane-xyz/infra@8.3.0 ### Minor Changes - fed42c325: updated zero ETH warp route config getter - 31c89a3c1: Add support for Artela config ### Patch Changes - Updated dependencies [7546c0181] - Updated dependencies [49856fbb9] - @hyperlane-xyz/sdk@8.3.0 - @hyperlane-xyz/helloworld@8.3.0 - @hyperlane-xyz/utils@8.3.0 ## @hyperlane-xyz/ccip-server@8.3.0 ## @hyperlane-xyz/github-proxy@8.3.0 --------- Co-authored-by: github-actions[bot] --- .changeset/chatty-starfishes-double.md | 11 --------- .changeset/many-llamas-count.md | 5 ---- .changeset/nervous-dragons-applaud.md | 5 ---- .changeset/proud-waves-camp.md | 5 ---- .changeset/quick-walls-deny.md | 5 ---- .changeset/tender-feet-sit.md | 5 ---- .changeset/thirty-apricots-eat.md | 5 ---- .changeset/weak-dingos-thank.md | 5 ---- solidity/CHANGELOG.md | 17 +++++++++++++ solidity/contracts/PackageVersioned.sol | 2 +- solidity/package.json | 4 ++-- typescript/ccip-server/CHANGELOG.md | 2 ++ typescript/ccip-server/package.json | 2 +- typescript/cli/CHANGELOG.md | 13 ++++++++++ typescript/cli/package.json | 6 ++--- typescript/cli/src/version.ts | 2 +- typescript/github-proxy/CHANGELOG.md | 2 ++ typescript/github-proxy/package.json | 2 +- typescript/helloworld/CHANGELOG.md | 11 +++++++++ typescript/helloworld/package.json | 6 ++--- typescript/infra/CHANGELOG.md | 15 ++++++++++++ typescript/infra/package.json | 8 +++---- typescript/sdk/CHANGELOG.md | 14 +++++++++++ typescript/sdk/package.json | 6 ++--- typescript/utils/CHANGELOG.md | 2 ++ typescript/utils/package.json | 2 +- typescript/widgets/CHANGELOG.md | 13 ++++++++++ typescript/widgets/package.json | 6 ++--- yarn.lock | 32 ++++++++++++------------- 29 files changed, 128 insertions(+), 85 deletions(-) delete mode 100644 .changeset/chatty-starfishes-double.md delete mode 100644 .changeset/many-llamas-count.md delete mode 100644 .changeset/nervous-dragons-applaud.md delete mode 100644 .changeset/proud-waves-camp.md delete mode 100644 .changeset/quick-walls-deny.md delete mode 100644 .changeset/tender-feet-sit.md delete mode 100644 .changeset/thirty-apricots-eat.md delete mode 100644 .changeset/weak-dingos-thank.md diff --git a/.changeset/chatty-starfishes-double.md b/.changeset/chatty-starfishes-double.md deleted file mode 100644 index 2e51bb44da..0000000000 --- a/.changeset/chatty-starfishes-double.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@hyperlane-xyz/core': minor ---- - -Add ZKSync support and restructure build artifacts: - -- Add ZKSync compilation support -- Restructure typechain directory location to core-utils/typechain -- Add ZKSync-specific artifact generation and exports -- Update build process to handle both standard and ZKSync artifacts -- Add new exports for ZKSync build artifacts and contract types diff --git a/.changeset/many-llamas-count.md b/.changeset/many-llamas-count.md deleted file mode 100644 index 1353d335d1..0000000000 --- a/.changeset/many-llamas-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/infra': minor ---- - -updated zero ETH warp route config getter diff --git a/.changeset/nervous-dragons-applaud.md b/.changeset/nervous-dragons-applaud.md deleted file mode 100644 index 64b5115fd2..0000000000 --- a/.changeset/nervous-dragons-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/widgets': minor ---- - -Refresh Icon and Tooltip class Name diff --git a/.changeset/proud-waves-camp.md b/.changeset/proud-waves-camp.md deleted file mode 100644 index a7cab11392..0000000000 --- a/.changeset/proud-waves-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/cli': minor ---- - -Fix issue where warp deploy artifacts did not include correct symbols. diff --git a/.changeset/quick-walls-deny.md b/.changeset/quick-walls-deny.md deleted file mode 100644 index accf9d3383..0000000000 --- a/.changeset/quick-walls-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/sdk': minor ---- - -Deploy to trumpchain. diff --git a/.changeset/tender-feet-sit.md b/.changeset/tender-feet-sit.md deleted file mode 100644 index 27829be010..0000000000 --- a/.changeset/tender-feet-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/core': patch ---- - -Export empty zksync buildArtifact to satisfy package.json exports diff --git a/.changeset/thirty-apricots-eat.md b/.changeset/thirty-apricots-eat.md deleted file mode 100644 index 2d48e803cc..0000000000 --- a/.changeset/thirty-apricots-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/infra': minor ---- - -Add support for Artela config diff --git a/.changeset/weak-dingos-thank.md b/.changeset/weak-dingos-thank.md deleted file mode 100644 index ab230544bd..0000000000 --- a/.changeset/weak-dingos-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/sdk': minor ---- - -Deploy to flametestnet, sonicblaze. Remove support for sonictestnet. diff --git a/solidity/CHANGELOG.md b/solidity/CHANGELOG.md index 6c62444946..4ae0dc5371 100644 --- a/solidity/CHANGELOG.md +++ b/solidity/CHANGELOG.md @@ -1,5 +1,22 @@ # @hyperlane-xyz/core +## 5.10.0 + +### Minor Changes + +- db8c09011: Add ZKSync support and restructure build artifacts: + + - Add ZKSync compilation support + - Restructure typechain directory location to core-utils/typechain + - Add ZKSync-specific artifact generation and exports + - Update build process to handle both standard and ZKSync artifacts + - Add new exports for ZKSync build artifacts and contract types + +### Patch Changes + +- 11cf66c5e: Export empty zksync buildArtifact to satisfy package.json exports + - @hyperlane-xyz/utils@8.3.0 + ## 5.9.2 ### Patch Changes diff --git a/solidity/contracts/PackageVersioned.sol b/solidity/contracts/PackageVersioned.sol index 9125a85e57..6c5fb707b4 100644 --- a/solidity/contracts/PackageVersioned.sol +++ b/solidity/contracts/PackageVersioned.sol @@ -7,5 +7,5 @@ pragma solidity >=0.6.11; **/ abstract contract PackageVersioned { // GENERATED CODE - DO NOT EDIT - string public constant PACKAGE_VERSION = "5.9.2"; + string public constant PACKAGE_VERSION = "5.10.0"; } diff --git a/solidity/package.json b/solidity/package.json index 57d80eaa81..d40dfbe23d 100644 --- a/solidity/package.json +++ b/solidity/package.json @@ -1,11 +1,11 @@ { "name": "@hyperlane-xyz/core", "description": "Core solidity contracts for Hyperlane", - "version": "5.9.2", + "version": "5.10.0", "dependencies": { "@arbitrum/nitro-contracts": "^1.2.1", "@eth-optimism/contracts": "^0.6.0", - "@hyperlane-xyz/utils": "8.2.0", + "@hyperlane-xyz/utils": "8.3.0", "@layerzerolabs/lz-evm-oapp-v2": "2.0.2", "@openzeppelin/contracts": "^4.9.3", "@openzeppelin/contracts-upgradeable": "^4.9.3", diff --git a/typescript/ccip-server/CHANGELOG.md b/typescript/ccip-server/CHANGELOG.md index cc7e66f9fc..0ebc68820a 100644 --- a/typescript/ccip-server/CHANGELOG.md +++ b/typescript/ccip-server/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/ccip-server +## 8.3.0 + ## 8.2.0 ## 8.1.0 diff --git a/typescript/ccip-server/package.json b/typescript/ccip-server/package.json index 696d522892..eb365fe11f 100644 --- a/typescript/ccip-server/package.json +++ b/typescript/ccip-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperlane-xyz/ccip-server", - "version": "8.2.0", + "version": "8.3.0", "description": "CCIP server", "typings": "dist/index.d.ts", "typedocMain": "src/index.ts", diff --git a/typescript/cli/CHANGELOG.md b/typescript/cli/CHANGELOG.md index d2ca5e2242..770b48ee69 100644 --- a/typescript/cli/CHANGELOG.md +++ b/typescript/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @hyperlane-xyz/cli +## 8.3.0 + +### Minor Changes + +- 228f7c3d1: Fix issue where warp deploy artifacts did not include correct symbols. + +### Patch Changes + +- Updated dependencies [7546c0181] +- Updated dependencies [49856fbb9] + - @hyperlane-xyz/sdk@8.3.0 + - @hyperlane-xyz/utils@8.3.0 + ## 8.2.0 ### Minor Changes diff --git a/typescript/cli/package.json b/typescript/cli/package.json index 1c9b87d5c6..8d27e3b2fb 100644 --- a/typescript/cli/package.json +++ b/typescript/cli/package.json @@ -1,13 +1,13 @@ { "name": "@hyperlane-xyz/cli", - "version": "8.2.0", + "version": "8.3.0", "description": "A command-line utility for common Hyperlane operations", "dependencies": { "@aws-sdk/client-kms": "^3.577.0", "@aws-sdk/client-s3": "^3.577.0", "@hyperlane-xyz/registry": "6.18.0", - "@hyperlane-xyz/sdk": "8.2.0", - "@hyperlane-xyz/utils": "8.2.0", + "@hyperlane-xyz/sdk": "8.3.0", + "@hyperlane-xyz/utils": "8.3.0", "@inquirer/core": "9.0.10", "@inquirer/figures": "1.0.5", "@inquirer/prompts": "3.3.2", diff --git a/typescript/cli/src/version.ts b/typescript/cli/src/version.ts index 047e32b00a..29ec3c951a 100644 --- a/typescript/cli/src/version.ts +++ b/typescript/cli/src/version.ts @@ -1 +1 @@ -export const VERSION = '8.2.0'; +export const VERSION = '8.3.0'; diff --git a/typescript/github-proxy/CHANGELOG.md b/typescript/github-proxy/CHANGELOG.md index 541c2f54f7..f8301f73b1 100644 --- a/typescript/github-proxy/CHANGELOG.md +++ b/typescript/github-proxy/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/github-proxy +## 8.3.0 + ## 8.2.0 ## 8.1.0 diff --git a/typescript/github-proxy/package.json b/typescript/github-proxy/package.json index f729b28c4c..b3b2884f18 100644 --- a/typescript/github-proxy/package.json +++ b/typescript/github-proxy/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/github-proxy", "description": "Github proxy that adds the API key to requests", - "version": "8.2.0", + "version": "8.3.0", "private": true, "scripts": { "deploy": "wrangler deploy", diff --git a/typescript/helloworld/CHANGELOG.md b/typescript/helloworld/CHANGELOG.md index b062c87d2f..9ff643af30 100644 --- a/typescript/helloworld/CHANGELOG.md +++ b/typescript/helloworld/CHANGELOG.md @@ -1,5 +1,16 @@ # @hyperlane-xyz/helloworld +## 8.3.0 + +### Patch Changes + +- Updated dependencies [db8c09011] +- Updated dependencies [7546c0181] +- Updated dependencies [11cf66c5e] +- Updated dependencies [49856fbb9] + - @hyperlane-xyz/core@5.10.0 + - @hyperlane-xyz/sdk@8.3.0 + ## 8.2.0 ### Patch Changes diff --git a/typescript/helloworld/package.json b/typescript/helloworld/package.json index f3863608a0..7725a94bab 100644 --- a/typescript/helloworld/package.json +++ b/typescript/helloworld/package.json @@ -1,11 +1,11 @@ { "name": "@hyperlane-xyz/helloworld", "description": "A basic skeleton of an Hyperlane app", - "version": "8.2.0", + "version": "8.3.0", "dependencies": { - "@hyperlane-xyz/core": "5.9.2", + "@hyperlane-xyz/core": "5.10.0", "@hyperlane-xyz/registry": "6.18.0", - "@hyperlane-xyz/sdk": "8.2.0", + "@hyperlane-xyz/sdk": "8.3.0", "@openzeppelin/contracts-upgradeable": "^4.9.3", "ethers": "^5.7.2" }, diff --git a/typescript/infra/CHANGELOG.md b/typescript/infra/CHANGELOG.md index a7810b698b..694d8750e1 100644 --- a/typescript/infra/CHANGELOG.md +++ b/typescript/infra/CHANGELOG.md @@ -1,5 +1,20 @@ # @hyperlane-xyz/infra +## 8.3.0 + +### Minor Changes + +- fed42c325: updated zero ETH warp route config getter +- 31c89a3c1: Add support for Artela config + +### Patch Changes + +- Updated dependencies [7546c0181] +- Updated dependencies [49856fbb9] + - @hyperlane-xyz/sdk@8.3.0 + - @hyperlane-xyz/helloworld@8.3.0 + - @hyperlane-xyz/utils@8.3.0 + ## 8.2.0 ### Minor Changes diff --git a/typescript/infra/package.json b/typescript/infra/package.json index e48a843230..eec556fd90 100644 --- a/typescript/infra/package.json +++ b/typescript/infra/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/infra", "description": "Infrastructure utilities for the Hyperlane Network", - "version": "8.2.0", + "version": "8.3.0", "dependencies": { "@arbitrum/sdk": "^4.0.0", "@aws-sdk/client-iam": "^3.74.0", @@ -13,10 +13,10 @@ "@ethersproject/hardware-wallets": "^5.7.0", "@ethersproject/providers": "*", "@google-cloud/secret-manager": "^5.5.0", - "@hyperlane-xyz/helloworld": "8.2.0", + "@hyperlane-xyz/helloworld": "8.3.0", "@hyperlane-xyz/registry": "6.18.0", - "@hyperlane-xyz/sdk": "8.2.0", - "@hyperlane-xyz/utils": "8.2.0", + "@hyperlane-xyz/sdk": "8.3.0", + "@hyperlane-xyz/utils": "8.3.0", "@inquirer/prompts": "3.3.2", "@nomiclabs/hardhat-etherscan": "^3.0.3", "@safe-global/api-kit": "1.3.0", diff --git a/typescript/sdk/CHANGELOG.md b/typescript/sdk/CHANGELOG.md index 70e744bc74..af432bdb76 100644 --- a/typescript/sdk/CHANGELOG.md +++ b/typescript/sdk/CHANGELOG.md @@ -1,5 +1,19 @@ # @hyperlane-xyz/sdk +## 8.3.0 + +### Minor Changes + +- 7546c0181: Deploy to trumpchain. +- 49856fbb9: Deploy to flametestnet, sonicblaze. Remove support for sonictestnet. + +### Patch Changes + +- Updated dependencies [db8c09011] +- Updated dependencies [11cf66c5e] + - @hyperlane-xyz/core@5.10.0 + - @hyperlane-xyz/utils@8.3.0 + ## 8.2.0 ### Minor Changes diff --git a/typescript/sdk/package.json b/typescript/sdk/package.json index aef1b75a55..3a3c2342fc 100644 --- a/typescript/sdk/package.json +++ b/typescript/sdk/package.json @@ -1,15 +1,15 @@ { "name": "@hyperlane-xyz/sdk", "description": "The official SDK for the Hyperlane Network", - "version": "8.2.0", + "version": "8.3.0", "dependencies": { "@arbitrum/sdk": "^4.0.0", "@aws-sdk/client-s3": "^3.577.0", "@chain-registry/types": "^0.50.14", "@cosmjs/cosmwasm-stargate": "^0.32.4", "@cosmjs/stargate": "^0.32.4", - "@hyperlane-xyz/core": "5.9.2", - "@hyperlane-xyz/utils": "8.2.0", + "@hyperlane-xyz/core": "5.10.0", + "@hyperlane-xyz/utils": "8.3.0", "@safe-global/api-kit": "1.3.0", "@safe-global/protocol-kit": "1.3.0", "@safe-global/safe-deployments": "1.37.23", diff --git a/typescript/utils/CHANGELOG.md b/typescript/utils/CHANGELOG.md index ecddf9e23e..ed5d194e9d 100644 --- a/typescript/utils/CHANGELOG.md +++ b/typescript/utils/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/utils +## 8.3.0 + ## 8.2.0 ## 8.1.0 diff --git a/typescript/utils/package.json b/typescript/utils/package.json index be8c55f665..7cf85eedae 100644 --- a/typescript/utils/package.json +++ b/typescript/utils/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/utils", "description": "General utilities and types for the Hyperlane network", - "version": "8.2.0", + "version": "8.3.0", "dependencies": { "@cosmjs/encoding": "^0.32.4", "@solana/web3.js": "^1.95.4", diff --git a/typescript/widgets/CHANGELOG.md b/typescript/widgets/CHANGELOG.md index 86f2f30c81..35cb068377 100644 --- a/typescript/widgets/CHANGELOG.md +++ b/typescript/widgets/CHANGELOG.md @@ -1,5 +1,18 @@ # @hyperlane-xyz/widgets +## 8.3.0 + +### Minor Changes + +- 25df8a35f: Refresh Icon and Tooltip class Name + +### Patch Changes + +- Updated dependencies [7546c0181] +- Updated dependencies [49856fbb9] + - @hyperlane-xyz/sdk@8.3.0 + - @hyperlane-xyz/utils@8.3.0 + ## 8.2.0 ### Patch Changes diff --git a/typescript/widgets/package.json b/typescript/widgets/package.json index ab1c0ed5fd..e96b6c6faa 100644 --- a/typescript/widgets/package.json +++ b/typescript/widgets/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/widgets", "description": "Common react components for Hyperlane projects", - "version": "8.2.0", + "version": "8.3.0", "peerDependencies": { "react": "^18", "react-dom": "^18" @@ -9,8 +9,8 @@ "dependencies": { "@cosmos-kit/react": "^2.18.0", "@headlessui/react": "^2.1.8", - "@hyperlane-xyz/sdk": "8.2.0", - "@hyperlane-xyz/utils": "8.2.0", + "@hyperlane-xyz/sdk": "8.3.0", + "@hyperlane-xyz/utils": "8.3.0", "@interchain-ui/react": "^1.23.28", "@rainbow-me/rainbowkit": "^2.2.0", "@solana/wallet-adapter-react": "^0.15.32", diff --git a/yarn.lock b/yarn.lock index 3e1a9faa10..db73d1093b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7338,8 +7338,8 @@ __metadata: "@ethersproject/abi": "npm:*" "@ethersproject/providers": "npm:*" "@hyperlane-xyz/registry": "npm:6.18.0" - "@hyperlane-xyz/sdk": "npm:8.2.0" - "@hyperlane-xyz/utils": "npm:8.2.0" + "@hyperlane-xyz/sdk": "npm:8.3.0" + "@hyperlane-xyz/utils": "npm:8.3.0" "@inquirer/core": "npm:9.0.10" "@inquirer/figures": "npm:1.0.5" "@inquirer/prompts": "npm:3.3.2" @@ -7378,13 +7378,13 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/core@npm:5.9.2, @hyperlane-xyz/core@workspace:solidity": +"@hyperlane-xyz/core@npm:5.10.0, @hyperlane-xyz/core@workspace:solidity": version: 0.0.0-use.local resolution: "@hyperlane-xyz/core@workspace:solidity" dependencies: "@arbitrum/nitro-contracts": "npm:^1.2.1" "@eth-optimism/contracts": "npm:^0.6.0" - "@hyperlane-xyz/utils": "npm:8.2.0" + "@hyperlane-xyz/utils": "npm:8.3.0" "@layerzerolabs/lz-evm-oapp-v2": "npm:2.0.2" "@layerzerolabs/solidity-examples": "npm:^1.1.0" "@matterlabs/hardhat-zksync-solc": "npm:^1.2.4" @@ -7437,14 +7437,14 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/helloworld@npm:8.2.0, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": +"@hyperlane-xyz/helloworld@npm:8.3.0, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": version: 0.0.0-use.local resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld" dependencies: "@eslint/js": "npm:^9.15.0" - "@hyperlane-xyz/core": "npm:5.9.2" + "@hyperlane-xyz/core": "npm:5.10.0" "@hyperlane-xyz/registry": "npm:6.18.0" - "@hyperlane-xyz/sdk": "npm:8.2.0" + "@hyperlane-xyz/sdk": "npm:8.3.0" "@nomiclabs/hardhat-ethers": "npm:^2.2.3" "@nomiclabs/hardhat-waffle": "npm:^2.0.6" "@openzeppelin/contracts-upgradeable": "npm:^4.9.3" @@ -7493,10 +7493,10 @@ __metadata: "@ethersproject/hardware-wallets": "npm:^5.7.0" "@ethersproject/providers": "npm:*" "@google-cloud/secret-manager": "npm:^5.5.0" - "@hyperlane-xyz/helloworld": "npm:8.2.0" + "@hyperlane-xyz/helloworld": "npm:8.3.0" "@hyperlane-xyz/registry": "npm:6.18.0" - "@hyperlane-xyz/sdk": "npm:8.2.0" - "@hyperlane-xyz/utils": "npm:8.2.0" + "@hyperlane-xyz/sdk": "npm:8.3.0" + "@hyperlane-xyz/utils": "npm:8.3.0" "@inquirer/prompts": "npm:3.3.2" "@nomiclabs/hardhat-ethers": "npm:^2.2.3" "@nomiclabs/hardhat-etherscan": "npm:^3.0.3" @@ -7566,7 +7566,7 @@ __metadata: languageName: node linkType: hard -"@hyperlane-xyz/sdk@npm:8.2.0, @hyperlane-xyz/sdk@workspace:typescript/sdk": +"@hyperlane-xyz/sdk@npm:8.3.0, @hyperlane-xyz/sdk@workspace:typescript/sdk": version: 0.0.0-use.local resolution: "@hyperlane-xyz/sdk@workspace:typescript/sdk" dependencies: @@ -7576,8 +7576,8 @@ __metadata: "@cosmjs/cosmwasm-stargate": "npm:^0.32.4" "@cosmjs/stargate": "npm:^0.32.4" "@eslint/js": "npm:^9.15.0" - "@hyperlane-xyz/core": "npm:5.9.2" - "@hyperlane-xyz/utils": "npm:8.2.0" + "@hyperlane-xyz/core": "npm:5.10.0" + "@hyperlane-xyz/utils": "npm:8.3.0" "@nomiclabs/hardhat-ethers": "npm:^2.2.3" "@nomiclabs/hardhat-waffle": "npm:^2.0.6" "@safe-global/api-kit": "npm:1.3.0" @@ -7620,7 +7620,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/utils@npm:8.2.0, @hyperlane-xyz/utils@workspace:typescript/utils": +"@hyperlane-xyz/utils@npm:8.3.0, @hyperlane-xyz/utils@workspace:typescript/utils": version: 0.0.0-use.local resolution: "@hyperlane-xyz/utils@workspace:typescript/utils" dependencies: @@ -7662,8 +7662,8 @@ __metadata: "@eslint/js": "npm:^9.15.0" "@headlessui/react": "npm:^2.1.8" "@hyperlane-xyz/registry": "npm:6.18.0" - "@hyperlane-xyz/sdk": "npm:8.2.0" - "@hyperlane-xyz/utils": "npm:8.2.0" + "@hyperlane-xyz/sdk": "npm:8.3.0" + "@hyperlane-xyz/utils": "npm:8.3.0" "@interchain-ui/react": "npm:^1.23.28" "@rainbow-me/rainbowkit": "npm:^2.2.0" "@solana/wallet-adapter-react": "npm:^0.15.32"