From b8462f22745ee8f56337e441bd58b0c2459e2ddd Mon Sep 17 00:00:00 2001 From: Asa Oines Date: Mon, 2 Jan 2023 16:50:33 -0500 Subject: [PATCH] Publish 1.0.0-beta5 (#1496) --- .gitmodules | 2 +- solidity/package.json | 4 ++-- typescript/helloworld | 2 +- typescript/infra/package.json | 6 +++--- typescript/sdk/package.json | 6 +++--- typescript/token | 2 +- typescript/utils/package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2d3b14618d..da9a0e1ce2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,4 +5,4 @@ [submodule "typescript/helloworld"] path = typescript/helloworld url = git@github.com:hyperlane-xyz/hyperlane-app-template.git - branch = asaj/upgrade-deps + branch = main diff --git a/solidity/package.json b/solidity/package.json index 4ac46b98d7..072562179c 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.0.0-beta3", + "version": "1.0.0-beta5", "dependencies": { - "@hyperlane-xyz/utils": "1.0.0-beta3", + "@hyperlane-xyz/utils": "1.0.0-beta5", "@openzeppelin/contracts": "^4.8.0", "@openzeppelin/contracts-upgradeable": "^4.8.0" }, diff --git a/typescript/helloworld b/typescript/helloworld index be1860eb08..f83cb1caf9 160000 --- a/typescript/helloworld +++ b/typescript/helloworld @@ -1 +1 @@ -Subproject commit be1860eb08346bcb6a9b10943b06ad17c5d87135 +Subproject commit f83cb1caf99e6f303b8b26a693a6f97530fd762d diff --git a/typescript/infra/package.json b/typescript/infra/package.json index 434525ed9e..bf54940777 100644 --- a/typescript/infra/package.json +++ b/typescript/infra/package.json @@ -15,9 +15,9 @@ "@gnosis.pm/safe-ethers-lib": "^1.4.0", "@gnosis.pm/safe-service-client": "^1.2.0", "@hyperlane-xyz/celo-ethers-provider": "^0.1.1", - "@hyperlane-xyz/helloworld": "1.0.0-beta3", - "@hyperlane-xyz/sdk": "1.0.0-beta3", - "@hyperlane-xyz/utils": "1.0.0-beta3", + "@hyperlane-xyz/helloworld": "1.0.0-beta5", + "@hyperlane-xyz/sdk": "1.0.0-beta5", + "@hyperlane-xyz/utils": "1.0.0-beta5", "@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 a6ffa08105..d002aeb5eb 100644 --- a/typescript/sdk/package.json +++ b/typescript/sdk/package.json @@ -1,11 +1,11 @@ { "name": "@hyperlane-xyz/sdk", "description": "The official SDK for the Hyperlane Network", - "version": "1.0.0-beta3", + "version": "1.0.0-beta5", "dependencies": { "@hyperlane-xyz/celo-ethers-provider": "^0.1.1", - "@hyperlane-xyz/core": "1.0.0-beta3", - "@hyperlane-xyz/utils": "1.0.0-beta3", + "@hyperlane-xyz/core": "1.0.0-beta5", + "@hyperlane-xyz/utils": "1.0.0-beta5", "@wagmi/chains": "^0.1.3", "coingecko-api": "^1.0.10", "cross-fetch": "^3.1.5", diff --git a/typescript/token b/typescript/token index a63436e4eb..ae9d577c23 160000 --- a/typescript/token +++ b/typescript/token @@ -1 +1 @@ -Subproject commit a63436e4ebb222ed7c4c4c2ea18a54065775dbd1 +Subproject commit ae9d577c23dd562183cb9c828bafbb016410e0b2 diff --git a/typescript/utils/package.json b/typescript/utils/package.json index 6243a97d8a..14f6ddc9de 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.0.0-beta3", + "version": "1.0.0-beta5", "dependencies": { "ethers": "^5.7.2" }, diff --git a/yarn.lock b/yarn.lock index 85808d92c1..2910ec103b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3932,11 +3932,11 @@ __metadata: languageName: node linkType: hard -"@hyperlane-xyz/core@1.0.0-beta3, @hyperlane-xyz/core@workspace:solidity": +"@hyperlane-xyz/core@1.0.0-beta5, @hyperlane-xyz/core@workspace:solidity": version: 0.0.0-use.local resolution: "@hyperlane-xyz/core@workspace:solidity" dependencies: - "@hyperlane-xyz/utils": 1.0.0-beta3 + "@hyperlane-xyz/utils": 1.0.0-beta5 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@openzeppelin/contracts": ^4.8.0 @@ -3959,11 +3959,11 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/helloworld@1.0.0-beta3, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": +"@hyperlane-xyz/helloworld@1.0.0-beta5, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": version: 0.0.0-use.local resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld" dependencies: - "@hyperlane-xyz/sdk": 1.0.0-beta3 + "@hyperlane-xyz/sdk": ^1.0.0-beta5 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@openzeppelin/contracts-upgradeable": ^4.8.0 @@ -3995,9 +3995,9 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperlane-xyz/hyperlane-token@workspace:typescript/token" dependencies: - "@hyperlane-xyz/core": 1.0.0-beta3 - "@hyperlane-xyz/sdk": 1.0.0-beta3 - "@hyperlane-xyz/utils": 1.0.0-beta3 + "@hyperlane-xyz/core": 1.0.0-beta5 + "@hyperlane-xyz/sdk": 1.0.0-beta5 + "@hyperlane-xyz/utils": 1.0.0-beta5 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@openzeppelin/contracts-upgradeable": ^4.8.0 @@ -4041,9 +4041,9 @@ __metadata: "@gnosis.pm/safe-ethers-lib": ^1.4.0 "@gnosis.pm/safe-service-client": ^1.2.0 "@hyperlane-xyz/celo-ethers-provider": ^0.1.1 - "@hyperlane-xyz/helloworld": 1.0.0-beta3 - "@hyperlane-xyz/sdk": 1.0.0-beta3 - "@hyperlane-xyz/utils": 1.0.0-beta3 + "@hyperlane-xyz/helloworld": 1.0.0-beta5 + "@hyperlane-xyz/sdk": 1.0.0-beta5 + "@hyperlane-xyz/utils": 1.0.0-beta5 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-etherscan": ^3.0.3 "@nomiclabs/hardhat-waffle": ^2.0.3 @@ -4086,13 +4086,13 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/sdk@1.0.0-beta3, @hyperlane-xyz/sdk@workspace:typescript/sdk": +"@hyperlane-xyz/sdk@1.0.0-beta5, @hyperlane-xyz/sdk@^1.0.0-beta5, @hyperlane-xyz/sdk@workspace:typescript/sdk": version: 0.0.0-use.local resolution: "@hyperlane-xyz/sdk@workspace:typescript/sdk" dependencies: "@hyperlane-xyz/celo-ethers-provider": ^0.1.1 - "@hyperlane-xyz/core": 1.0.0-beta3 - "@hyperlane-xyz/utils": 1.0.0-beta3 + "@hyperlane-xyz/core": 1.0.0-beta5 + "@hyperlane-xyz/utils": 1.0.0-beta5 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@types/coingecko-api": ^1.0.10 @@ -4116,7 +4116,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/utils@1.0.0-beta3, @hyperlane-xyz/utils@workspace:typescript/utils": +"@hyperlane-xyz/utils@1.0.0-beta5, @hyperlane-xyz/utils@workspace:typescript/utils": version: 0.0.0-use.local resolution: "@hyperlane-xyz/utils@workspace:typescript/utils" dependencies: