From 58233047e0e1f427cde03dafcd8af34373c9c351 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 21:29:50 +0000 Subject: [PATCH 1/2] RELEASING: Releasing 16 package(s) Releases: @hyperlane-xyz/sdk@19.2.0 @hyperlane-xyz/widgets@19.2.0 @hyperlane-xyz/cli@19.2.0 @hyperlane-xyz/ccip-server@19.2.0 @hyperlane-xyz/helloworld@19.2.0 @hyperlane-xyz/http-registry-server@19.2.0 @hyperlane-xyz/infra@19.2.0 @hyperlane-xyz/starknet-core@19.2.0 @hyperlane-xyz/cosmos-sdk@19.2.0 @hyperlane-xyz/cosmos-types@19.2.0 @hyperlane-xyz/eslint-config@19.2.0 @hyperlane-xyz/github-proxy@19.2.0 @hyperlane-xyz/radix-sdk@19.2.0 @hyperlane-xyz/tsconfig@19.2.0 @hyperlane-xyz/utils@19.2.0 @hyperlane-xyz/core@9.0.14 [skip ci] --- .changeset/empty-dolls-pay.md | 5 ----- .changeset/gentle-mice-grow.md | 5 ----- .changeset/plenty-eggs-jam.md | 5 ----- solidity/CHANGELOG.md | 6 ++++++ solidity/package.json | 4 ++-- starknet/CHANGELOG.md | 2 ++ starknet/package.json | 2 +- typescript/ccip-server/CHANGELOG.md | 9 +++++++++ typescript/ccip-server/package.json | 8 ++++---- typescript/cli/CHANGELOG.md | 6 ++++++ typescript/cli/package.json | 10 +++++----- typescript/cosmos-sdk/CHANGELOG.md | 7 +++++++ typescript/cosmos-sdk/package.json | 6 +++--- typescript/cosmos-types/CHANGELOG.md | 2 ++ typescript/cosmos-types/package.json | 2 +- typescript/eslint-config/CHANGELOG.md | 2 ++ typescript/eslint-config/package.json | 2 +- typescript/github-proxy/CHANGELOG.md | 2 ++ typescript/github-proxy/package.json | 2 +- typescript/helloworld/CHANGELOG.md | 8 ++++++++ typescript/helloworld/package.json | 6 +++--- typescript/http-registry-server/CHANGELOG.md | 8 ++++++++ typescript/http-registry-server/package.json | 6 +++--- typescript/infra/CHANGELOG.md | 9 +++++++++ typescript/infra/package.json | 8 ++++---- typescript/radix-sdk/CHANGELOG.md | 6 ++++++ typescript/radix-sdk/package.json | 4 ++-- typescript/sdk/CHANGELOG.md | 14 ++++++++++++++ typescript/sdk/package.json | 12 ++++++------ typescript/tsconfig/CHANGELOG.md | 2 ++ typescript/tsconfig/package.json | 2 +- typescript/utils/CHANGELOG.md | 2 ++ typescript/utils/package.json | 2 +- typescript/widgets/CHANGELOG.md | 13 +++++++++++++ typescript/widgets/package.json | 8 ++++---- 35 files changed, 140 insertions(+), 57 deletions(-) delete mode 100644 .changeset/empty-dolls-pay.md delete mode 100644 .changeset/gentle-mice-grow.md delete mode 100644 .changeset/plenty-eggs-jam.md diff --git a/.changeset/empty-dolls-pay.md b/.changeset/empty-dolls-pay.md deleted file mode 100644 index fca11653c1..0000000000 --- a/.changeset/empty-dolls-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperlane-xyz/sdk": minor ---- - -Update Warp Reader to set `token` to underlying `vault` instead of `wrappedToken` for yield routes. Update Checker to return the vault's `asset` as the collateral token. diff --git a/.changeset/gentle-mice-grow.md b/.changeset/gentle-mice-grow.md deleted file mode 100644 index 659a86664a..0000000000 --- a/.changeset/gentle-mice-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperlane-xyz/widgets": minor ---- - -Add optional callback for when protocol is selected in MultiProtocolWalletModal diff --git a/.changeset/plenty-eggs-jam.md b/.changeset/plenty-eggs-jam.md deleted file mode 100644 index 9bc2f42e11..0000000000 --- a/.changeset/plenty-eggs-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hyperlane-xyz/cli": minor ---- - -fix bug related to cli throwing error after trying to retrieve a submitter config for a chain where it wasn't defined if the chain was not an extension diff --git a/solidity/CHANGELOG.md b/solidity/CHANGELOG.md index 0b6233ad09..980731f1b7 100644 --- a/solidity/CHANGELOG.md +++ b/solidity/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperlane-xyz/core +## 9.0.14 + +### Patch Changes + +- @hyperlane-xyz/utils@19.2.0 + ## 9.0.13 ### Patch Changes diff --git a/solidity/package.json b/solidity/package.json index 268fd13063..d142dbd6ef 100644 --- a/solidity/package.json +++ b/solidity/package.json @@ -1,12 +1,12 @@ { "name": "@hyperlane-xyz/core", "description": "Core solidity contracts for Hyperlane", - "version": "9.0.13", + "version": "9.0.14", "dependencies": { "@arbitrum/nitro-contracts": "^1.2.1", "@chainlink/contracts-ccip": "^1.5.0", "@eth-optimism/contracts": "^0.6.0", - "@hyperlane-xyz/utils": "19.1.1", + "@hyperlane-xyz/utils": "19.2.0", "@matterlabs/hardhat-zksync-solc": "1.2.5", "@matterlabs/hardhat-zksync-verify": "1.7.1", "@openzeppelin/contracts": "^4.9.3", diff --git a/starknet/CHANGELOG.md b/starknet/CHANGELOG.md index 4231b2c425..90c6fcf1e6 100644 --- a/starknet/CHANGELOG.md +++ b/starknet/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/starknet-core +## 19.2.0 + ## 19.1.1 ## 19.1.0 diff --git a/starknet/package.json b/starknet/package.json index e8501084ee..e4aebe2b24 100644 --- a/starknet/package.json +++ b/starknet/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/starknet-core", "description": "Core cairo contracts for Hyperlane", - "version": "19.1.1", + "version": "19.2.0", "type": "module", "homepage": "https://www.hyperlane.xyz", "license": "Apache-2.0", diff --git a/typescript/ccip-server/CHANGELOG.md b/typescript/ccip-server/CHANGELOG.md index d4082ea4bd..14e198124a 100644 --- a/typescript/ccip-server/CHANGELOG.md +++ b/typescript/ccip-server/CHANGELOG.md @@ -1,5 +1,14 @@ # @hyperlane-xyz/ccip-server +## 19.2.0 + +### Patch Changes + +- Updated dependencies [f68419605] + - @hyperlane-xyz/sdk@19.2.0 + - @hyperlane-xyz/utils@19.2.0 + - @hyperlane-xyz/core@9.0.14 + ## 19.1.1 ### Patch Changes diff --git a/typescript/ccip-server/package.json b/typescript/ccip-server/package.json index de28fb47a7..81c2514922 100644 --- a/typescript/ccip-server/package.json +++ b/typescript/ccip-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperlane-xyz/ccip-server", - "version": "19.1.1", + "version": "19.2.0", "description": "CCIP server", "typings": "dist/index.d.ts", "typedocMain": "src/index.ts", @@ -47,9 +47,9 @@ "dependencies": { "@eth-optimism/sdk": "^3.3.3", "@google-cloud/pino-logging-gcp-config": "^1.0.6", - "@hyperlane-xyz/core": "9.0.13", - "@hyperlane-xyz/sdk": "19.1.1", - "@hyperlane-xyz/utils": "19.1.1", + "@hyperlane-xyz/core": "9.0.14", + "@hyperlane-xyz/sdk": "19.2.0", + "@hyperlane-xyz/utils": "19.2.0", "@prisma/client": "^6.8.2", "cors": "^2.8.5", "dotenv-flow": "^4.1.0", diff --git a/typescript/cli/CHANGELOG.md b/typescript/cli/CHANGELOG.md index 1d9c8c0ab3..ee7fe1a5e5 100644 --- a/typescript/cli/CHANGELOG.md +++ b/typescript/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperlane-xyz/cli +## 19.2.0 + +### Minor Changes + +- 3181c49c7: fix bug related to cli throwing error after trying to retrieve a submitter config for a chain where it wasn't defined if the chain was not an extension + ## 19.1.1 ## 19.1.0 diff --git a/typescript/cli/package.json b/typescript/cli/package.json index c77b45bf6b..185b41959e 100644 --- a/typescript/cli/package.json +++ b/typescript/cli/package.json @@ -1,6 +1,6 @@ { "name": "@hyperlane-xyz/cli", - "version": "19.1.1", + "version": "19.2.0", "description": "A command-line utility for common Hyperlane operations", "devDependencies": { "@aws-sdk/client-kms": "^3.577.0", @@ -9,12 +9,12 @@ "@eslint/js": "^9.31.0", "@ethersproject/abi": "*", "@ethersproject/providers": "*", - "@hyperlane-xyz/cosmos-sdk": "19.1.1", - "@hyperlane-xyz/http-registry-server": "19.1.1", + "@hyperlane-xyz/cosmos-sdk": "19.2.0", + "@hyperlane-xyz/http-registry-server": "19.2.0", "@hyperlane-xyz/registry": "20.0.0", - "@hyperlane-xyz/sdk": "19.1.1", + "@hyperlane-xyz/sdk": "19.2.0", "@hyperlane-xyz/tsconfig": "workspace:^", - "@hyperlane-xyz/utils": "19.1.1", + "@hyperlane-xyz/utils": "19.2.0", "@inquirer/core": "9.0.10", "@inquirer/figures": "1.0.5", "@inquirer/prompts": "3.3.2", diff --git a/typescript/cosmos-sdk/CHANGELOG.md b/typescript/cosmos-sdk/CHANGELOG.md index 1155dea319..a3d596e19c 100644 --- a/typescript/cosmos-sdk/CHANGELOG.md +++ b/typescript/cosmos-sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # @hyperlane-xyz/cosmos-sdk +## 19.2.0 + +### Patch Changes + +- @hyperlane-xyz/cosmos-types@19.2.0 +- @hyperlane-xyz/utils@19.2.0 + ## 19.1.1 ### Patch Changes diff --git a/typescript/cosmos-sdk/package.json b/typescript/cosmos-sdk/package.json index 6877075513..4ccea0435e 100644 --- a/typescript/cosmos-sdk/package.json +++ b/typescript/cosmos-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@hyperlane-xyz/cosmos-sdk", - "version": "19.1.1", + "version": "19.2.0", "description": "Hyperlane TypeScript SDK for the Cosmos Hyperlane SDK module", "type": "module", "exports": { @@ -47,7 +47,7 @@ }, "dependencies": { "@cosmjs/stargate": "^0.32.4", - "@hyperlane-xyz/cosmos-types": "19.1.1", - "@hyperlane-xyz/utils": "19.1.1" + "@hyperlane-xyz/cosmos-types": "19.2.0", + "@hyperlane-xyz/utils": "19.2.0" } } diff --git a/typescript/cosmos-types/CHANGELOG.md b/typescript/cosmos-types/CHANGELOG.md index e24cd40405..def8a6ee19 100644 --- a/typescript/cosmos-types/CHANGELOG.md +++ b/typescript/cosmos-types/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/cosmos-types +## 19.2.0 + ## 19.1.1 ## 19.1.0 diff --git a/typescript/cosmos-types/package.json b/typescript/cosmos-types/package.json index 721e435e41..3957f7ccd4 100644 --- a/typescript/cosmos-types/package.json +++ b/typescript/cosmos-types/package.json @@ -1,6 +1,6 @@ { "name": "@hyperlane-xyz/cosmos-types", - "version": "19.1.1", + "version": "19.2.0", "description": "Hyperlane TypeScript SDK types for the Cosmos Hyperlane SDK module", "type": "module", "exports": { diff --git a/typescript/eslint-config/CHANGELOG.md b/typescript/eslint-config/CHANGELOG.md index 9f0323f3f8..9d7e962a04 100644 --- a/typescript/eslint-config/CHANGELOG.md +++ b/typescript/eslint-config/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/eslint-config +## 19.2.0 + ## 19.1.1 ## 19.1.0 diff --git a/typescript/eslint-config/package.json b/typescript/eslint-config/package.json index 5ad14c9bf6..03462719fa 100644 --- a/typescript/eslint-config/package.json +++ b/typescript/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@hyperlane-xyz/eslint-config", - "version": "19.1.1", + "version": "19.2.0", "description": "Hyperlane ESLint config", "private": true, "type": "module", diff --git a/typescript/github-proxy/CHANGELOG.md b/typescript/github-proxy/CHANGELOG.md index 37629c1c86..70ac0f4895 100644 --- a/typescript/github-proxy/CHANGELOG.md +++ b/typescript/github-proxy/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/github-proxy +## 19.2.0 + ## 19.1.1 ## 19.1.0 diff --git a/typescript/github-proxy/package.json b/typescript/github-proxy/package.json index 200adafd5d..28ac6bc265 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": "19.1.1", + "version": "19.2.0", "private": true, "scripts": { "deploy": "wrangler deploy", diff --git a/typescript/helloworld/CHANGELOG.md b/typescript/helloworld/CHANGELOG.md index 8f34a37ec6..b487e5d26e 100644 --- a/typescript/helloworld/CHANGELOG.md +++ b/typescript/helloworld/CHANGELOG.md @@ -1,5 +1,13 @@ # @hyperlane-xyz/helloworld +## 19.2.0 + +### Patch Changes + +- Updated dependencies [f68419605] + - @hyperlane-xyz/sdk@19.2.0 + - @hyperlane-xyz/core@9.0.14 + ## 19.1.1 ### Patch Changes diff --git a/typescript/helloworld/package.json b/typescript/helloworld/package.json index 235b416208..64f9a0c02d 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": "19.1.1", + "version": "19.2.0", "dependencies": { - "@hyperlane-xyz/core": "9.0.13", + "@hyperlane-xyz/core": "9.0.14", "@hyperlane-xyz/registry": "20.0.0", - "@hyperlane-xyz/sdk": "19.1.1", + "@hyperlane-xyz/sdk": "19.2.0", "@openzeppelin/contracts-upgradeable": "^4.9.3", "ethers": "^5.8.0" }, diff --git a/typescript/http-registry-server/CHANGELOG.md b/typescript/http-registry-server/CHANGELOG.md index 7be37de79c..15e4815da3 100644 --- a/typescript/http-registry-server/CHANGELOG.md +++ b/typescript/http-registry-server/CHANGELOG.md @@ -1,5 +1,13 @@ # @hyperlane-xyz/http-registry-server +## 19.2.0 + +### Patch Changes + +- Updated dependencies [f68419605] + - @hyperlane-xyz/sdk@19.2.0 + - @hyperlane-xyz/utils@19.2.0 + ## 19.1.1 ### Patch Changes diff --git a/typescript/http-registry-server/package.json b/typescript/http-registry-server/package.json index 1f822fc107..f339ab9661 100644 --- a/typescript/http-registry-server/package.json +++ b/typescript/http-registry-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperlane-xyz/http-registry-server", - "version": "19.1.1", + "version": "19.2.0", "private": true, "description": "An HTTP server for the Hyperlane registry", "license": "Apache-2.0", @@ -26,8 +26,8 @@ }, "dependencies": { "@hyperlane-xyz/registry": "20.0.0", - "@hyperlane-xyz/sdk": "19.1.1", - "@hyperlane-xyz/utils": "19.1.1", + "@hyperlane-xyz/sdk": "19.2.0", + "@hyperlane-xyz/utils": "19.2.0", "express": "^5.1.0", "pino": "^8.19.0", "zod": "^3.21.2", diff --git a/typescript/infra/CHANGELOG.md b/typescript/infra/CHANGELOG.md index f6ad7ce24e..3b84f02ff1 100644 --- a/typescript/infra/CHANGELOG.md +++ b/typescript/infra/CHANGELOG.md @@ -1,5 +1,14 @@ # @hyperlane-xyz/infra +## 19.2.0 + +### Patch Changes + +- Updated dependencies [f68419605] + - @hyperlane-xyz/sdk@19.2.0 + - @hyperlane-xyz/helloworld@19.2.0 + - @hyperlane-xyz/utils@19.2.0 + ## 19.1.1 ### Patch Changes diff --git a/typescript/infra/package.json b/typescript/infra/package.json index 9c4baf03a3..f3b8e825fc 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": "19.1.1", + "version": "19.2.0", "dependencies": { "@arbitrum/sdk": "^4.0.0", "@aws-sdk/client-iam": "^3.74.0", @@ -14,10 +14,10 @@ "@ethersproject/providers": "*", "@google-cloud/pino-logging-gcp-config": "^1.0.6", "@google-cloud/secret-manager": "^5.5.0", - "@hyperlane-xyz/helloworld": "19.1.1", + "@hyperlane-xyz/helloworld": "19.2.0", "@hyperlane-xyz/registry": "20.0.0", - "@hyperlane-xyz/sdk": "19.1.1", - "@hyperlane-xyz/utils": "19.1.1", + "@hyperlane-xyz/sdk": "19.2.0", + "@hyperlane-xyz/utils": "19.2.0", "@inquirer/prompts": "3.3.2", "@nomiclabs/hardhat-etherscan": "^3.0.3", "@safe-global/api-kit": "1.3.0", diff --git a/typescript/radix-sdk/CHANGELOG.md b/typescript/radix-sdk/CHANGELOG.md index 023ffe8429..1210e02317 100644 --- a/typescript/radix-sdk/CHANGELOG.md +++ b/typescript/radix-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperlane-xyz/radix-sdk +## 19.2.0 + +### Patch Changes + +- @hyperlane-xyz/utils@19.2.0 + ## 19.1.1 ### Patch Changes diff --git a/typescript/radix-sdk/package.json b/typescript/radix-sdk/package.json index 78b3ed82df..0939fd1be3 100644 --- a/typescript/radix-sdk/package.json +++ b/typescript/radix-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@hyperlane-xyz/radix-sdk", - "version": "19.1.1", + "version": "19.2.0", "description": "Hyperlane TypeScript SDK for the Radix Hyperlane SDK module", "type": "module", "exports": { @@ -47,7 +47,7 @@ "typescript-eslint": "^8.37.0" }, "dependencies": { - "@hyperlane-xyz/utils": "19.1.1", + "@hyperlane-xyz/utils": "19.2.0", "@radixdlt/babylon-core-api-sdk": "^1.3.0", "@radixdlt/babylon-gateway-api-sdk": "^1.10.1", "@radixdlt/radix-engine-toolkit": "^1.0.5", diff --git a/typescript/sdk/CHANGELOG.md b/typescript/sdk/CHANGELOG.md index 292b95339a..8e2154c6fe 100644 --- a/typescript/sdk/CHANGELOG.md +++ b/typescript/sdk/CHANGELOG.md @@ -1,5 +1,19 @@ # @hyperlane-xyz/sdk +## 19.2.0 + +### Minor Changes + +- f68419605: Update Warp Reader to set `token` to underlying `vault` instead of `wrappedToken` for yield routes. Update Checker to return the vault's `asset` as the collateral token. + +### Patch Changes + +- @hyperlane-xyz/starknet-core@19.2.0 +- @hyperlane-xyz/cosmos-sdk@19.2.0 +- @hyperlane-xyz/radix-sdk@19.2.0 +- @hyperlane-xyz/utils@19.2.0 +- @hyperlane-xyz/core@9.0.14 + ## 19.1.1 ### Patch Changes diff --git a/typescript/sdk/package.json b/typescript/sdk/package.json index 5001e899c2..187ae10292 100644 --- a/typescript/sdk/package.json +++ b/typescript/sdk/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/sdk", "description": "The official SDK for the Hyperlane Network", - "version": "19.1.1", + "version": "19.2.0", "dependencies": { "@arbitrum/sdk": "^4.0.0", "@aws-sdk/client-s3": "^3.577.0", @@ -9,11 +9,11 @@ "@cosmjs/cosmwasm-stargate": "^0.32.4", "@cosmjs/proto-signing": "^0.32.4", "@cosmjs/stargate": "^0.32.4", - "@hyperlane-xyz/core": "9.0.13", - "@hyperlane-xyz/cosmos-sdk": "19.1.1", - "@hyperlane-xyz/radix-sdk": "19.1.1", - "@hyperlane-xyz/starknet-core": "19.1.1", - "@hyperlane-xyz/utils": "19.1.1", + "@hyperlane-xyz/core": "9.0.14", + "@hyperlane-xyz/cosmos-sdk": "19.2.0", + "@hyperlane-xyz/radix-sdk": "19.2.0", + "@hyperlane-xyz/starknet-core": "19.2.0", + "@hyperlane-xyz/utils": "19.2.0", "@safe-global/api-kit": "1.3.0", "@safe-global/protocol-kit": "1.3.0", "@safe-global/safe-core-sdk-types": "2.3.0", diff --git a/typescript/tsconfig/CHANGELOG.md b/typescript/tsconfig/CHANGELOG.md index c4f79e2b90..356aedd0a6 100644 --- a/typescript/tsconfig/CHANGELOG.md +++ b/typescript/tsconfig/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/tsconfig +## 19.2.0 + ## 19.1.1 ## 19.1.0 diff --git a/typescript/tsconfig/package.json b/typescript/tsconfig/package.json index b5afc56534..e7c644185d 100644 --- a/typescript/tsconfig/package.json +++ b/typescript/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@hyperlane-xyz/tsconfig", - "version": "19.1.1", + "version": "19.2.0", "description": "Hyperlane TypeScript config", "private": true, "type": "module", diff --git a/typescript/utils/CHANGELOG.md b/typescript/utils/CHANGELOG.md index 2d48c43269..ce4f4134c6 100644 --- a/typescript/utils/CHANGELOG.md +++ b/typescript/utils/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/utils +## 19.2.0 + ## 19.1.1 ## 19.1.0 diff --git a/typescript/utils/package.json b/typescript/utils/package.json index aa7f0ab361..bba7cbef1f 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": "19.1.1", + "version": "19.2.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 043aa89481..80b7353fb8 100644 --- a/typescript/widgets/CHANGELOG.md +++ b/typescript/widgets/CHANGELOG.md @@ -1,5 +1,18 @@ # @hyperlane-xyz/widgets +## 19.2.0 + +### Minor Changes + +- bfea74dac: Add optional callback for when protocol is selected in MultiProtocolWalletModal + +### Patch Changes + +- Updated dependencies [f68419605] + - @hyperlane-xyz/sdk@19.2.0 + - @hyperlane-xyz/cosmos-sdk@19.2.0 + - @hyperlane-xyz/utils@19.2.0 + ## 19.1.1 ### Patch Changes diff --git a/typescript/widgets/package.json b/typescript/widgets/package.json index 94f0d13ae4..55224e812c 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": "19.1.1", + "version": "19.2.0", "peerDependencies": { "react": "^18", "react-dom": "^18" @@ -10,9 +10,9 @@ "@cosmjs/stargate": "^0.32.4", "@cosmos-kit/react": "^2.18.0", "@headlessui/react": "^2.1.8", - "@hyperlane-xyz/cosmos-sdk": "19.1.1", - "@hyperlane-xyz/sdk": "19.1.1", - "@hyperlane-xyz/utils": "19.1.1", + "@hyperlane-xyz/cosmos-sdk": "19.2.0", + "@hyperlane-xyz/sdk": "19.2.0", + "@hyperlane-xyz/utils": "19.2.0", "@interchain-ui/react": "^1.23.28", "@radixdlt/babylon-gateway-api-sdk": "^1.10.1", "@radixdlt/radix-dapp-toolkit": "^2.2.1", From 658c7e38419849fcc0cfa7e230ff8ba2b4b71713 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 21:29:58 +0000 Subject: [PATCH 2/2] Version Packages --- solidity/contracts/PackageVersioned.sol | 2 +- solidity/core-utils/index.ts | 2 +- typescript/cli/src/version.ts | 2 +- yarn.lock | 70 ++++++++++++------------- 4 files changed, 38 insertions(+), 38 deletions(-) diff --git a/solidity/contracts/PackageVersioned.sol b/solidity/contracts/PackageVersioned.sol index fa83468a63..ba8b23db40 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 = "9.0.13"; + string public constant PACKAGE_VERSION = "9.0.14"; } diff --git a/solidity/core-utils/index.ts b/solidity/core-utils/index.ts index 43ce21f5e5..153eed3536 100644 --- a/solidity/core-utils/index.ts +++ b/solidity/core-utils/index.ts @@ -1,4 +1,4 @@ export * from './typechain/index.js'; export * from './zksync/index.js'; // GENERATED CODE - DO NOT EDIT -export const CONTRACTS_PACKAGE_VERSION = '9.0.13'; +export const CONTRACTS_PACKAGE_VERSION = '9.0.14'; diff --git a/typescript/cli/src/version.ts b/typescript/cli/src/version.ts index 2cb3c70485..dd25b2988b 100644 --- a/typescript/cli/src/version.ts +++ b/typescript/cli/src/version.ts @@ -1 +1 @@ -export const VERSION = '19.1.1'; +export const VERSION = '19.2.0'; diff --git a/yarn.lock b/yarn.lock index b36ebe51d4..addb392bea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8100,10 +8100,10 @@ __metadata: dependencies: "@eth-optimism/sdk": "npm:^3.3.3" "@google-cloud/pino-logging-gcp-config": "npm:^1.0.6" - "@hyperlane-xyz/core": "npm:9.0.13" - "@hyperlane-xyz/sdk": "npm:19.1.1" + "@hyperlane-xyz/core": "npm:9.0.14" + "@hyperlane-xyz/sdk": "npm:19.2.0" "@hyperlane-xyz/tsconfig": "workspace:^" - "@hyperlane-xyz/utils": "npm:19.1.1" + "@hyperlane-xyz/utils": "npm:19.2.0" "@jest/globals": "npm:^29.7.0" "@prisma/client": "npm:^6.8.2" "@types/cors": "npm:^2" @@ -8143,12 +8143,12 @@ __metadata: "@eslint/js": "npm:^9.31.0" "@ethersproject/abi": "npm:*" "@ethersproject/providers": "npm:*" - "@hyperlane-xyz/cosmos-sdk": "npm:19.1.1" - "@hyperlane-xyz/http-registry-server": "npm:19.1.1" + "@hyperlane-xyz/cosmos-sdk": "npm:19.2.0" + "@hyperlane-xyz/http-registry-server": "npm:19.2.0" "@hyperlane-xyz/registry": "npm:20.0.0" - "@hyperlane-xyz/sdk": "npm:19.1.1" + "@hyperlane-xyz/sdk": "npm:19.2.0" "@hyperlane-xyz/tsconfig": "workspace:^" - "@hyperlane-xyz/utils": "npm:19.1.1" + "@hyperlane-xyz/utils": "npm:19.2.0" "@inquirer/core": "npm:9.0.10" "@inquirer/figures": "npm:1.0.5" "@inquirer/prompts": "npm:3.3.2" @@ -8191,7 +8191,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/core@npm:9.0.13, @hyperlane-xyz/core@workspace:solidity": +"@hyperlane-xyz/core@npm:9.0.14, @hyperlane-xyz/core@workspace:solidity": version: 0.0.0-use.local resolution: "@hyperlane-xyz/core@workspace:solidity" dependencies: @@ -8199,7 +8199,7 @@ __metadata: "@chainlink/contracts-ccip": "npm:^1.5.0" "@eth-optimism/contracts": "npm:^0.6.0" "@hyperlane-xyz/tsconfig": "workspace:^" - "@hyperlane-xyz/utils": "npm:19.1.1" + "@hyperlane-xyz/utils": "npm:19.2.0" "@matterlabs/hardhat-zksync-solc": "npm:1.2.5" "@matterlabs/hardhat-zksync-verify": "npm:1.7.1" "@nomiclabs/hardhat-ethers": "npm:^2.2.3" @@ -8236,15 +8236,15 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/cosmos-sdk@npm:19.1.1, @hyperlane-xyz/cosmos-sdk@workspace:typescript/cosmos-sdk": +"@hyperlane-xyz/cosmos-sdk@npm:19.2.0, @hyperlane-xyz/cosmos-sdk@workspace:typescript/cosmos-sdk": version: 0.0.0-use.local resolution: "@hyperlane-xyz/cosmos-sdk@workspace:typescript/cosmos-sdk" dependencies: "@cosmjs/stargate": "npm:^0.32.4" "@eslint/js": "npm:^9.31.0" - "@hyperlane-xyz/cosmos-types": "npm:19.1.1" + "@hyperlane-xyz/cosmos-types": "npm:19.2.0" "@hyperlane-xyz/tsconfig": "workspace:^" - "@hyperlane-xyz/utils": "npm:19.1.1" + "@hyperlane-xyz/utils": "npm:19.2.0" "@types/mocha": "npm:^10.0.1" "@typescript-eslint/eslint-plugin": "npm:^8.1.6" "@typescript-eslint/parser": "npm:^8.1.6" @@ -8260,7 +8260,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/cosmos-types@npm:19.1.1, @hyperlane-xyz/cosmos-types@workspace:typescript/cosmos-types": +"@hyperlane-xyz/cosmos-types@npm:19.2.0, @hyperlane-xyz/cosmos-types@workspace:typescript/cosmos-types": version: 0.0.0-use.local resolution: "@hyperlane-xyz/cosmos-types@workspace:typescript/cosmos-types" dependencies: @@ -8310,14 +8310,14 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/helloworld@npm:19.1.1, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": +"@hyperlane-xyz/helloworld@npm:19.2.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.31.0" - "@hyperlane-xyz/core": "npm:9.0.13" + "@hyperlane-xyz/core": "npm:9.0.14" "@hyperlane-xyz/registry": "npm:20.0.0" - "@hyperlane-xyz/sdk": "npm:19.1.1" + "@hyperlane-xyz/sdk": "npm:19.2.0" "@nomiclabs/hardhat-ethers": "npm:^2.2.3" "@nomiclabs/hardhat-waffle": "npm:^2.0.6" "@openzeppelin/contracts-upgradeable": "npm:^4.9.3" @@ -8352,14 +8352,14 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/http-registry-server@npm:19.1.1, @hyperlane-xyz/http-registry-server@workspace:typescript/http-registry-server": +"@hyperlane-xyz/http-registry-server@npm:19.2.0, @hyperlane-xyz/http-registry-server@workspace:typescript/http-registry-server": version: 0.0.0-use.local resolution: "@hyperlane-xyz/http-registry-server@workspace:typescript/http-registry-server" dependencies: "@hyperlane-xyz/registry": "npm:20.0.0" - "@hyperlane-xyz/sdk": "npm:19.1.1" + "@hyperlane-xyz/sdk": "npm:19.2.0" "@hyperlane-xyz/tsconfig": "workspace:^" - "@hyperlane-xyz/utils": "npm:19.1.1" + "@hyperlane-xyz/utils": "npm:19.2.0" "@types/chai": "npm:^4.2.21" "@types/chai-as-promised": "npm:^8" "@types/express": "npm:^5.0.3" @@ -8401,11 +8401,11 @@ __metadata: "@ethersproject/providers": "npm:*" "@google-cloud/pino-logging-gcp-config": "npm:^1.0.6" "@google-cloud/secret-manager": "npm:^5.5.0" - "@hyperlane-xyz/helloworld": "npm:19.1.1" + "@hyperlane-xyz/helloworld": "npm:19.2.0" "@hyperlane-xyz/registry": "npm:20.0.0" - "@hyperlane-xyz/sdk": "npm:19.1.1" + "@hyperlane-xyz/sdk": "npm:19.2.0" "@hyperlane-xyz/tsconfig": "workspace:^" - "@hyperlane-xyz/utils": "npm:19.1.1" + "@hyperlane-xyz/utils": "npm:19.2.0" "@inquirer/prompts": "npm:3.3.2" "@nomiclabs/hardhat-ethers": "npm:^2.2.3" "@nomiclabs/hardhat-etherscan": "npm:^3.0.3" @@ -8473,13 +8473,13 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/radix-sdk@npm:19.1.1, @hyperlane-xyz/radix-sdk@workspace:typescript/radix-sdk": +"@hyperlane-xyz/radix-sdk@npm:19.2.0, @hyperlane-xyz/radix-sdk@workspace:typescript/radix-sdk": version: 0.0.0-use.local resolution: "@hyperlane-xyz/radix-sdk@workspace:typescript/radix-sdk" dependencies: "@eslint/js": "npm:^9.31.0" "@hyperlane-xyz/tsconfig": "workspace:^" - "@hyperlane-xyz/utils": "npm:19.1.1" + "@hyperlane-xyz/utils": "npm:19.2.0" "@radixdlt/babylon-core-api-sdk": "npm:^1.3.0" "@radixdlt/babylon-gateway-api-sdk": "npm:^1.10.1" "@radixdlt/radix-engine-toolkit": "npm:^1.0.5" @@ -8510,7 +8510,7 @@ __metadata: languageName: node linkType: hard -"@hyperlane-xyz/sdk@npm:19.1.1, @hyperlane-xyz/sdk@workspace:typescript/sdk": +"@hyperlane-xyz/sdk@npm:19.2.0, @hyperlane-xyz/sdk@workspace:typescript/sdk": version: 0.0.0-use.local resolution: "@hyperlane-xyz/sdk@workspace:typescript/sdk" dependencies: @@ -8520,13 +8520,13 @@ __metadata: "@cosmjs/cosmwasm-stargate": "npm:^0.32.4" "@cosmjs/proto-signing": "npm:^0.32.4" "@cosmjs/stargate": "npm:^0.32.4" - "@hyperlane-xyz/core": "npm:9.0.13" - "@hyperlane-xyz/cosmos-sdk": "npm:19.1.1" + "@hyperlane-xyz/core": "npm:9.0.14" + "@hyperlane-xyz/cosmos-sdk": "npm:19.2.0" "@hyperlane-xyz/eslint-config": "workspace:^" - "@hyperlane-xyz/radix-sdk": "npm:19.1.1" - "@hyperlane-xyz/starknet-core": "npm:19.1.1" + "@hyperlane-xyz/radix-sdk": "npm:19.2.0" + "@hyperlane-xyz/starknet-core": "npm:19.2.0" "@hyperlane-xyz/tsconfig": "workspace:^" - "@hyperlane-xyz/utils": "npm:19.1.1" + "@hyperlane-xyz/utils": "npm:19.2.0" "@nomiclabs/hardhat-ethers": "npm:^2.2.3" "@nomiclabs/hardhat-waffle": "npm:^2.0.6" "@safe-global/api-kit": "npm:1.3.0" @@ -8570,7 +8570,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/starknet-core@npm:19.1.1, @hyperlane-xyz/starknet-core@workspace:starknet": +"@hyperlane-xyz/starknet-core@npm:19.2.0, @hyperlane-xyz/starknet-core@workspace:starknet": version: 0.0.0-use.local resolution: "@hyperlane-xyz/starknet-core@workspace:starknet" dependencies: @@ -8596,7 +8596,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/utils@npm:19.1.1, @hyperlane-xyz/utils@workspace:typescript/utils": +"@hyperlane-xyz/utils@npm:19.2.0, @hyperlane-xyz/utils@workspace:typescript/utils": version: 0.0.0-use.local resolution: "@hyperlane-xyz/utils@workspace:typescript/utils" dependencies: @@ -8649,11 +8649,11 @@ __metadata: "@emotion/styled": "npm:^11.13.0" "@eslint/js": "npm:^9.31.0" "@headlessui/react": "npm:^2.1.8" - "@hyperlane-xyz/cosmos-sdk": "npm:19.1.1" + "@hyperlane-xyz/cosmos-sdk": "npm:19.2.0" "@hyperlane-xyz/registry": "npm:20.0.0" - "@hyperlane-xyz/sdk": "npm:19.1.1" + "@hyperlane-xyz/sdk": "npm:19.2.0" "@hyperlane-xyz/tsconfig": "workspace:^" - "@hyperlane-xyz/utils": "npm:19.1.1" + "@hyperlane-xyz/utils": "npm:19.2.0" "@interchain-ui/react": "npm:^1.23.28" "@radixdlt/babylon-gateway-api-sdk": "npm:^1.10.1" "@radixdlt/radix-dapp-toolkit": "npm:^2.2.1"