Skip to content

Commit

Permalink
Bump packages to 0.5.0 (#1151)
Browse files Browse the repository at this point in the history
Bump package version numbers from 0.5.0-beta0 to 0.5.0 for final release
  • Loading branch information
jmrossy authored Oct 13, 2022
1 parent 7af49ed commit da5c504
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions solidity/app/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@hyperlane-xyz/app",
"description": "Solidity contracts for Hyperlane apps",
"version": "0.5.0-beta0",
"version": "0.5.0",
"dependencies": {
"@hyperlane-xyz/core": "0.5.0-beta0",
"@hyperlane-xyz/utils": "0.5.0-beta0",
"@hyperlane-xyz/core": "0.5.0",
"@hyperlane-xyz/utils": "0.5.0",
"@openzeppelin/contracts-upgradeable": "^4.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions solidity/core/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": "0.5.0-beta0",
"version": "0.5.0",
"dependencies": {
"@hyperlane-xyz/utils": "0.5.0-beta0",
"@hyperlane-xyz/utils": "0.5.0",
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0"
},
Expand Down
6 changes: 3 additions & 3 deletions typescript/helloworld/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@hyperlane-xyz/helloworld",
"description": "A basic skeleton of an Hyperlane app",
"version": "0.5.0-beta0",
"version": "0.5.0",
"dependencies": {
"@hyperlane-xyz/sdk": "^0.5.0-beta0",
"@hyperlane-xyz/utils": "^0.5.0-beta0",
"@hyperlane-xyz/sdk": "^0.5.0",
"@hyperlane-xyz/utils": "^0.5.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"ethers": "^5.6.8"
},
Expand Down
8 changes: 4 additions & 4 deletions typescript/ica/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@hyperlane-xyz/interchain-accounts",
"description": "A router middleware for interchain accounts",
"version": "0.5.0-beta0",
"version": "0.5.0",
"dependencies": {
"@hyperlane-xyz/app": "0.5.0-beta0",
"@hyperlane-xyz/sdk": "0.5.0-beta0",
"@hyperlane-xyz/utils": "0.5.0-beta0",
"@hyperlane-xyz/app": "0.5.0",
"@hyperlane-xyz/sdk": "0.5.0",
"@hyperlane-xyz/utils": "0.5.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"ethers": "^5.6.8"
},
Expand Down
8 changes: 4 additions & 4 deletions typescript/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"@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": "0.5.0-beta0",
"@hyperlane-xyz/interchain-accounts": "0.5.0-beta0",
"@hyperlane-xyz/sdk": "0.5.0-beta0",
"@hyperlane-xyz/utils": "0.5.0-beta0",
"@hyperlane-xyz/helloworld": "0.5.0",
"@hyperlane-xyz/interchain-accounts": "0.5.0",
"@hyperlane-xyz/sdk": "0.5.0",
"@hyperlane-xyz/utils": "0.5.0",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"asn1.js": "5.4.1",
"aws-kms-ethers-signer": "^0.1.3",
Expand Down
8 changes: 4 additions & 4 deletions typescript/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@hyperlane-xyz/sdk",
"description": "The official SDK for the Hyperlane Network",
"version": "0.5.0-beta0",
"version": "0.5.0",
"dependencies": {
"@hyperlane-xyz/app": "0.5.0-beta0",
"@hyperlane-xyz/app": "0.5.0",
"@hyperlane-xyz/celo-ethers-provider": "^0.1.1",
"@hyperlane-xyz/core": "0.5.0-beta0",
"@hyperlane-xyz/utils": "0.5.0-beta0",
"@hyperlane-xyz/core": "0.5.0",
"@hyperlane-xyz/utils": "0.5.0",
"@types/debug": "^4.1.7",
"coingecko-api": "^1.0.10",
"cross-fetch": "^3.1.5",
Expand Down
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": "0.5.0-beta0",
"version": "0.5.0",
"dependencies": {
"ethers": "^5.6.8"
},
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3677,12 +3677,12 @@ __metadata:
languageName: node
linkType: hard

"@hyperlane-xyz/[email protected]-beta0, @hyperlane-xyz/app@workspace:solidity/app":
"@hyperlane-xyz/[email protected], @hyperlane-xyz/app@workspace:solidity/app":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/app@workspace:solidity/app"
dependencies:
"@hyperlane-xyz/core": 0.5.0-beta0
"@hyperlane-xyz/utils": 0.5.0-beta0
"@hyperlane-xyz/core": 0.5.0
"@hyperlane-xyz/utils": 0.5.0
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-waffle": ^2.0.2
"@openzeppelin/contracts-upgradeable": ^4.5.0
Expand Down Expand Up @@ -3714,11 +3714,11 @@ __metadata:
languageName: node
linkType: hard

"@hyperlane-xyz/[email protected]-beta0, @hyperlane-xyz/core@workspace:solidity/core":
"@hyperlane-xyz/[email protected], @hyperlane-xyz/core@workspace:solidity/core":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/core@workspace:solidity/core"
dependencies:
"@hyperlane-xyz/utils": 0.5.0-beta0
"@hyperlane-xyz/utils": 0.5.0
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-waffle": ^2.0.2
"@openzeppelin/contracts": ^4.6.0
Expand All @@ -3741,12 +3741,12 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected]-beta0, @hyperlane-xyz/helloworld@workspace:typescript/helloworld":
"@hyperlane-xyz/[email protected], @hyperlane-xyz/helloworld@workspace:typescript/helloworld":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/helloworld@workspace:typescript/helloworld"
dependencies:
"@hyperlane-xyz/sdk": ^0.5.0-beta0
"@hyperlane-xyz/utils": ^0.5.0-beta0
"@hyperlane-xyz/sdk": ^0.5.0
"@hyperlane-xyz/utils": ^0.5.0
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-waffle": ^2.0.2
"@openzeppelin/contracts-upgradeable": ^4.6.0
Expand Down Expand Up @@ -3787,10 +3787,10 @@ __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": 0.5.0-beta0
"@hyperlane-xyz/interchain-accounts": 0.5.0-beta0
"@hyperlane-xyz/sdk": 0.5.0-beta0
"@hyperlane-xyz/utils": 0.5.0-beta0
"@hyperlane-xyz/helloworld": 0.5.0
"@hyperlane-xyz/interchain-accounts": 0.5.0
"@hyperlane-xyz/sdk": 0.5.0
"@hyperlane-xyz/utils": 0.5.0
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-etherscan": ^3.0.3
"@nomiclabs/hardhat-waffle": ^2.0.2
Expand All @@ -3815,13 +3815,13 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected]-beta0, @hyperlane-xyz/interchain-accounts@workspace:typescript/ica":
"@hyperlane-xyz/[email protected], @hyperlane-xyz/interchain-accounts@workspace:typescript/ica":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/interchain-accounts@workspace:typescript/ica"
dependencies:
"@hyperlane-xyz/app": 0.5.0-beta0
"@hyperlane-xyz/sdk": 0.5.0-beta0
"@hyperlane-xyz/utils": 0.5.0-beta0
"@hyperlane-xyz/app": 0.5.0
"@hyperlane-xyz/sdk": 0.5.0
"@hyperlane-xyz/utils": 0.5.0
"@nomicfoundation/hardhat-chai-matchers": ^1.0.3
"@nomicfoundation/hardhat-toolbox": ^1.0.2
"@nomiclabs/hardhat-ethers": ^2.0.5
Expand Down Expand Up @@ -3866,14 +3866,14 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected]-beta0, @hyperlane-xyz/sdk@^0.5.0-beta0, @hyperlane-xyz/sdk@workspace:typescript/sdk":
"@hyperlane-xyz/[email protected], @hyperlane-xyz/sdk@^0.5.0, @hyperlane-xyz/sdk@workspace:typescript/sdk":
version: 0.0.0-use.local
resolution: "@hyperlane-xyz/sdk@workspace:typescript/sdk"
dependencies:
"@hyperlane-xyz/app": 0.5.0-beta0
"@hyperlane-xyz/app": 0.5.0
"@hyperlane-xyz/celo-ethers-provider": ^0.1.1
"@hyperlane-xyz/core": 0.5.0-beta0
"@hyperlane-xyz/utils": 0.5.0-beta0
"@hyperlane-xyz/core": 0.5.0
"@hyperlane-xyz/utils": 0.5.0
"@nomiclabs/hardhat-ethers": ^2.0.5
"@nomiclabs/hardhat-waffle": ^2.0.2
"@types/coingecko-api": ^1.0.10
Expand All @@ -3896,7 +3896,7 @@ __metadata:
languageName: unknown
linkType: soft

"@hyperlane-xyz/[email protected]-beta0, @hyperlane-xyz/utils@^0.5.0-beta0, @hyperlane-xyz/utils@workspace:typescript/utils":
"@hyperlane-xyz/[email protected], @hyperlane-xyz/utils@^0.5.0, @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 da5c504

Please sign in to comment.