diff --git a/.changeset/chilled-mangos-shout.md b/.changeset/chilled-mangos-shout.md deleted file mode 100644 index 907e701e7e3..00000000000 --- a/.changeset/chilled-mangos-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/infra': patch ---- - -retry logic in check-warp-deploy.ts diff --git a/.changeset/real-starfishes-fold.md b/.changeset/real-starfishes-fold.md deleted file mode 100644 index f161beae68a..00000000000 --- a/.changeset/real-starfishes-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hyperlane-xyz/core': patch ---- - -Added overrides for transferFrom, totalSupply to reflect the internal share based accounting for the 4626 mirror asset diff --git a/solidity/CHANGELOG.md b/solidity/CHANGELOG.md index fbecf3809c2..04f6f28bcc9 100644 --- a/solidity/CHANGELOG.md +++ b/solidity/CHANGELOG.md @@ -1,5 +1,12 @@ # @hyperlane-xyz/core +## 5.6.1 + +### Patch Changes + +- a42616ff: Added overrides for transferFrom, totalSupply to reflect the internal share based accounting for the 4626 mirror asset + - @hyperlane-xyz/utils@5.6.2 + ## 5.6.0 ### Minor Changes diff --git a/solidity/package.json b/solidity/package.json index f8cbe196c98..5f7eef44204 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.6.0", + "version": "5.6.1", "dependencies": { "@arbitrum/nitro-contracts": "^1.2.1", "@eth-optimism/contracts": "^0.6.0", - "@hyperlane-xyz/utils": "5.6.1", + "@hyperlane-xyz/utils": "5.6.2", "@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 08febc36fbb..96e8357459e 100644 --- a/typescript/ccip-server/CHANGELOG.md +++ b/typescript/ccip-server/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/ccip-server +## 5.6.2 + ## 5.6.1 ## 5.6.0 diff --git a/typescript/ccip-server/package.json b/typescript/ccip-server/package.json index 5a7c9cdf160..35442643cc7 100644 --- a/typescript/ccip-server/package.json +++ b/typescript/ccip-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperlane-xyz/ccip-server", - "version": "5.6.1", + "version": "5.6.2", "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 37fc5fea7aa..f664a0dc953 100644 --- a/typescript/cli/CHANGELOG.md +++ b/typescript/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @hyperlane-xyz/cli +## 5.6.2 + +### Patch Changes + +- @hyperlane-xyz/sdk@5.6.2 +- @hyperlane-xyz/utils@5.6.2 + ## 5.6.1 ### Patch Changes diff --git a/typescript/cli/package.json b/typescript/cli/package.json index 9348646b801..50d2d4f49cf 100644 --- a/typescript/cli/package.json +++ b/typescript/cli/package.json @@ -1,13 +1,13 @@ { "name": "@hyperlane-xyz/cli", - "version": "5.6.1", + "version": "5.6.2", "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.6.1", - "@hyperlane-xyz/utils": "5.6.1", + "@hyperlane-xyz/sdk": "5.6.2", + "@hyperlane-xyz/utils": "5.6.2", "@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 ae6e2a41af9..d23057e7dfd 100644 --- a/typescript/github-proxy/CHANGELOG.md +++ b/typescript/github-proxy/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/github-proxy +## 5.6.2 + ## 5.6.1 ## 5.6.0 diff --git a/typescript/github-proxy/package.json b/typescript/github-proxy/package.json index 9f804e01d29..28d122eb482 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.6.1", + "version": "5.6.2", "private": true, "scripts": { "deploy": "wrangler deploy", diff --git a/typescript/helloworld/CHANGELOG.md b/typescript/helloworld/CHANGELOG.md index 17f77d3d578..6a31c625dff 100644 --- a/typescript/helloworld/CHANGELOG.md +++ b/typescript/helloworld/CHANGELOG.md @@ -1,5 +1,13 @@ # @hyperlane-xyz/helloworld +## 5.6.2 + +### Patch Changes + +- Updated dependencies [a42616ff] + - @hyperlane-xyz/core@5.6.1 + - @hyperlane-xyz/sdk@5.6.2 + ## 5.6.1 ### Patch Changes diff --git a/typescript/helloworld/package.json b/typescript/helloworld/package.json index bc404b472bd..722eed273cf 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.6.1", + "version": "5.6.2", "dependencies": { - "@hyperlane-xyz/core": "5.6.0", + "@hyperlane-xyz/core": "5.6.1", "@hyperlane-xyz/registry": "4.7.0", - "@hyperlane-xyz/sdk": "5.6.1", + "@hyperlane-xyz/sdk": "5.6.2", "@openzeppelin/contracts-upgradeable": "^4.9.3", "ethers": "^5.7.2" }, diff --git a/typescript/infra/CHANGELOG.md b/typescript/infra/CHANGELOG.md index f5f25b3f32e..d71a3418647 100644 --- a/typescript/infra/CHANGELOG.md +++ b/typescript/infra/CHANGELOG.md @@ -1,5 +1,14 @@ # @hyperlane-xyz/infra +## 5.6.2 + +### Patch Changes + +- 9944cae9: retry logic in check-warp-deploy.ts + - @hyperlane-xyz/helloworld@5.6.2 + - @hyperlane-xyz/sdk@5.6.2 + - @hyperlane-xyz/utils@5.6.2 + ## 5.6.1 ### Patch Changes diff --git a/typescript/infra/package.json b/typescript/infra/package.json index 375d06c59d9..2c4d38cc70f 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.6.1", + "version": "5.6.2", "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.6.1", + "@hyperlane-xyz/helloworld": "5.6.2", "@hyperlane-xyz/registry": "4.7.0", - "@hyperlane-xyz/sdk": "5.6.1", - "@hyperlane-xyz/utils": "5.6.1", + "@hyperlane-xyz/sdk": "5.6.2", + "@hyperlane-xyz/utils": "5.6.2", "@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 ad33e87c262..3185f756c29 100644 --- a/typescript/sdk/CHANGELOG.md +++ b/typescript/sdk/CHANGELOG.md @@ -1,5 +1,13 @@ # @hyperlane-xyz/sdk +## 5.6.2 + +### Patch Changes + +- Updated dependencies [a42616ff] + - @hyperlane-xyz/core@5.6.1 + - @hyperlane-xyz/utils@5.6.2 + ## 5.6.1 ### Patch Changes diff --git a/typescript/sdk/package.json b/typescript/sdk/package.json index 44e35d35a4c..133a5792753 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.6.1", + "version": "5.6.2", "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.6.0", - "@hyperlane-xyz/utils": "5.6.1", + "@hyperlane-xyz/core": "5.6.1", + "@hyperlane-xyz/utils": "5.6.2", "@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 8575e59fd86..3f50a20f7a8 100644 --- a/typescript/utils/CHANGELOG.md +++ b/typescript/utils/CHANGELOG.md @@ -1,5 +1,7 @@ # @hyperlane-xyz/utils +## 5.6.2 + ## 5.6.1 ## 5.6.0 diff --git a/typescript/utils/package.json b/typescript/utils/package.json index e06c4cf630c..6329e120348 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.6.1", + "version": "5.6.2", "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 0ded083ed6b..9a5bc27e7d6 100644 --- a/typescript/widgets/CHANGELOG.md +++ b/typescript/widgets/CHANGELOG.md @@ -1,5 +1,12 @@ # @hyperlane-xyz/widgets +## 5.6.2 + +### Patch Changes + +- @hyperlane-xyz/sdk@5.6.2 +- @hyperlane-xyz/utils@5.6.2 + ## 5.6.1 ### Patch Changes diff --git a/typescript/widgets/package.json b/typescript/widgets/package.json index 5160014c652..20fe43cb153 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.6.1", + "version": "5.6.2", "peerDependencies": { "react": "^18", "react-dom": "^18" }, "dependencies": { "@headlessui/react": "^2.1.8", - "@hyperlane-xyz/sdk": "5.6.1", - "@hyperlane-xyz/utils": "5.6.1", + "@hyperlane-xyz/sdk": "5.6.2", + "@hyperlane-xyz/utils": "5.6.2", "clsx": "^2.1.1", "react-tooltip": "^5.28.0" },