Skip to content

Commit 1df0f95

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

39 files changed

+178
-95
lines changed

.changeset/empty-dolls-pay.md

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

.changeset/gentle-mice-grow.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/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.13";
10+
string public constant PACKAGE_VERSION = "9.0.14";
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.13';
4+
export const CONTRACTS_PACKAGE_VERSION = '9.0.14';

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

0 commit comments

Comments
 (0)