Skip to content

Commit 902e667

Browse files
chore: release npm packages (#8540)
Co-authored-by: hyper-gonk[bot] <246310972+hyper-gonk[bot]@users.noreply.github.com> Co-authored-by: pbio <10051819+paulbalaji@users.noreply.github.com>
1 parent 26d682b commit 902e667

58 files changed

Lines changed: 251 additions & 36 deletions

Some content is hidden

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

.changeset/fee-quoting-private.md

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"coverage": "turbo run coverage",
1818
"version:prepare": "pnpm changeset version && turbo run version:update && pnpm install",
1919
"version:check": "pnpm changeset status",
20-
"release": "pnpm build && pnpm changeset publish",
20+
"release": "pnpm build && pnpm build:zk && pnpm changeset publish",
2121
"spellcheck": "typos --config .spellcheck/typos.toml",
2222
"spellcheck:diff": "bash .spellcheck/run-diff.sh",
2323
"postinstall": "husky install"

solidity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"build:zk": "pnpm hardhat-zk compile && tsc && node fix-typechain-ethers.mjs ./dist/typechain/factories && node generate-artifact-exports.mjs && ZKSYNC=true ./exportBuildArtifact.sh",
7575
"build:tron": "./build-tron.sh",
7676
"test:tron": "FOUNDRY_PROFILE=tron forge test --match-contract 'Tron(Create2|SafeERC20)Test' -vvv && bash test/tron/check-SafeERC20-diff.sh",
77-
"prepublishOnly": "pnpm build && pnpm build:zk && pnpm build:tron",
77+
"prepack": "[ -d dist ] || (echo 'Error: dist/ not found. Run pnpm build first.' && exit 1)",
7878
"lint": "solhint contracts/**/*.sol",
7979
"clean": "pnpm hardhat-esm clean && pnpm hardhat-zk clean && rm -rf ./dist ./cache ./cache-zk ./cache-tron ./artifacts-tron ./out-tron ./forge-cache-tron ./types ./coverage ./out ./forge-cache ./fixtures",
8080
"coverage": "pnpm fixtures && ./coverage.sh",

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+
## 30.1.1
4+
35
## 30.1.0
46

57
## 30.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": "30.1.0",
3+
"version": "30.1.1",
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+
## 30.1.1
4+
5+
### Patch Changes
6+
7+
- @hyperlane-xyz/utils@30.1.1
8+
- @hyperlane-xyz/provider-sdk@4.2.5
9+
310
## 30.1.0
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": "30.1.0",
3+
"version": "30.1.1",
44
"description": "Hyperlane TypeScript SDK for the Aleo Hyperlane SDK module",
55
"keywords": [
66
"aleo",

typescript/ccip-server/CHANGELOG.md

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

3+
## 30.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [26d682b]
8+
- @hyperlane-xyz/sdk@30.1.1
9+
- @hyperlane-xyz/metrics@0.2.10
10+
- @hyperlane-xyz/utils@30.1.1
11+
- @hyperlane-xyz/core@11.3.0
12+
313
## 30.1.0
414

515
### 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": "30.1.0",
3+
"version": "30.1.1",
44
"private": true,
55
"description": "CCIP server",
66
"license": "Apache-2.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+
## 30.1.1
4+
5+
### Patch Changes
6+
7+
- 26d682b: Fee quoting client and shared types were moved from @hyperlane-xyz/fee-quoting into @hyperlane-xyz/sdk. The fee-quoting package was marked as private since it is a deployable service, not a published library.
8+
39
## 30.1.0
410

511
### Patch Changes

0 commit comments

Comments
 (0)