diff --git a/solidity/package.json b/solidity/package.json index 7fd72e4d6..4e7b48f7e 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-beta2", + "version": "1.0.0-beta3", "dependencies": { - "@hyperlane-xyz/utils": "1.0.0-beta2", + "@hyperlane-xyz/utils": "1.0.0-beta3", "@openzeppelin/contracts": "^4.8.0", "@openzeppelin/contracts-upgradeable": "^4.8.0" }, @@ -50,5 +50,6 @@ "test": "hardhat test && forge test -vvv", "gas": "forge snapshot --check" }, - "types": "dist/index.d.ts" + "types": "dist/index.d.ts", + "stableVersion": "1.0.0-beta2" } diff --git a/typescript/helloworld/package.json b/typescript/helloworld/package.json index 4215b3e9e..f25afa1a7 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.0.0-beta2", + "version": "1.0.0-beta3", "dependencies": { - "@hyperlane-xyz/sdk": "1.0.0-beta2", + "@hyperlane-xyz/sdk": "1.0.0-beta3", "@openzeppelin/contracts-upgradeable": "^4.8.0", "ethers": "^5.6.8" }, @@ -65,5 +65,6 @@ "lodash": "^4.17.21", "async": "^2.6.4", "undici": "^5.11" - } + }, + "stableVersion": "1.0.0-beta2" } diff --git a/typescript/infra/package.json b/typescript/infra/package.json index 281ecf840..f8928fc9e 100644 --- a/typescript/infra/package.json +++ b/typescript/infra/package.json @@ -12,9 +12,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-beta2", - "@hyperlane-xyz/sdk": "1.0.0-beta2", - "@hyperlane-xyz/utils": "1.0.0-beta2", + "@hyperlane-xyz/helloworld": "1.0.0-beta3", + "@hyperlane-xyz/sdk": "1.0.0-beta3", + "@hyperlane-xyz/utils": "1.0.0-beta3", "@nomiclabs/hardhat-etherscan": "^3.0.3", "asn1.js": "5.4.1", "aws-kms-ethers-signer": "^0.1.3", diff --git a/typescript/sdk/package.json b/typescript/sdk/package.json index af6139459..729ad17db 100644 --- a/typescript/sdk/package.json +++ b/typescript/sdk/package.json @@ -1,12 +1,12 @@ { "name": "@hyperlane-xyz/sdk", "description": "The official SDK for the Hyperlane Network", - "version": "1.0.0-beta2", + "version": "1.0.0-beta3", "dependencies": { "@hyperlane-xyz/celo-ethers-provider": "^0.1.1", - "@hyperlane-xyz/core": "1.0.0-beta2", - "@hyperlane-xyz/utils": "1.0.0-beta2", - "@types/debug": "^4.1.7", + "@hyperlane-xyz/core": "1.0.0-beta3", + "@hyperlane-xyz/utils": "1.0.0-beta3", + "@wagmi/chains": "^0.1.3", "coingecko-api": "^1.0.10", "cross-fetch": "^3.1.5", "debug": "^4.3.4", @@ -16,8 +16,8 @@ "@nomiclabs/hardhat-ethers": "^2.0.5", "@nomiclabs/hardhat-waffle": "^2.0.2", "@types/coingecko-api": "^1.0.10", + "@types/debug": "^4.1.7", "@types/node": "^16.9.1", - "@wagmi/chains": "^0.1.3", "chai": "^4.3.6", "dotenv": "^10.0.0", "ethereum-waffle": "^3.4.4", @@ -52,5 +52,6 @@ "test:unit": "mocha --config .mocharc.json './src/**/*.test.ts'", "test:hardhat": "hardhat test ./src/**/*.hardhat-test.ts" }, - "types": "dist/index.d.ts" + "types": "dist/index.d.ts", + "stableVersion": "1.0.0-beta2" } diff --git a/typescript/token/package.json b/typescript/token/package.json index 15fafe961..436bb515c 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.0.0-beta2", + "version": "1.0.0-beta3", "dependencies": { - "@hyperlane-xyz/core": "1.0.0-beta2", - "@hyperlane-xyz/sdk": "1.0.0-beta2", - "@hyperlane-xyz/utils": "1.0.0-beta2", + "@hyperlane-xyz/core": "1.0.0-beta3", + "@hyperlane-xyz/sdk": "1.0.0-beta3", + "@hyperlane-xyz/utils": "1.0.0-beta3", "@openzeppelin/contracts-upgradeable": "^4.8.0", "ethers": "^5.6.8" }, @@ -58,5 +58,6 @@ "prettier": "prettier --write ./contracts ./test", "test": "hardhat test ./test/*.test.ts" }, - "types": "dist/index.d.ts" + "types": "dist/index.d.ts", + "stableVersion": "1.0.0-beta2" } diff --git a/typescript/utils/package.json b/typescript/utils/package.json index 94d88ea87..0cbbc879c 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-beta2", + "version": "1.0.0-beta3", "dependencies": { "ethers": "^5.6.8" }, @@ -29,5 +29,6 @@ "types": "dist/index.d.ts", "files": [ "/dist" - ] + ], + "stableVersion": "1.0.0-beta2" } diff --git a/yarn.lock b/yarn.lock index ca6bc358a..2eb97b493 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3686,11 +3686,11 @@ __metadata: languageName: node linkType: hard -"@hyperlane-xyz/core@1.0.0-beta2, @hyperlane-xyz/core@workspace:solidity": +"@hyperlane-xyz/core@1.0.0-beta3, @hyperlane-xyz/core@workspace:solidity": version: 0.0.0-use.local resolution: "@hyperlane-xyz/core@workspace:solidity" dependencies: - "@hyperlane-xyz/utils": 1.0.0-beta2 + "@hyperlane-xyz/utils": 1.0.0-beta3 "@nomiclabs/hardhat-ethers": ^2.0.5 "@nomiclabs/hardhat-waffle": ^2.0.2 "@openzeppelin/contracts": ^4.8.0 @@ -3713,11 +3713,11 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/helloworld@1.0.0-beta2, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": +"@hyperlane-xyz/helloworld@1.0.0-beta3, @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-beta2 + "@hyperlane-xyz/sdk": 1.0.0-beta3 "@nomiclabs/hardhat-ethers": ^2.0.5 "@nomiclabs/hardhat-waffle": ^2.0.2 "@openzeppelin/contracts-upgradeable": ^4.8.0 @@ -3749,9 +3749,9 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperlane-xyz/hyperlane-token@workspace:typescript/token" dependencies: - "@hyperlane-xyz/core": 1.0.0-beta2 - "@hyperlane-xyz/sdk": 1.0.0-beta2 - "@hyperlane-xyz/utils": 1.0.0-beta2 + "@hyperlane-xyz/core": 1.0.0-beta3 + "@hyperlane-xyz/sdk": 1.0.0-beta3 + "@hyperlane-xyz/utils": 1.0.0-beta3 "@nomiclabs/hardhat-ethers": ^2.0.5 "@nomiclabs/hardhat-waffle": ^2.0.2 "@openzeppelin/contracts-upgradeable": ^4.8.0 @@ -3792,9 +3792,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-beta2 - "@hyperlane-xyz/sdk": 1.0.0-beta2 - "@hyperlane-xyz/utils": 1.0.0-beta2 + "@hyperlane-xyz/helloworld": 1.0.0-beta3 + "@hyperlane-xyz/sdk": 1.0.0-beta3 + "@hyperlane-xyz/utils": 1.0.0-beta3 "@nomiclabs/hardhat-ethers": ^2.0.5 "@nomiclabs/hardhat-etherscan": ^3.0.3 "@nomiclabs/hardhat-waffle": ^2.0.2 @@ -3834,13 +3834,13 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/sdk@1.0.0-beta2, @hyperlane-xyz/sdk@workspace:typescript/sdk": +"@hyperlane-xyz/sdk@1.0.0-beta3, @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-beta2 - "@hyperlane-xyz/utils": 1.0.0-beta2 + "@hyperlane-xyz/core": 1.0.0-beta3 + "@hyperlane-xyz/utils": 1.0.0-beta3 "@nomiclabs/hardhat-ethers": ^2.0.5 "@nomiclabs/hardhat-waffle": ^2.0.2 "@types/coingecko-api": ^1.0.10 @@ -3864,7 +3864,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/utils@1.0.0-beta2, @hyperlane-xyz/utils@workspace:typescript/utils": +"@hyperlane-xyz/utils@1.0.0-beta3, @hyperlane-xyz/utils@workspace:typescript/utils": version: 0.0.0-use.local resolution: "@hyperlane-xyz/utils@workspace:typescript/utils" dependencies: