From 35332f464c8d1692c7a2c964cdd826d1a83a4092 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Mon, 3 Jul 2023 15:59:23 +0100 Subject: [PATCH] Release 1.3.6 (#2451) ### Description Released 1.3.6, mostly to include #2445 and #2402 ### Drive-by changes n/a ### Related issues In the name of https://github.com/hyperlane-xyz/hyperlane-monorepo/issues/2366 ### Backward compatibility _Are these changes backward compatible?_ Yes _Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling?_ None ### Testing _What kind of testing have these changes undergone?_ None --- solidity/package.json | 4 ++-- typescript/helloworld/package.json | 4 ++-- typescript/infra/package.json | 8 ++++---- typescript/sdk/package.json | 6 +++--- typescript/token/package.json | 8 ++++---- typescript/utils/package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 7 files changed, 30 insertions(+), 30 deletions(-) diff --git a/solidity/package.json b/solidity/package.json index 8881986a91..c1f884b9e4 100644 --- a/solidity/package.json +++ b/solidity/package.json @@ -1,9 +1,9 @@ { "name": "@hyperlane-xyz/core", "description": "Core solidity contracts for Hyperlane", - "version": "1.3.5", + "version": "1.3.6", "dependencies": { - "@hyperlane-xyz/utils": "1.3.5", + "@hyperlane-xyz/utils": "1.3.6", "@openzeppelin/contracts": "^4.8.0", "@openzeppelin/contracts-upgradeable": "^4.8.0" }, diff --git a/typescript/helloworld/package.json b/typescript/helloworld/package.json index 7d85cb2edf..49b166caa0 100644 --- a/typescript/helloworld/package.json +++ b/typescript/helloworld/package.json @@ -1,9 +1,9 @@ { "name": "@hyperlane-xyz/helloworld", "description": "A basic skeleton of an Hyperlane app", - "version": "1.3.5", + "version": "1.3.6", "dependencies": { - "@hyperlane-xyz/sdk": "1.3.5", + "@hyperlane-xyz/sdk": "1.3.6", "@openzeppelin/contracts-upgradeable": "^4.8.0", "ethers": "^5.7.2" }, diff --git a/typescript/infra/package.json b/typescript/infra/package.json index e062d5b94b..77e843be5b 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": "1.3.4", + "version": "1.3.6", "dependencies": { "@arbitrum/sdk": "^3.0.0", "@aws-sdk/client-iam": "^3.74.0", @@ -14,9 +14,9 @@ "@gnosis.pm/safe-core-sdk": "^2.3.2", "@gnosis.pm/safe-ethers-lib": "^1.4.0", "@gnosis.pm/safe-service-client": "^1.2.0", - "@hyperlane-xyz/helloworld": "1.3.5", - "@hyperlane-xyz/sdk": "1.3.5", - "@hyperlane-xyz/utils": "1.3.5", + "@hyperlane-xyz/helloworld": "1.3.6", + "@hyperlane-xyz/sdk": "1.3.6", + "@hyperlane-xyz/utils": "1.3.6", "@nomiclabs/hardhat-etherscan": "^3.0.3", "@safe-global/safe-core-sdk": "3.2.0", "@safe-global/safe-ethers-lib": "^1.7.0", diff --git a/typescript/sdk/package.json b/typescript/sdk/package.json index 3b74c69e35..fc2dabcd9c 100644 --- a/typescript/sdk/package.json +++ b/typescript/sdk/package.json @@ -1,10 +1,10 @@ { "name": "@hyperlane-xyz/sdk", "description": "The official SDK for the Hyperlane Network", - "version": "1.3.5", + "version": "1.3.6", "dependencies": { - "@hyperlane-xyz/core": "1.3.5", - "@hyperlane-xyz/utils": "1.3.5", + "@hyperlane-xyz/core": "1.3.6", + "@hyperlane-xyz/utils": "1.3.6", "@types/coingecko-api": "^1.0.10", "@types/debug": "^4.1.7", "@wagmi/chains": "^0.2.6", diff --git a/typescript/token/package.json b/typescript/token/package.json index 5fa0637fdb..12a22b4f20 100644 --- a/typescript/token/package.json +++ b/typescript/token/package.json @@ -1,11 +1,11 @@ { "name": "@hyperlane-xyz/hyperlane-token", "description": "A template for interchain ERC20 and ERC721 tokens using Hyperlane", - "version": "1.3.5", + "version": "1.3.6", "dependencies": { - "@hyperlane-xyz/core": "1.3.5", - "@hyperlane-xyz/sdk": "1.3.5", - "@hyperlane-xyz/utils": "1.3.5", + "@hyperlane-xyz/core": "1.3.6", + "@hyperlane-xyz/sdk": "1.3.6", + "@hyperlane-xyz/utils": "1.3.6", "@openzeppelin/contracts-upgradeable": "^4.8.0", "ethers": "^5.7.2" }, diff --git a/typescript/utils/package.json b/typescript/utils/package.json index af71b10d71..d763d18b9e 100644 --- a/typescript/utils/package.json +++ b/typescript/utils/package.json @@ -1,7 +1,7 @@ { "name": "@hyperlane-xyz/utils", "description": "General utilities for the Hyperlane network", - "version": "1.3.5", + "version": "1.3.6", "dependencies": { "ethers": "^5.7.2" }, diff --git a/yarn.lock b/yarn.lock index 4511075457..fbc19cd6bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3931,11 +3931,11 @@ __metadata: languageName: node linkType: hard -"@hyperlane-xyz/core@1.3.5, @hyperlane-xyz/core@workspace:solidity": +"@hyperlane-xyz/core@1.3.6, @hyperlane-xyz/core@workspace:solidity": version: 0.0.0-use.local resolution: "@hyperlane-xyz/core@workspace:solidity" dependencies: - "@hyperlane-xyz/utils": 1.3.5 + "@hyperlane-xyz/utils": 1.3.6 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@openzeppelin/contracts": ^4.8.0 @@ -3958,11 +3958,11 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/helloworld@1.3.5, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": +"@hyperlane-xyz/helloworld@1.3.6, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": version: 0.0.0-use.local resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld" dependencies: - "@hyperlane-xyz/sdk": 1.3.5 + "@hyperlane-xyz/sdk": 1.3.6 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@openzeppelin/contracts-upgradeable": ^4.8.0 @@ -3994,9 +3994,9 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperlane-xyz/hyperlane-token@workspace:typescript/token" dependencies: - "@hyperlane-xyz/core": 1.3.5 - "@hyperlane-xyz/sdk": 1.3.5 - "@hyperlane-xyz/utils": 1.3.5 + "@hyperlane-xyz/core": 1.3.6 + "@hyperlane-xyz/sdk": 1.3.6 + "@hyperlane-xyz/utils": 1.3.6 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@openzeppelin/contracts-upgradeable": ^4.8.0 @@ -4039,9 +4039,9 @@ __metadata: "@gnosis.pm/safe-core-sdk": ^2.3.2 "@gnosis.pm/safe-ethers-lib": ^1.4.0 "@gnosis.pm/safe-service-client": ^1.2.0 - "@hyperlane-xyz/helloworld": 1.3.5 - "@hyperlane-xyz/sdk": 1.3.5 - "@hyperlane-xyz/utils": 1.3.5 + "@hyperlane-xyz/helloworld": 1.3.6 + "@hyperlane-xyz/sdk": 1.3.6 + "@hyperlane-xyz/utils": 1.3.6 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-etherscan": ^3.0.3 "@nomiclabs/hardhat-waffle": ^2.0.3 @@ -4084,12 +4084,12 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/sdk@1.3.5, @hyperlane-xyz/sdk@workspace:typescript/sdk": +"@hyperlane-xyz/sdk@1.3.6, @hyperlane-xyz/sdk@workspace:typescript/sdk": version: 0.0.0-use.local resolution: "@hyperlane-xyz/sdk@workspace:typescript/sdk" dependencies: - "@hyperlane-xyz/core": 1.3.5 - "@hyperlane-xyz/utils": 1.3.5 + "@hyperlane-xyz/core": 1.3.6 + "@hyperlane-xyz/utils": 1.3.6 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@types/coingecko-api": ^1.0.10 @@ -4115,7 +4115,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/utils@1.3.5, @hyperlane-xyz/utils@workspace:typescript/utils": +"@hyperlane-xyz/utils@1.3.6, @hyperlane-xyz/utils@workspace:typescript/utils": version: 0.0.0-use.local resolution: "@hyperlane-xyz/utils@workspace:typescript/utils" dependencies: