chore: new alpha build

pull/3969/head
Connor McEwen 5 months ago
parent 6b63c5d823
commit 5ed86c6168
  1. 17
      .changeset/pre.json
  2. 6
      solidity/CHANGELOG.md
  3. 4
      solidity/package.json
  4. 2
      typescript/ccip-server/CHANGELOG.md
  5. 2
      typescript/ccip-server/package.json
  6. 14
      typescript/cli/CHANGELOG.md
  7. 6
      typescript/cli/package.json
  8. 8
      typescript/helloworld/CHANGELOG.md
  9. 6
      typescript/helloworld/package.json
  10. 9
      typescript/infra/CHANGELOG.md
  11. 8
      typescript/infra/package.json
  12. 8
      typescript/sdk/CHANGELOG.md
  13. 6
      typescript/sdk/package.json
  14. 2
      typescript/utils/CHANGELOG.md
  15. 2
      typescript/utils/package.json

@ -2,16 +2,19 @@
"mode": "pre",
"tag": "alpha",
"initialVersions": {
"@hyperlane-xyz/core": "4.0.0-alpha",
"@hyperlane-xyz/ccip-server": "4.0.0-alpha",
"@hyperlane-xyz/cli": "4.0.0-alpha",
"@hyperlane-xyz/helloworld": "4.0.0-alpha",
"@hyperlane-xyz/infra": "4.0.0-alpha",
"@hyperlane-xyz/sdk": "4.0.0-alpha",
"@hyperlane-xyz/utils": "4.0.0-alpha"
"@hyperlane-xyz/core": "4.0.0-alpha.0",
"@hyperlane-xyz/ccip-server": "4.0.0-alpha.0",
"@hyperlane-xyz/cli": "4.0.0-alpha.0",
"@hyperlane-xyz/helloworld": "4.0.0-alpha.0",
"@hyperlane-xyz/infra": "4.0.0-alpha.0",
"@hyperlane-xyz/sdk": "4.0.0-alpha.0",
"@hyperlane-xyz/utils": "4.0.0-alpha.0"
},
"changesets": [
"bright-emus-double",
"five-baboons-smoke",
"late-rings-attack",
"sharp-geckos-wash",
"slimy-toys-argue"
]
}

@ -1,5 +1,11 @@
# @hyperlane-xyz/core
## 4.0.0-alpha.1
### Patch Changes
- @hyperlane-xyz/utils@4.0.0-alpha.1
## 4.0.0-alpha.0
### Patch Changes

@ -1,10 +1,10 @@
{
"name": "@hyperlane-xyz/core",
"description": "Core solidity contracts for Hyperlane",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"dependencies": {
"@eth-optimism/contracts": "^0.6.0",
"@hyperlane-xyz/utils": "4.0.0-alpha.0",
"@hyperlane-xyz/utils": "4.0.0-alpha.1",
"@layerzerolabs/lz-evm-oapp-v2": "2.0.2",
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/contracts-upgradeable": "^v4.9.3",

@ -1,5 +1,7 @@
# @hyperlane-xyz/ccip-server
## 4.0.0-alpha.1
## 4.0.0-alpha.0
## 4.0.0-alpha

@ -1,6 +1,6 @@
{
"name": "@hyperlane-xyz/ccip-server",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "CCIP server",
"typings": "dist/index.d.ts",
"typedocMain": "src/index.ts",

@ -1,5 +1,19 @@
# @hyperlane-xyz/cli
## 4.0.0-alpha.1
### Minor Changes
- 4040db723: Fix createDefaultWarpIsmConfig to default to trusted relayer and fallback routing without prompts
### Patch Changes
- 3283eefd6: Removes default pattern for chain name when creating a new chain.
- 6b63c5d82: Adds deployment support for IsmConfig within a WarpRouteConfig
- Updated dependencies [6b63c5d82]
- @hyperlane-xyz/sdk@4.0.0-alpha.1
- @hyperlane-xyz/utils@4.0.0-alpha.1
## 4.0.0-alpha.0
### Minor Changes

@ -1,13 +1,13 @@
{
"name": "@hyperlane-xyz/cli",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "A command-line utility for common Hyperlane operations",
"dependencies": {
"@aws-sdk/client-kms": "^3.577.0",
"@aws-sdk/client-s3": "^3.577.0",
"@hyperlane-xyz/registry": "1.3.0",
"@hyperlane-xyz/sdk": "4.0.0-alpha.0",
"@hyperlane-xyz/utils": "4.0.0-alpha.0",
"@hyperlane-xyz/sdk": "4.0.0-alpha.1",
"@hyperlane-xyz/utils": "4.0.0-alpha.1",
"@inquirer/prompts": "^3.0.0",
"asn1.js": "^5.4.1",
"bignumber.js": "^9.1.1",

@ -1,5 +1,13 @@
# @hyperlane-xyz/helloworld
## 4.0.0-alpha.1
### Patch Changes
- Updated dependencies [6b63c5d82]
- @hyperlane-xyz/sdk@4.0.0-alpha.1
- @hyperlane-xyz/core@4.0.0-alpha.1
## 4.0.0-alpha.0
### Patch Changes

@ -1,11 +1,11 @@
{
"name": "@hyperlane-xyz/helloworld",
"description": "A basic skeleton of an Hyperlane app",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"dependencies": {
"@hyperlane-xyz/core": "4.0.0-alpha.0",
"@hyperlane-xyz/core": "4.0.0-alpha.1",
"@hyperlane-xyz/registry": "1.3.0",
"@hyperlane-xyz/sdk": "4.0.0-alpha.0",
"@hyperlane-xyz/sdk": "4.0.0-alpha.1",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"ethers": "^5.7.2"
},

@ -1,5 +1,14 @@
# @hyperlane-xyz/infra
## 4.0.0-alpha.1
### Patch Changes
- Updated dependencies [6b63c5d82]
- @hyperlane-xyz/sdk@4.0.0-alpha.1
- @hyperlane-xyz/helloworld@4.0.0-alpha.1
- @hyperlane-xyz/utils@4.0.0-alpha.1
## 4.0.0-alpha.0
### Patch Changes

@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/infra",
"description": "Infrastructure utilities for the Hyperlane Network",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"dependencies": {
"@arbitrum/sdk": "^3.0.0",
"@aws-sdk/client-iam": "^3.74.0",
@ -12,10 +12,10 @@
"@ethersproject/experimental": "^5.7.0",
"@ethersproject/hardware-wallets": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@hyperlane-xyz/helloworld": "4.0.0-alpha.0",
"@hyperlane-xyz/helloworld": "4.0.0-alpha.1",
"@hyperlane-xyz/registry": "1.3.0",
"@hyperlane-xyz/sdk": "4.0.0-alpha.0",
"@hyperlane-xyz/utils": "4.0.0-alpha.0",
"@hyperlane-xyz/sdk": "4.0.0-alpha.1",
"@hyperlane-xyz/utils": "4.0.0-alpha.1",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@solana/web3.js": "^1.78.0",
"asn1.js": "5.4.1",

@ -1,5 +1,13 @@
# @hyperlane-xyz/sdk
## 4.0.0-alpha.1
### Patch Changes
- 6b63c5d82: Adds deployment support for IsmConfig within a WarpRouteConfig
- @hyperlane-xyz/core@4.0.0-alpha.1
- @hyperlane-xyz/utils@4.0.0-alpha.1
## 4.0.0-alpha.0
### Minor Changes

@ -1,13 +1,13 @@
{
"name": "@hyperlane-xyz/sdk",
"description": "The official SDK for the Hyperlane Network",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"dependencies": {
"@aws-sdk/client-s3": "^3.74.0",
"@cosmjs/cosmwasm-stargate": "^0.31.3",
"@cosmjs/stargate": "^0.31.3",
"@hyperlane-xyz/core": "4.0.0-alpha.0",
"@hyperlane-xyz/utils": "4.0.0-alpha.0",
"@hyperlane-xyz/core": "4.0.0-alpha.1",
"@hyperlane-xyz/utils": "4.0.0-alpha.1",
"@safe-global/api-kit": "1.3.0",
"@safe-global/protocol-kit": "1.3.0",
"@solana/spl-token": "^0.3.8",

@ -1,5 +1,7 @@
# @hyperlane-xyz/utils
## 4.0.0-alpha.1
## 4.0.0-alpha.0
## 4.0.0-alpha

@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/utils",
"description": "General utilities and types for the Hyperlane network",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"dependencies": {
"@cosmjs/encoding": "^0.31.3",
"@solana/web3.js": "^1.78.0",

Loading…
Cancel
Save