Skip to content

Commit 6fe3c83

Browse files
chore: release npm packages (#8619)
Co-authored-by: hyper-gonk[bot] <246310972+hyper-gonk[bot]@users.noreply.github.com>
1 parent a8caeb5 commit 6fe3c83

58 files changed

Lines changed: 279 additions & 68 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/odd-turtles-rhyme.md

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

.changeset/predicate-cli-integration.md

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

.changeset/predicate-wrapper-sdk.md

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

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+
## 33.0.0
4+
35
## 32.0.1
46

57
## 32.0.0

starknet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlane-xyz/starknet-core",
3-
"version": "32.0.1",
3+
"version": "33.0.0",
44
"description": "Core cairo contracts for Hyperlane",
55
"keywords": [
66
"Cairo",

typescript/aleo-sdk/CHANGELOG.md

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

3+
## 33.0.0
4+
5+
### Patch Changes
6+
7+
- @hyperlane-xyz/utils@33.0.0
8+
- @hyperlane-xyz/provider-sdk@5.0.2
9+
310
## 32.0.1
411

512
### Patch Changes

typescript/aleo-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlane-xyz/aleo-sdk",
3-
"version": "32.0.1",
3+
"version": "33.0.0",
44
"description": "Hyperlane TypeScript SDK for the Aleo Hyperlane SDK module",
55
"keywords": [
66
"aleo",

typescript/ccip-server/CHANGELOG.md

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

3+
## 33.0.0
4+
5+
### Patch Changes
6+
7+
- 19b4f3e: Added origin tx hash to skip scraper lookup for tx hash
8+
- Updated dependencies [dc8e560]
9+
- @hyperlane-xyz/sdk@33.0.0
10+
- @hyperlane-xyz/metrics@0.2.18
11+
- @hyperlane-xyz/utils@33.0.0
12+
- @hyperlane-xyz/core@11.3.1
13+
314
## 32.0.1
415

516
### Patch Changes

typescript/ccip-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperlane-xyz/ccip-server",
3-
"version": "32.0.1",
3+
"version": "33.0.0",
44
"private": true,
55
"description": "CCIP server",
66
"license": "Apache-2.0",

typescript/cli/CHANGELOG.md

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

3+
## 33.0.0
4+
5+
### Minor Changes
6+
7+
- dc8e560: Added CLI support for Predicate attestations in warp send command.
8+
9+
CLI Changes:
10+
- Added `--predicate-api-key` option to `warp send` for automatic attestation fetching from Predicate API
11+
- Added `--attestation` option to `warp send` for using pre-obtained attestations (JSON string)
12+
- Detected PredicateRouterWrapper address and sent to Predicate API for correct attestation target
13+
- Added E2E tests for warp send with Predicate attestations
14+
- Added example YAML configs for Predicate warp routes
15+
316
## 32.0.1
417

518
## 32.0.0

0 commit comments

Comments
 (0)