Skip to content

Commit c8869c7

Browse files
RELEASING: Releasing 16 package(s)
Releases: @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] @hyperlane-xyz/[email protected] [skip ci]
1 parent b798a97 commit c8869c7

File tree

34 files changed

+136
-52
lines changed

34 files changed

+136
-52
lines changed

.changeset/empty-dolls-pay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/plenty-eggs-jam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

solidity/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hyperlane-xyz/core
22

3+
## 9.0.14
4+
5+
### Patch Changes
6+
7+
- @hyperlane-xyz/utils@19.2.0
8+
39
## 9.0.13
410

511
### Patch Changes

solidity/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@hyperlane-xyz/core",
33
"description": "Core solidity contracts for Hyperlane",
4-
"version": "9.0.13",
4+
"version": "9.0.14",
55
"dependencies": {
66
"@arbitrum/nitro-contracts": "^1.2.1",
77
"@chainlink/contracts-ccip": "^1.5.0",
88
"@eth-optimism/contracts": "^0.6.0",
9-
"@hyperlane-xyz/utils": "19.1.1",
9+
"@hyperlane-xyz/utils": "19.2.0",
1010
"@matterlabs/hardhat-zksync-solc": "1.2.5",
1111
"@matterlabs/hardhat-zksync-verify": "1.7.1",
1212
"@openzeppelin/contracts": "^4.9.3",

starknet/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @hyperlane-xyz/starknet-core
22

3+
## 19.2.0
4+
35
## 19.1.1
46

57
## 19.1.0

starknet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperlane-xyz/starknet-core",
33
"description": "Core cairo contracts for Hyperlane",
4-
"version": "19.1.1",
4+
"version": "19.2.0",
55
"type": "module",
66
"homepage": "https://www.hyperlane.xyz",
77
"license": "Apache-2.0",

typescript/ccip-server/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hyperlane-xyz/ccip-server
22

3+
## 19.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f68419605]
8+
- @hyperlane-xyz/sdk@19.2.0
9+
- @hyperlane-xyz/utils@19.2.0
10+
- @hyperlane-xyz/core@9.0.14
11+
312
## 19.1.1
413

514
### Patch Changes

typescript/ccip-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlane-xyz/ccip-server",
3-
"version": "19.1.1",
3+
"version": "19.2.0",
44
"description": "CCIP server",
55
"typings": "dist/index.d.ts",
66
"typedocMain": "src/index.ts",
@@ -47,9 +47,9 @@
4747
"dependencies": {
4848
"@eth-optimism/sdk": "^3.3.3",
4949
"@google-cloud/pino-logging-gcp-config": "^1.0.6",
50-
"@hyperlane-xyz/core": "9.0.13",
51-
"@hyperlane-xyz/sdk": "19.1.1",
52-
"@hyperlane-xyz/utils": "19.1.1",
50+
"@hyperlane-xyz/core": "9.0.14",
51+
"@hyperlane-xyz/sdk": "19.2.0",
52+
"@hyperlane-xyz/utils": "19.2.0",
5353
"@prisma/client": "^6.8.2",
5454
"cors": "^2.8.5",
5555
"dotenv-flow": "^4.1.0",

typescript/cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hyperlane-xyz/cli
22

3+
## 19.2.0
4+
5+
### Minor Changes
6+
7+
- 3181c49c7: fix bug related to cli throwing error after trying to retrieve a submitter config for a chain where it wasn't defined if the chain was not an extension
8+
39
## 19.1.1
410

511
## 19.1.0

typescript/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlane-xyz/cli",
3-
"version": "19.1.1",
3+
"version": "19.2.0",
44
"description": "A command-line utility for common Hyperlane operations",
55
"devDependencies": {
66
"@aws-sdk/client-kms": "^3.577.0",
@@ -9,12 +9,12 @@
99
"@eslint/js": "^9.31.0",
1010
"@ethersproject/abi": "*",
1111
"@ethersproject/providers": "*",
12-
"@hyperlane-xyz/cosmos-sdk": "19.1.1",
13-
"@hyperlane-xyz/http-registry-server": "19.1.1",
12+
"@hyperlane-xyz/cosmos-sdk": "19.2.0",
13+
"@hyperlane-xyz/http-registry-server": "19.2.0",
1414
"@hyperlane-xyz/registry": "20.0.0",
15-
"@hyperlane-xyz/sdk": "19.1.1",
15+
"@hyperlane-xyz/sdk": "19.2.0",
1616
"@hyperlane-xyz/tsconfig": "workspace:^",
17-
"@hyperlane-xyz/utils": "19.1.1",
17+
"@hyperlane-xyz/utils": "19.2.0",
1818
"@inquirer/core": "9.0.10",
1919
"@inquirer/figures": "1.0.5",
2020
"@inquirer/prompts": "3.3.2",

0 commit comments

Comments
 (0)