Bump versions for 1.0.0 (#1582)

pull/1587/head v1.0.0
J M Rossy 2 years ago committed by GitHub
parent e5e794eda4
commit 248a3eb968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      solidity/package.json
  2. 2
      typescript/helloworld
  3. 8
      typescript/infra/package.json
  4. 9
      typescript/sdk/package.json
  5. 2
      typescript/token
  6. 5
      typescript/utils/package.json
  7. 28
      yarn.lock

@ -1,9 +1,9 @@
{
"name": "@hyperlane-xyz/core",
"description": "Core solidity contracts for Hyperlane",
"version": "1.0.0-beta6",
"version": "1.0.0",
"dependencies": {
"@hyperlane-xyz/utils": "1.0.0-beta6",
"@hyperlane-xyz/utils": "1.0.0",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0"
},
@ -52,6 +52,5 @@
"gas": "forge snapshot",
"gas-ci": "yarn gas --check || (echo 'Manually update gas snapshot' && exit 1)"
},
"types": "dist/index.d.ts",
"stableVersion": "1.0.0-beta2"
"types": "dist/index.d.ts"
}

@ -1 +1 @@
Subproject commit d5281806e30ee6302f2f6e4f65555fdf8bd0ec9a
Subproject commit 17a4533f40b2144afd47fc3c734e228b7991e369

@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/infra",
"description": "Infrastructure utilities for the Hyperlane Network",
"version": "1.0.0-beta2",
"version": "1.0.0",
"dependencies": {
"@arbitrum/sdk": "^3.0.0",
"@aws-sdk/client-iam": "^3.74.0",
@ -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-beta6",
"@hyperlane-xyz/sdk": "1.0.0-beta6",
"@hyperlane-xyz/utils": "1.0.0-beta6",
"@hyperlane-xyz/helloworld": "1.0.0",
"@hyperlane-xyz/sdk": "1.0.0",
"@hyperlane-xyz/utils": "1.0.0",
"@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.0.0-beta6",
"version": "1.0.0",
"dependencies": {
"@hyperlane-xyz/celo-ethers-provider": "^0.1.1",
"@hyperlane-xyz/core": "1.0.0-beta6",
"@hyperlane-xyz/utils": "1.0.0-beta6",
"@hyperlane-xyz/core": "1.0.0",
"@hyperlane-xyz/utils": "1.0.0",
"@wagmi/chains": "^0.1.3",
"coingecko-api": "^1.0.10",
"cross-fetch": "^3.1.5",
@ -52,6 +52,5 @@
"test:unit": "mocha --config .mocharc.json './src/**/*.test.ts'",
"test:hardhat": "hardhat test ./src/**/*.hardhat-test.ts"
},
"types": "dist/index.d.ts",
"stableVersion": "1.0.0-beta2"
"types": "dist/index.d.ts"
}

@ -1 +1 @@
Subproject commit befc8d4cc876a046d293737a4933b319b1fd3505
Subproject commit 84a64903545364ca50336e0b62910eca1e9d7567

@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/utils",
"description": "General utilities for the Hyperlane network",
"version": "1.0.0-beta6",
"version": "1.0.0",
"dependencies": {
"ethers": "^5.7.2"
},
@ -29,6 +29,5 @@
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"stableVersion": "1.0.0-beta2"
]
}

@ -3932,11 +3932,11 @@ __metadata:
languageName: node
linkType: hard
"@hyperlane-xyz/core@1.0.0-beta6, @hyperlane-xyz/core@workspace:solidity":
"@hyperlane-xyz/core@1.0.0, @hyperlane-xyz/core@workspace:solidity":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/core@workspace:solidity"
dependencies:
"@hyperlane-xyz/utils": 1.0.0-beta6
"@hyperlane-xyz/utils": 1.0.0
"@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-beta6, @hyperlane-xyz/helloworld@workspace:typescript/helloworld":
"@hyperlane-xyz/helloworld@1.0.0, @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-beta6
"@hyperlane-xyz/sdk": ^1.0.0
"@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-beta6
"@hyperlane-xyz/sdk": 1.0.0-beta6
"@hyperlane-xyz/utils": 1.0.0-beta6
"@hyperlane-xyz/core": 1.0.0
"@hyperlane-xyz/sdk": 1.0.0
"@hyperlane-xyz/utils": 1.0.0
"@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-beta6
"@hyperlane-xyz/sdk": 1.0.0-beta6
"@hyperlane-xyz/utils": 1.0.0-beta6
"@hyperlane-xyz/helloworld": 1.0.0
"@hyperlane-xyz/sdk": 1.0.0
"@hyperlane-xyz/utils": 1.0.0
"@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-beta6, @hyperlane-xyz/sdk@^1.0.0-beta6, @hyperlane-xyz/sdk@workspace:typescript/sdk":
"@hyperlane-xyz/sdk@1.0.0, @hyperlane-xyz/sdk@^1.0.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.0.0-beta6
"@hyperlane-xyz/utils": 1.0.0-beta6
"@hyperlane-xyz/core": 1.0.0
"@hyperlane-xyz/utils": 1.0.0
"@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-beta6, @hyperlane-xyz/utils@workspace:typescript/utils":
"@hyperlane-xyz/utils@1.0.0, @hyperlane-xyz/utils@workspace:typescript/utils":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/utils@workspace:typescript/utils"
dependencies:

Loading…
Cancel
Save