Skip to content

Commit

Permalink
Bump versions to 1.4.3-beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Aug 2, 2023
1 parent 91e4262 commit aff0499
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 42 deletions.
7 changes: 4 additions & 3 deletions solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@hyperlane-xyz/core",
"description": "Core solidity contracts for Hyperlane",
"version": "1.4.2",
"version": "1.4.3-beta0",
"dependencies": {
"@eth-optimism/contracts": "^0.6.0",
"@hyperlane-xyz/utils": "1.4.2",
"@hyperlane-xyz/utils": "1.4.3-beta0",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0"
},
Expand Down Expand Up @@ -57,5 +57,6 @@
"gas-ci": "yarn gas --check --tolerance 2 || (echo 'Manually update gas snapshot' && exit 1)",
"slither": "slither ."
},
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"stableVersion": "1.4.2"
}
9 changes: 5 additions & 4 deletions typescript/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@hyperlane-xyz/cli",
"version": "1.4.2",
"version": "1.4.3-beta0",
"description": "A command-line utility for common Hyperlane operations",
"dependencies": {
"@hyperlane-xyz/hyperlane-token": "1.4.2",
"@hyperlane-xyz/sdk": "1.4.2",
"@hyperlane-xyz/hyperlane-token": "1.4.3-beta0",
"@hyperlane-xyz/sdk": "1.4.3-beta0",
"@inquirer/prompts": "^3.0.0",
"chalk": "^5.3.0",
"ethers": "^5.7.2",
Expand Down Expand Up @@ -53,5 +53,6 @@
"Deployment",
"Typescript"
],
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"stableVersion": "1.4.2"
}
7 changes: 4 additions & 3 deletions typescript/helloworld/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@hyperlane-xyz/helloworld",
"description": "A basic skeleton of an Hyperlane app",
"version": "1.4.2",
"version": "1.4.3-beta0",
"dependencies": {
"@hyperlane-xyz/sdk": "1.4.2",
"@hyperlane-xyz/sdk": "1.4.3-beta0",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"ethers": "^5.7.2"
},
Expand Down Expand Up @@ -65,5 +65,6 @@
"lodash": "^4.17.21",
"async": "^2.6.4",
"undici": "^5.11"
}
},
"stableVersion": "1.4.2"
}
8 changes: 4 additions & 4 deletions typescript/infra/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/infra",
"description": "Infrastructure utilities for the Hyperlane Network",
"version": "1.4.1",
"version": "1.4.3-beta0",
"dependencies": {
"@arbitrum/sdk": "^3.0.0",
"@aws-sdk/client-iam": "^3.74.0",
Expand All @@ -11,9 +11,9 @@
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/hardware-wallets": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@hyperlane-xyz/helloworld": "1.4.2",
"@hyperlane-xyz/sdk": "1.4.2",
"@hyperlane-xyz/utils": "1.4.2",
"@hyperlane-xyz/helloworld": "1.4.3-beta0",
"@hyperlane-xyz/sdk": "1.4.3-beta0",
"@hyperlane-xyz/utils": "1.4.3-beta0",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@safe-global/api-kit": "^1.1.0",
"@safe-global/protocol-kit": "^1.0.1",
Expand Down
9 changes: 5 additions & 4 deletions typescript/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@hyperlane-xyz/sdk",
"description": "The official SDK for the Hyperlane Network",
"version": "1.4.2",
"version": "1.4.3-beta0",
"dependencies": {
"@hyperlane-xyz/core": "1.4.2",
"@hyperlane-xyz/utils": "1.4.2",
"@hyperlane-xyz/core": "1.4.3-beta0",
"@hyperlane-xyz/utils": "1.4.3-beta0",
"@types/coingecko-api": "^1.0.10",
"@types/debug": "^4.1.7",
"@wagmi/chains": "^0.2.6",
Expand Down Expand Up @@ -54,5 +54,6 @@
"test:unit": "mocha --config .mocharc.json './src/**/*.test.ts'",
"test:hardhat": "hardhat test $(find ./src -name \"*.hardhat-test.ts\")"
},
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"stableVersion": "1.4.2"
}
11 changes: 6 additions & 5 deletions typescript/token/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@hyperlane-xyz/hyperlane-token",
"description": "A template for interchain ERC20 and ERC721 tokens using Hyperlane",
"version": "1.4.2",
"version": "1.4.3-beta0",
"dependencies": {
"@hyperlane-xyz/core": "1.4.2",
"@hyperlane-xyz/sdk": "1.4.2",
"@hyperlane-xyz/utils": "1.4.2",
"@hyperlane-xyz/core": "1.4.3-beta0",
"@hyperlane-xyz/sdk": "1.4.3-beta0",
"@hyperlane-xyz/utils": "1.4.3-beta0",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"ethers": "^5.7.2"
},
Expand Down Expand Up @@ -61,5 +61,6 @@
"test": "hardhat test ./test/*.test.ts",
"deploy-warp-route": "DEBUG=* ts-node scripts/deploy"
},
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"stableVersion": "1.4.2"
}
5 changes: 3 additions & 2 deletions typescript/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/utils",
"description": "General utilities for the Hyperlane network",
"version": "1.4.2",
"version": "1.4.3-beta0",
"dependencies": {
"ethers": "^5.7.2"
},
Expand Down Expand Up @@ -29,5 +29,6 @@
"types": "dist/index.d.ts",
"files": [
"/dist"
]
],
"stableVersion": "1.4.2"
}
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3803,8 +3803,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/cli@workspace:typescript/cli"
dependencies:
"@hyperlane-xyz/hyperlane-token": 1.4.2
"@hyperlane-xyz/sdk": 1.4.2
"@hyperlane-xyz/hyperlane-token": 1.4.3-beta0
"@hyperlane-xyz/sdk": 1.4.3-beta0
"@inquirer/prompts": ^3.0.0
"@types/node": ^18.14.5
"@types/yargs": ^17.0.24
Expand All @@ -3824,12 +3824,12 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected].2, @hyperlane-xyz/core@workspace:solidity":
"@hyperlane-xyz/[email protected].3-beta0, @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.4.2
"@hyperlane-xyz/utils": 1.4.3-beta0
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts": ^4.8.0
Expand All @@ -3852,11 +3852,11 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected].2, @hyperlane-xyz/helloworld@workspace:typescript/helloworld":
"@hyperlane-xyz/[email protected].3-beta0, @hyperlane-xyz/helloworld@workspace:typescript/helloworld":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld"
dependencies:
"@hyperlane-xyz/sdk": 1.4.2
"@hyperlane-xyz/sdk": 1.4.3-beta0
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts-upgradeable": ^4.8.0
Expand Down Expand Up @@ -3884,13 +3884,13 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected].2, @hyperlane-xyz/hyperlane-token@workspace:typescript/token":
"@hyperlane-xyz/[email protected].3-beta0, @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.4.2
"@hyperlane-xyz/sdk": 1.4.2
"@hyperlane-xyz/utils": 1.4.2
"@hyperlane-xyz/core": 1.4.3-beta0
"@hyperlane-xyz/sdk": 1.4.3-beta0
"@hyperlane-xyz/utils": 1.4.3-beta0
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts-upgradeable": ^4.8.0
Expand Down Expand Up @@ -3930,9 +3930,9 @@ __metadata:
"@ethersproject/experimental": ^5.7.0
"@ethersproject/hardware-wallets": ^5.7.0
"@ethersproject/providers": ^5.7.2
"@hyperlane-xyz/helloworld": 1.4.2
"@hyperlane-xyz/sdk": 1.4.2
"@hyperlane-xyz/utils": 1.4.2
"@hyperlane-xyz/helloworld": 1.4.3-beta0
"@hyperlane-xyz/sdk": 1.4.3-beta0
"@hyperlane-xyz/utils": 1.4.3-beta0
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-etherscan": ^3.0.3
"@nomiclabs/hardhat-waffle": ^2.0.3
Expand Down Expand Up @@ -3975,12 +3975,12 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected].2, @hyperlane-xyz/sdk@workspace:typescript/sdk":
"@hyperlane-xyz/[email protected].3-beta0, @hyperlane-xyz/sdk@workspace:typescript/sdk":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/sdk@workspace:typescript/sdk"
dependencies:
"@hyperlane-xyz/core": 1.4.2
"@hyperlane-xyz/utils": 1.4.2
"@hyperlane-xyz/core": 1.4.3-beta0
"@hyperlane-xyz/utils": 1.4.3-beta0
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@types/coingecko-api": ^1.0.10
Expand All @@ -4006,7 +4006,7 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected].2, @hyperlane-xyz/utils@workspace:typescript/utils":
"@hyperlane-xyz/[email protected].3-beta0, @hyperlane-xyz/utils@workspace:typescript/utils":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/utils@workspace:typescript/utils"
dependencies:
Expand Down

0 comments on commit aff0499

Please sign in to comment.