Release v1.1.2 (#1691)

pull/1694/head
Asa Oines 2 years ago committed by GitHub
parent 0477ee11ef
commit 4a086fc593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      solidity/package.json
  2. 4
      typescript/infra/package.json
  3. 6
      typescript/sdk/package.json
  4. 2
      typescript/utils/package.json
  5. 52
      yarn.lock

@ -1,9 +1,9 @@
{
"name": "@hyperlane-xyz/core",
"description": "Core solidity contracts for Hyperlane",
"version": "1.1.1",
"version": "1.1.2",
"dependencies": {
"@hyperlane-xyz/utils": "1.1.1",
"@hyperlane-xyz/utils": "1.1.2",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0"
},

@ -16,8 +16,8 @@
"@gnosis.pm/safe-service-client": "^1.2.0",
"@hyperlane-xyz/celo-ethers-provider": "^0.1.1",
"@hyperlane-xyz/helloworld": "1.1.0",
"@hyperlane-xyz/sdk": "1.1.1",
"@hyperlane-xyz/utils": "1.1.1",
"@hyperlane-xyz/sdk": "1.1.2",
"@hyperlane-xyz/utils": "1.1.2",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@safe-global/safe-core-sdk": "3.2.0",
"@safe-global/safe-ethers-lib": "^1.7.0",

@ -1,11 +1,11 @@
{
"name": "@hyperlane-xyz/sdk",
"description": "The official SDK for the Hyperlane Network",
"version": "1.1.1",
"version": "1.1.2",
"dependencies": {
"@hyperlane-xyz/celo-ethers-provider": "^0.1.1",
"@hyperlane-xyz/core": "1.1.1",
"@hyperlane-xyz/utils": "1.1.1",
"@hyperlane-xyz/core": "1.1.2",
"@hyperlane-xyz/utils": "1.1.2",
"@wagmi/chains": "^0.1.3",
"coingecko-api": "^1.0.10",
"cross-fetch": "^3.1.5",

@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/utils",
"description": "General utilities for the Hyperlane network",
"version": "1.1.1",
"version": "1.1.2",
"dependencies": {
"ethers": "^5.7.2"
},

@ -3932,11 +3932,11 @@ __metadata:
languageName: node
linkType: hard
"@hyperlane-xyz/core@1.1.1, @hyperlane-xyz/core@workspace:solidity":
"@hyperlane-xyz/core@1.1.2, @hyperlane-xyz/core@workspace:solidity":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/core@workspace:solidity"
dependencies:
"@hyperlane-xyz/utils": 1.1.1
"@hyperlane-xyz/utils": 1.1.2
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts": ^4.8.0
@ -3959,6 +3959,17 @@ __metadata:
languageName: unknown
linkType: soft
"@hyperlane-xyz/core@npm:1.1.1":
version: 1.1.1
resolution: "@hyperlane-xyz/core@npm:1.1.1"
dependencies:
"@hyperlane-xyz/utils": 1.1.1
"@openzeppelin/contracts": ^4.8.0
"@openzeppelin/contracts-upgradeable": ^4.8.0
checksum: e1649b4389cf8f2238c20c6461644b91527f5d9a5141893db4a434b8f7e50a7244093d74d1ba8ddf665eefb8b57bc18ec0a8a4a2dd0f0b62e1682925ba6082f5
languageName: node
linkType: hard
"@hyperlane-xyz/helloworld@1.1.0, @hyperlane-xyz/helloworld@workspace:typescript/helloworld":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld"
@ -4042,8 +4053,8 @@ __metadata:
"@gnosis.pm/safe-service-client": ^1.2.0
"@hyperlane-xyz/celo-ethers-provider": ^0.1.1
"@hyperlane-xyz/helloworld": 1.1.0
"@hyperlane-xyz/sdk": 1.1.1
"@hyperlane-xyz/utils": 1.1.1
"@hyperlane-xyz/sdk": 1.1.2
"@hyperlane-xyz/utils": 1.1.2
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-etherscan": ^3.0.3
"@nomiclabs/hardhat-waffle": ^2.0.3
@ -4086,13 +4097,13 @@ __metadata:
languageName: unknown
linkType: soft
"@hyperlane-xyz/sdk@1.1.1, @hyperlane-xyz/sdk@^1.1.0, @hyperlane-xyz/sdk@workspace:typescript/sdk":
"@hyperlane-xyz/sdk@1.1.2, @hyperlane-xyz/sdk@^1.1.0, @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.1.1
"@hyperlane-xyz/utils": 1.1.1
"@hyperlane-xyz/core": 1.1.2
"@hyperlane-xyz/utils": 1.1.2
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@types/coingecko-api": ^1.0.10
@ -4116,7 +4127,23 @@ __metadata:
languageName: unknown
linkType: soft
"@hyperlane-xyz/utils@1.1.1, @hyperlane-xyz/utils@workspace:typescript/utils":
"@hyperlane-xyz/sdk@npm:1.1.1":
version: 1.1.1
resolution: "@hyperlane-xyz/sdk@npm:1.1.1"
dependencies:
"@hyperlane-xyz/celo-ethers-provider": ^0.1.1
"@hyperlane-xyz/core": 1.1.1
"@hyperlane-xyz/utils": 1.1.1
"@wagmi/chains": ^0.1.3
coingecko-api: ^1.0.10
cross-fetch: ^3.1.5
debug: ^4.3.4
ethers: ^5.7.2
checksum: 7f2dd06c4f41ff2f112c38e287aa497f67c1568db9289bc03445195497b89b0c0dde5f6d5d81aca6b6b47a7b0a7f13acf634a41d6adbf074ecff01e36024ba2a
languageName: node
linkType: hard
"@hyperlane-xyz/utils@1.1.2, @hyperlane-xyz/utils@workspace:typescript/utils":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/utils@workspace:typescript/utils"
dependencies:
@ -4127,6 +4154,15 @@ __metadata:
languageName: unknown
linkType: soft
"@hyperlane-xyz/utils@npm:1.1.1":
version: 1.1.1
resolution: "@hyperlane-xyz/utils@npm:1.1.1"
dependencies:
ethers: ^5.7.2
checksum: 6f0088ae3cb7522655621512c0d8a3a0b0acf02be9bbe54db15ad97809117de99f4caf9a13a043233ca04c5d89f30fbdc158c02e9178dc4e6455af1c5b81d786
languageName: node
linkType: hard
"@jridgewell/gen-mapping@npm:^0.3.0":
version: 0.3.1
resolution: "@jridgewell/gen-mapping@npm:0.3.1"

Loading…
Cancel
Save