diff --git a/.changeset/honest-experts-promise.md b/.changeset/honest-experts-promise.md deleted file mode 100644 index 76ec7a6f4d6..00000000000 --- a/.changeset/honest-experts-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/sdk': minor ---- - -Support using apiKey for CoinGeckoTokenPriceGetter diff --git a/solidity/CHANGELOG.md b/solidity/CHANGELOG.md index ff2c990204a..0e6d25ec03e 100644 --- a/solidity/CHANGELOG.md +++ b/solidity/CHANGELOG.md @@ -1,5 +1,11 @@ # @hyperlane-xyz/core +## 5.7.1 + +### Patch Changes + +- @hyperlane-xyz/utils@5.8.0 + ## 5.7.0 ### Minor Changes diff --git a/solidity/package.json b/solidity/package.json index 9cf1445ade2..0f18dff93ff 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.7.0", + "version": "5.7.1", "dependencies": { "@arbitrum/nitro-contracts": "^1.2.1", "@eth-optimism/contracts": "^0.6.0", - "@hyperlane-xyz/utils": "5.7.0", + "@hyperlane-xyz/utils": "5.8.0", "@layerzerolabs/lz-evm-oapp-v2": "2.0.2", "@openzeppelin/contracts": "^4.9.3", "@openzeppelin/contracts-upgradeable": "^v4.9.3", diff --git a/typescript/ccip-server/CHANGELOG.md b/typescript/ccip-server/CHANGELOG.md index 58b4ad1c279..9504a6d5e08 100644 --- a/typescript/ccip-server/CHANGELOG.md +++ b/typescript/ccip-server/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/ccip-server +## 5.8.0 + ## 5.7.0 ## 5.6.2 diff --git a/typescript/ccip-server/package.json b/typescript/ccip-server/package.json index 25628e79fdb..e3b0093efef 100644 --- a/typescript/ccip-server/package.json +++ b/typescript/ccip-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperlane-xyz/ccip-server", - "version": "5.7.0", + "version": "5.8.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 e0aa92abc0d..f596ec2fe1a 100644 --- a/typescript/cli/CHANGELOG.md +++ b/typescript/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @hyperlane-xyz/cli +## 5.8.0 + +### Patch Changes + +- Updated dependencies [7b3b07900] + - @hyperlane-xyz/sdk@5.8.0 + - @hyperlane-xyz/utils@5.8.0 + ## 5.7.0 ### Minor Changes diff --git a/typescript/cli/package.json b/typescript/cli/package.json index 7f885988cbf..a764a4ff5d0 100644 --- a/typescript/cli/package.json +++ b/typescript/cli/package.json @@ -1,13 +1,13 @@ { "name": "@hyperlane-xyz/cli", - "version": "5.7.0", + "version": "5.8.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": "4.7.0", - "@hyperlane-xyz/sdk": "5.7.0", - "@hyperlane-xyz/utils": "5.7.0", + "@hyperlane-xyz/sdk": "5.8.0", + "@hyperlane-xyz/utils": "5.8.0", "@inquirer/core": "9.0.10", "@inquirer/figures": "1.0.5", "@inquirer/prompts": "^3.0.0", diff --git a/typescript/github-proxy/CHANGELOG.md b/typescript/github-proxy/CHANGELOG.md index 632b982ce27..98332a43c55 100644 --- a/typescript/github-proxy/CHANGELOG.md +++ b/typescript/github-proxy/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/github-proxy +## 5.8.0 + ## 5.7.0 ## 5.6.2 diff --git a/typescript/github-proxy/package.json b/typescript/github-proxy/package.json index 788a9a6cf20..699db27cc74 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": "5.7.0", + "version": "5.8.0", "private": true, "scripts": { "deploy": "wrangler deploy", diff --git a/typescript/helloworld/CHANGELOG.md b/typescript/helloworld/CHANGELOG.md index c60aadf65f7..6529703f777 100644 --- a/typescript/helloworld/CHANGELOG.md +++ b/typescript/helloworld/CHANGELOG.md @@ -1,5 +1,13 @@ # @hyperlane-xyz/helloworld +## 5.8.0 + +### Patch Changes + +- Updated dependencies [7b3b07900] + - @hyperlane-xyz/sdk@5.8.0 + - @hyperlane-xyz/core@5.7.1 + ## 5.7.0 ### Patch Changes diff --git a/typescript/helloworld/package.json b/typescript/helloworld/package.json index eda41e4c9b3..77b7f636889 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": "5.7.0", + "version": "5.8.0", "dependencies": { - "@hyperlane-xyz/core": "5.7.0", + "@hyperlane-xyz/core": "5.7.1", "@hyperlane-xyz/registry": "4.7.0", - "@hyperlane-xyz/sdk": "5.7.0", + "@hyperlane-xyz/sdk": "5.8.0", "@openzeppelin/contracts-upgradeable": "^4.9.3", "ethers": "^5.7.2" }, diff --git a/typescript/infra/CHANGELOG.md b/typescript/infra/CHANGELOG.md index 888eea96a19..9ef873f54fc 100644 --- a/typescript/infra/CHANGELOG.md +++ b/typescript/infra/CHANGELOG.md @@ -1,5 +1,14 @@ # @hyperlane-xyz/infra +## 5.8.0 + +### Patch Changes + +- Updated dependencies [7b3b07900] + - @hyperlane-xyz/sdk@5.8.0 + - @hyperlane-xyz/helloworld@5.8.0 + - @hyperlane-xyz/utils@5.8.0 + ## 5.7.0 ### Patch Changes diff --git a/typescript/infra/package.json b/typescript/infra/package.json index bc82537f68a..df517bc51a0 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": "5.7.0", + "version": "5.8.0", "dependencies": { "@arbitrum/sdk": "^3.0.0", "@aws-sdk/client-iam": "^3.74.0", @@ -13,10 +13,10 @@ "@ethersproject/hardware-wallets": "^5.7.0", "@ethersproject/providers": "^5.7.2", "@google-cloud/secret-manager": "^5.5.0", - "@hyperlane-xyz/helloworld": "5.7.0", + "@hyperlane-xyz/helloworld": "5.8.0", "@hyperlane-xyz/registry": "4.10.0", - "@hyperlane-xyz/sdk": "5.7.0", - "@hyperlane-xyz/utils": "5.7.0", + "@hyperlane-xyz/sdk": "5.8.0", + "@hyperlane-xyz/utils": "5.8.0", "@inquirer/prompts": "^5.3.8", "@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 57e1d6b125e..85171aa5706 100644 --- a/typescript/sdk/CHANGELOG.md +++ b/typescript/sdk/CHANGELOG.md @@ -1,5 +1,16 @@ # @hyperlane-xyz/sdk +## 5.8.0 + +### Minor Changes + +- 7b3b07900: Support using apiKey for CoinGeckoTokenPriceGetter + +### Patch Changes + +- @hyperlane-xyz/utils@5.8.0 +- @hyperlane-xyz/core@5.7.1 + ## 5.7.0 ### Minor Changes diff --git a/typescript/sdk/package.json b/typescript/sdk/package.json index 233a0a42386..5cd092c88a4 100644 --- a/typescript/sdk/package.json +++ b/typescript/sdk/package.json @@ -1,14 +1,14 @@ { "name": "@hyperlane-xyz/sdk", "description": "The official SDK for the Hyperlane Network", - "version": "5.7.0", + "version": "5.8.0", "dependencies": { "@arbitrum/sdk": "^4.0.0", "@aws-sdk/client-s3": "^3.74.0", "@cosmjs/cosmwasm-stargate": "^0.32.4", "@cosmjs/stargate": "^0.32.4", - "@hyperlane-xyz/core": "5.7.0", - "@hyperlane-xyz/utils": "5.7.0", + "@hyperlane-xyz/core": "5.7.1", + "@hyperlane-xyz/utils": "5.8.0", "@safe-global/api-kit": "1.3.0", "@safe-global/protocol-kit": "1.3.0", "@safe-global/safe-deployments": "1.37.8", diff --git a/typescript/utils/CHANGELOG.md b/typescript/utils/CHANGELOG.md index d7cc6a98e5b..c6fe461661b 100644 --- a/typescript/utils/CHANGELOG.md +++ b/typescript/utils/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/utils +## 5.8.0 + ## 5.7.0 ### Patch Changes diff --git a/typescript/utils/package.json b/typescript/utils/package.json index 53107fe69cc..028050467f2 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": "5.7.0", + "version": "5.8.0", "dependencies": { "@cosmjs/encoding": "^0.32.4", "@solana/web3.js": "^1.78.0", diff --git a/typescript/widgets/CHANGELOG.md b/typescript/widgets/CHANGELOG.md index 4616b381641..ea3606630ef 100644 --- a/typescript/widgets/CHANGELOG.md +++ b/typescript/widgets/CHANGELOG.md @@ -1,5 +1,13 @@ # @hyperlane-xyz/widgets +## 5.8.0 + +### Patch Changes + +- Updated dependencies [7b3b07900] + - @hyperlane-xyz/sdk@5.8.0 + - @hyperlane-xyz/utils@5.8.0 + ## 5.7.0 ### Minor Changes diff --git a/typescript/widgets/package.json b/typescript/widgets/package.json index ce07a8a4e1a..876aa6b6a69 100644 --- a/typescript/widgets/package.json +++ b/typescript/widgets/package.json @@ -1,15 +1,15 @@ { "name": "@hyperlane-xyz/widgets", "description": "Common react components for Hyperlane projects", - "version": "5.7.0", + "version": "5.8.0", "peerDependencies": { "react": "^18", "react-dom": "^18" }, "dependencies": { "@headlessui/react": "^2.1.8", - "@hyperlane-xyz/sdk": "5.7.0", - "@hyperlane-xyz/utils": "5.7.0", + "@hyperlane-xyz/sdk": "5.8.0", + "@hyperlane-xyz/utils": "5.8.0", "clsx": "^2.1.1", "react-tooltip": "^5.28.0" },