Skip to content

Commit

Permalink
Publish 1.0.0-beta5 (#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
asaj authored Jan 2, 2023
1 parent ece89ba commit b8462f2
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
[submodule "typescript/helloworld"]
path = typescript/helloworld
url = [email protected]:hyperlane-xyz/hyperlane-app-template.git
branch = asaj/upgrade-deps
branch = main
4 changes: 2 additions & 2 deletions solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@hyperlane-xyz/core",
"description": "Core solidity contracts for Hyperlane",
"version": "1.0.0-beta3",
"version": "1.0.0-beta5",
"dependencies": {
"@hyperlane-xyz/utils": "1.0.0-beta3",
"@hyperlane-xyz/utils": "1.0.0-beta5",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion typescript/helloworld
6 changes: 3 additions & 3 deletions typescript/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-beta3",
"@hyperlane-xyz/sdk": "1.0.0-beta3",
"@hyperlane-xyz/utils": "1.0.0-beta3",
"@hyperlane-xyz/helloworld": "1.0.0-beta5",
"@hyperlane-xyz/sdk": "1.0.0-beta5",
"@hyperlane-xyz/utils": "1.0.0-beta5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@safe-global/safe-core-sdk": "3.2.0",
"@safe-global/safe-ethers-lib": "^1.7.0",
Expand Down
6 changes: 3 additions & 3 deletions typescript/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@hyperlane-xyz/sdk",
"description": "The official SDK for the Hyperlane Network",
"version": "1.0.0-beta3",
"version": "1.0.0-beta5",
"dependencies": {
"@hyperlane-xyz/celo-ethers-provider": "^0.1.1",
"@hyperlane-xyz/core": "1.0.0-beta3",
"@hyperlane-xyz/utils": "1.0.0-beta3",
"@hyperlane-xyz/core": "1.0.0-beta5",
"@hyperlane-xyz/utils": "1.0.0-beta5",
"@wagmi/chains": "^0.1.3",
"coingecko-api": "^1.0.10",
"cross-fetch": "^3.1.5",
Expand Down
2 changes: 1 addition & 1 deletion typescript/token
Submodule token updated 2 files
+4 −4 package.json
+34 −43 yarn.lock
2 changes: 1 addition & 1 deletion 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.0.0-beta3",
"version": "1.0.0-beta5",
"dependencies": {
"ethers": "^5.7.2"
},
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3932,11 +3932,11 @@ __metadata:
languageName: node
linkType: hard

"@hyperlane-xyz/[email protected]beta3, @hyperlane-xyz/core@workspace:solidity":
"@hyperlane-xyz/[email protected]beta5, @hyperlane-xyz/core@workspace:solidity":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/core@workspace:solidity"
dependencies:
"@hyperlane-xyz/utils": 1.0.0-beta3
"@hyperlane-xyz/utils": 1.0.0-beta5
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts": ^4.8.0
Expand All @@ -3959,11 +3959,11 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected]beta3, @hyperlane-xyz/helloworld@workspace:typescript/helloworld":
"@hyperlane-xyz/[email protected]beta5, @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-beta3
"@hyperlane-xyz/sdk": ^1.0.0-beta5
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts-upgradeable": ^4.8.0
Expand Down Expand Up @@ -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-beta3
"@hyperlane-xyz/sdk": 1.0.0-beta3
"@hyperlane-xyz/utils": 1.0.0-beta3
"@hyperlane-xyz/core": 1.0.0-beta5
"@hyperlane-xyz/sdk": 1.0.0-beta5
"@hyperlane-xyz/utils": 1.0.0-beta5
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@openzeppelin/contracts-upgradeable": ^4.8.0
Expand Down Expand Up @@ -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-beta3
"@hyperlane-xyz/sdk": 1.0.0-beta3
"@hyperlane-xyz/utils": 1.0.0-beta3
"@hyperlane-xyz/helloworld": 1.0.0-beta5
"@hyperlane-xyz/sdk": 1.0.0-beta5
"@hyperlane-xyz/utils": 1.0.0-beta5
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-etherscan": ^3.0.3
"@nomiclabs/hardhat-waffle": ^2.0.3
Expand Down Expand Up @@ -4086,13 +4086,13 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected]beta3, @hyperlane-xyz/sdk@workspace:typescript/sdk":
"@hyperlane-xyz/[email protected]beta5, @hyperlane-xyz/sdk@^1.0.0-beta5, @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-beta3
"@hyperlane-xyz/utils": 1.0.0-beta3
"@hyperlane-xyz/core": 1.0.0-beta5
"@hyperlane-xyz/utils": 1.0.0-beta5
"@nomiclabs/hardhat-ethers": ^2.2.1
"@nomiclabs/hardhat-waffle": ^2.0.3
"@types/coingecko-api": ^1.0.10
Expand All @@ -4116,7 +4116,7 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected]beta3, @hyperlane-xyz/utils@workspace:typescript/utils":
"@hyperlane-xyz/[email protected]beta5, @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 b8462f2

Please sign in to comment.