From 51138f9849be563dd7874c8ab0c9d412219ee1c7 Mon Sep 17 00:00:00 2001 From: "app-token-issuer-engops[bot]" <144731339+app-token-issuer-engops[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 09:04:46 +0000 Subject: [PATCH] Version Packages --- .changeset/add-stellar-canton-chain-types.md | 10 ---------- job-distributor/CHANGELOG.md | 10 ++++++++++ job-distributor/package.json | 2 +- orchestrator/CHANGELOG.md | 10 ++++++++++ orchestrator/package.json | 2 +- 5 files changed, 22 insertions(+), 12 deletions(-) delete mode 100644 .changeset/add-stellar-canton-chain-types.md diff --git a/.changeset/add-stellar-canton-chain-types.md b/.changeset/add-stellar-canton-chain-types.md deleted file mode 100644 index 3f5cf979..00000000 --- a/.changeset/add-stellar-canton-chain-types.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@chainlink/job-distributor": minor -"@chainlink/orchestrator": minor ---- - -Add `CHAIN_TYPE_STELLAR` (8) and `CHAIN_TYPE_CANTON` (9) to the `ChainType` enum in -`feedsmanager.proto` and `node.proto`. These chain families are needed for standalone -committee verifier nodes to publish their onchain signing keys to JD via `UpdateNode`, -unblocking deployment tooling that reads signing addresses back via -`ListNodeChainConfigs`. diff --git a/job-distributor/CHANGELOG.md b/job-distributor/CHANGELOG.md index f9ca5d53..23ac43d6 100644 --- a/job-distributor/CHANGELOG.md +++ b/job-distributor/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/job-distributor +## 0.20.0 + +### Minor Changes + +- [#416](https://github.com/smartcontractkit/chainlink-protos/pull/416) [`c7c2c23`](https://github.com/smartcontractkit/chainlink-protos/commit/c7c2c2326bc2435dcf202ff73837086fe5f2acae) Thanks [@makramkd](https://github.com/makramkd)! - Add `CHAIN_TYPE_STELLAR` (8) and `CHAIN_TYPE_CANTON` (9) to the `ChainType` enum in + `feedsmanager.proto` and `node.proto`. These chain families are needed for standalone + committee verifier nodes to publish their onchain signing keys to JD via `UpdateNode`, + unblocking deployment tooling that reads signing addresses back via + `ListNodeChainConfigs`. + ## 0.19.0 ### Minor Changes diff --git a/job-distributor/package.json b/job-distributor/package.json index 999df3d6..7ed1d96d 100644 --- a/job-distributor/package.json +++ b/job-distributor/package.json @@ -1,5 +1,5 @@ { "name": "@chainlink/job-distributor", - "version": "0.19.0", + "version": "0.20.0", "private": true } diff --git a/orchestrator/CHANGELOG.md b/orchestrator/CHANGELOG.md index 5b6d1b18..8be40ce9 100644 --- a/orchestrator/CHANGELOG.md +++ b/orchestrator/CHANGELOG.md @@ -1,5 +1,15 @@ # @chainlink/orchestrator +## 0.11.0 + +### Minor Changes + +- [#416](https://github.com/smartcontractkit/chainlink-protos/pull/416) [`c7c2c23`](https://github.com/smartcontractkit/chainlink-protos/commit/c7c2c2326bc2435dcf202ff73837086fe5f2acae) Thanks [@makramkd](https://github.com/makramkd)! - Add `CHAIN_TYPE_STELLAR` (8) and `CHAIN_TYPE_CANTON` (9) to the `ChainType` enum in + `feedsmanager.proto` and `node.proto`. These chain families are needed for standalone + committee verifier nodes to publish their onchain signing keys to JD via `UpdateNode`, + unblocking deployment tooling that reads signing addresses back via + `ListNodeChainConfigs`. + ## 0.10.1 ### Patch Changes diff --git a/orchestrator/package.json b/orchestrator/package.json index c6b4cd53..08a8c54c 100644 --- a/orchestrator/package.json +++ b/orchestrator/package.json @@ -1,5 +1,5 @@ { "name": "@chainlink/orchestrator", - "version": "0.10.1", + "version": "0.11.0", "private": true }