From d8fdfe67538bb1a57fbd228ab3a639e337b9e15f Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Mon, 16 Oct 2023 15:17:35 -0400 Subject: [PATCH] Bump versions to 1.5.8 (#2814) --- solidity/package.json | 7 +++--- typescript/cli/package.json | 9 ++++---- typescript/helloworld/package.json | 7 +++--- typescript/infra/package.json | 8 +++---- typescript/sdk/package.json | 9 ++++---- typescript/token/package.json | 11 +++++---- typescript/utils/package.json | 5 ++--- yarn.lock | 36 +++++++++++++++--------------- 8 files changed, 43 insertions(+), 49 deletions(-) diff --git a/solidity/package.json b/solidity/package.json index 9dd5bc2800..e62c3824da 100644 --- a/solidity/package.json +++ b/solidity/package.json @@ -1,10 +1,10 @@ { "name": "@hyperlane-xyz/core", "description": "Core solidity contracts for Hyperlane", - "version": "1.5.4-beta0", + "version": "1.5.8", "dependencies": { "@eth-optimism/contracts": "^0.6.0", - "@hyperlane-xyz/utils": "1.5.4-beta0", + "@hyperlane-xyz/utils": "1.5.8", "@openzeppelin/contracts": "^4.8.0", "@openzeppelin/contracts-upgradeable": "^4.8.0" }, @@ -56,6 +56,5 @@ "gas-ci": "yarn gas --check --tolerance 2 || (echo 'Manually update gas snapshot' && exit 1)", "slither": "slither ." }, - "types": "dist/index.d.ts", - "stableVersion": "1.5.3" + "types": "dist/index.d.ts" } diff --git a/typescript/cli/package.json b/typescript/cli/package.json index 415d83c875..8165af5cc7 100644 --- a/typescript/cli/package.json +++ b/typescript/cli/package.json @@ -1,10 +1,10 @@ { "name": "@hyperlane-xyz/cli", - "version": "1.5.4-beta0", + "version": "1.5.8", "description": "A command-line utility for common Hyperlane operations", "dependencies": { - "@hyperlane-xyz/hyperlane-token": "1.5.4-beta0", - "@hyperlane-xyz/sdk": "1.5.4-beta0", + "@hyperlane-xyz/hyperlane-token": "1.5.8", + "@hyperlane-xyz/sdk": "1.5.8", "@inquirer/prompts": "^3.0.0", "chalk": "^5.3.0", "ethers": "^5.7.2", @@ -53,6 +53,5 @@ "Deployment", "Typescript" ], - "packageManager": "yarn@3.2.0", - "stableVersion": "1.5.3" + "packageManager": "yarn@3.2.0" } diff --git a/typescript/helloworld/package.json b/typescript/helloworld/package.json index 9bcbed5ec6..9181368213 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.5.4-beta0", + "version": "1.5.8", "dependencies": { - "@hyperlane-xyz/sdk": "1.5.4-beta0", + "@hyperlane-xyz/sdk": "1.5.8", "@openzeppelin/contracts-upgradeable": "^4.8.0", "ethers": "^5.7.2" }, @@ -65,6 +65,5 @@ "lodash": "^4.17.21", "async": "^2.6.4", "undici": "^5.11" - }, - "stableVersion": "1.5.3" + } } diff --git a/typescript/infra/package.json b/typescript/infra/package.json index a03b8af044..44fbad3a0e 100644 --- a/typescript/infra/package.json +++ b/typescript/infra/package.json @@ -11,10 +11,10 @@ "@ethersproject/experimental": "^5.7.0", "@ethersproject/hardware-wallets": "^5.7.0", "@ethersproject/providers": "^5.7.2", - "@hyperlane-xyz/helloworld": "1.5.4-beta0", - "@hyperlane-xyz/hyperlane-token": "1.5.4-beta0", - "@hyperlane-xyz/sdk": "1.5.4-beta0", - "@hyperlane-xyz/utils": "1.5.4-beta0", + "@hyperlane-xyz/helloworld": "1.5.8", + "@hyperlane-xyz/hyperlane-token": "1.5.8", + "@hyperlane-xyz/sdk": "1.5.8", + "@hyperlane-xyz/utils": "1.5.8", "@nomiclabs/hardhat-etherscan": "^3.0.3", "@safe-global/api-kit": "^1.3.0", "@safe-global/protocol-kit": "^1.2.0", diff --git a/typescript/sdk/package.json b/typescript/sdk/package.json index c2bca6b4d3..e32902fdf2 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.5.4-beta0", + "version": "1.5.8", "dependencies": { - "@hyperlane-xyz/core": "1.5.4-beta0", - "@hyperlane-xyz/utils": "1.5.4-beta0", + "@hyperlane-xyz/core": "1.5.8", + "@hyperlane-xyz/utils": "1.5.8", "@solana/web3.js": "^1.78.0", "@types/coingecko-api": "^1.0.10", "@types/debug": "^4.1.7", @@ -57,6 +57,5 @@ "test:unit": "mocha --config .mocharc.json './src/**/*.test.ts'", "test:hardhat": "hardhat test $(find ./src -name \"*.hardhat-test.ts\")" }, - "types": "dist/index.d.ts", - "stableVersion": "1.5.3" + "types": "dist/index.d.ts" } diff --git a/typescript/token/package.json b/typescript/token/package.json index 092ffcca50..250b0aee16 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.5.4-beta0", + "version": "1.5.8", "dependencies": { - "@hyperlane-xyz/core": "1.5.4-beta0", - "@hyperlane-xyz/sdk": "1.5.4-beta0", - "@hyperlane-xyz/utils": "1.5.4-beta0", + "@hyperlane-xyz/core": "1.5.8", + "@hyperlane-xyz/sdk": "1.5.8", + "@hyperlane-xyz/utils": "1.5.8", "@openzeppelin/contracts-upgradeable": "^4.8.0", "@solana/spl-token": "^0.3.8", "ethers": "^5.7.2" @@ -62,6 +62,5 @@ "test": "hardhat test ./test/*.test.ts", "deploy-warp-route": "DEBUG=* ts-node scripts/deploy" }, - "types": "dist/index.d.ts", - "stableVersion": "1.5.3" + "types": "dist/index.d.ts" } diff --git a/typescript/utils/package.json b/typescript/utils/package.json index baaa9ec843..e679481873 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": "1.5.4-beta0", + "version": "1.5.8", "dependencies": { "@solana/web3.js": "^1.78.0", "bignumber.js": "^9.1.1", @@ -32,6 +32,5 @@ "types": "dist/index.d.ts", "files": [ "/dist" - ], - "stableVersion": "1.5.3" + ] } diff --git a/yarn.lock b/yarn.lock index 69f772de4f..91517e2cd4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3856,8 +3856,8 @@ __metadata: version: 0.0.0-use.local resolution: "@hyperlane-xyz/cli@workspace:typescript/cli" dependencies: - "@hyperlane-xyz/hyperlane-token": 1.5.4-beta0 - "@hyperlane-xyz/sdk": 1.5.4-beta0 + "@hyperlane-xyz/hyperlane-token": 1.5.8 + "@hyperlane-xyz/sdk": 1.5.8 "@inquirer/prompts": ^3.0.0 "@types/node": ^18.14.5 "@types/yargs": ^17.0.24 @@ -3877,12 +3877,12 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/core@1.5.4-beta0, @hyperlane-xyz/core@workspace:solidity": +"@hyperlane-xyz/core@1.5.8, @hyperlane-xyz/core@workspace:solidity": version: 0.0.0-use.local resolution: "@hyperlane-xyz/core@workspace:solidity" dependencies: "@eth-optimism/contracts": ^0.6.0 - "@hyperlane-xyz/utils": 1.5.4-beta0 + "@hyperlane-xyz/utils": 1.5.8 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@openzeppelin/contracts": ^4.8.0 @@ -3905,11 +3905,11 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/helloworld@1.5.4-beta0, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": +"@hyperlane-xyz/helloworld@1.5.8, @hyperlane-xyz/helloworld@workspace:typescript/helloworld": version: 0.0.0-use.local resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld" dependencies: - "@hyperlane-xyz/sdk": 1.5.4-beta0 + "@hyperlane-xyz/sdk": 1.5.8 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@openzeppelin/contracts-upgradeable": ^4.8.0 @@ -3937,13 +3937,13 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/hyperlane-token@1.5.4-beta0, @hyperlane-xyz/hyperlane-token@workspace:typescript/token": +"@hyperlane-xyz/hyperlane-token@1.5.8, @hyperlane-xyz/hyperlane-token@workspace:typescript/token": version: 0.0.0-use.local resolution: "@hyperlane-xyz/hyperlane-token@workspace:typescript/token" dependencies: - "@hyperlane-xyz/core": 1.5.4-beta0 - "@hyperlane-xyz/sdk": 1.5.4-beta0 - "@hyperlane-xyz/utils": 1.5.4-beta0 + "@hyperlane-xyz/core": 1.5.8 + "@hyperlane-xyz/sdk": 1.5.8 + "@hyperlane-xyz/utils": 1.5.8 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@openzeppelin/contracts-upgradeable": ^4.8.0 @@ -3984,10 +3984,10 @@ __metadata: "@ethersproject/experimental": ^5.7.0 "@ethersproject/hardware-wallets": ^5.7.0 "@ethersproject/providers": ^5.7.2 - "@hyperlane-xyz/helloworld": 1.5.4-beta0 - "@hyperlane-xyz/hyperlane-token": 1.5.4-beta0 - "@hyperlane-xyz/sdk": 1.5.4-beta0 - "@hyperlane-xyz/utils": 1.5.4-beta0 + "@hyperlane-xyz/helloworld": 1.5.8 + "@hyperlane-xyz/hyperlane-token": 1.5.8 + "@hyperlane-xyz/sdk": 1.5.8 + "@hyperlane-xyz/utils": 1.5.8 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-etherscan": ^3.0.3 "@nomiclabs/hardhat-waffle": ^2.0.3 @@ -4030,12 +4030,12 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/sdk@1.5.4-beta0, @hyperlane-xyz/sdk@workspace:typescript/sdk": +"@hyperlane-xyz/sdk@1.5.8, @hyperlane-xyz/sdk@workspace:typescript/sdk": version: 0.0.0-use.local resolution: "@hyperlane-xyz/sdk@workspace:typescript/sdk" dependencies: - "@hyperlane-xyz/core": 1.5.4-beta0 - "@hyperlane-xyz/utils": 1.5.4-beta0 + "@hyperlane-xyz/core": 1.5.8 + "@hyperlane-xyz/utils": 1.5.8 "@nomiclabs/hardhat-ethers": ^2.2.1 "@nomiclabs/hardhat-waffle": ^2.0.3 "@solana/web3.js": ^1.78.0 @@ -4064,7 +4064,7 @@ __metadata: languageName: unknown linkType: soft -"@hyperlane-xyz/utils@1.5.4-beta0, @hyperlane-xyz/utils@workspace:typescript/utils": +"@hyperlane-xyz/utils@1.5.8, @hyperlane-xyz/utils@workspace:typescript/utils": version: 0.0.0-use.local resolution: "@hyperlane-xyz/utils@workspace:typescript/utils" dependencies: