Skip to content

Commit b74984c

Browse files
Version Packages (#7205)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 554ff1a commit b74984c

File tree

37 files changed

+175
-90
lines changed

37 files changed

+175
-90
lines changed

.changeset/m0-portal-adapter.md

Lines changed: 0 additions & 10 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.12
4+
5+
### Patch Changes
6+
7+
- @hyperlane-xyz/utils@19.1.0
8+
39
## 9.0.11
410

511
### Patch Changes

solidity/contracts/PackageVersioned.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ pragma solidity >=0.6.11;
77
**/
88
abstract contract PackageVersioned {
99
// GENERATED CODE - DO NOT EDIT
10-
string public constant PACKAGE_VERSION = "9.0.11";
10+
string public constant PACKAGE_VERSION = "9.0.12";
1111
}

solidity/core-utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export * from './typechain/index.js';
22
export * from './zksync/index.js';
33
// GENERATED CODE - DO NOT EDIT
4-
export const CONTRACTS_PACKAGE_VERSION = '9.0.11';
4+
export const CONTRACTS_PACKAGE_VERSION = '9.0.12';

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.11",
4+
"version": "9.0.12",
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.0.0",
9+
"@hyperlane-xyz/utils": "19.1.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.1.0
4+
35
## 19.0.0
46

57
## 18.3.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.0.0",
4+
"version": "19.1.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.1.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [554ff1a66]
8+
- @hyperlane-xyz/sdk@19.1.0
9+
- @hyperlane-xyz/utils@19.1.0
10+
- @hyperlane-xyz/core@9.0.12
11+
312
## 19.0.0
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.0.0",
3+
"version": "19.1.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.11",
51-
"@hyperlane-xyz/sdk": "19.0.0",
52-
"@hyperlane-xyz/utils": "19.0.0",
50+
"@hyperlane-xyz/core": "9.0.12",
51+
"@hyperlane-xyz/sdk": "19.1.0",
52+
"@hyperlane-xyz/utils": "19.1.0",
5353
"@prisma/client": "^6.8.2",
5454
"cors": "^2.8.5",
5555
"dotenv-flow": "^4.1.0",

typescript/cli/CHANGELOG.md

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

3+
## 19.1.0
4+
35
## 19.0.0
46

57
### Major Changes

0 commit comments

Comments
 (0)