From c087aeb0ab7a27d6bb0473b0fef239f5ed85938c Mon Sep 17 00:00:00 2001 From: "app-token-issuer-engops[bot]" <144731339+app-token-issuer-engops[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 12:26:34 +0000 Subject: [PATCH 1/2] Version Packages (deletions) --- .changeset/canton-mcms-read-as-party-ids.md | 7 ------- .changeset/large-wombats-fall.md | 5 ----- .changeset/strong-spiders-end.md | 7 ------- 3 files changed, 19 deletions(-) delete mode 100644 .changeset/canton-mcms-read-as-party-ids.md delete mode 100644 .changeset/large-wombats-fall.md delete mode 100644 .changeset/strong-spiders-end.md diff --git a/.changeset/canton-mcms-read-as-party-ids.md b/.changeset/canton-mcms-read-as-party-ids.md deleted file mode 100644 index 8c54b8487..000000000 --- a/.changeset/canton-mcms-read-as-party-ids.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -Wire Canton `ReadAsPartyIDs` from CLDF chain metadata through the MCMS chain access adapter. - -Bump `mcms` to pick up Canton participant `ReadAsPartyIDs` support in `sdk/canton`. diff --git a/.changeset/large-wombats-fall.md b/.changeset/large-wombats-fall.md deleted file mode 100644 index 693f06267..000000000 --- a/.changeset/large-wombats-fall.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix(datastore): preserve staged deletes across Merge composition diff --git a/.changeset/strong-spiders-end.md b/.changeset/strong-spiders-end.md deleted file mode 100644 index 8e19b98b3..000000000 --- a/.changeset/strong-spiders-end.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat(utils): new ExecuteOnChainSequenceAndMerge util - -Execute sequence and merge output into an aggregate OnChainOutput. From 8714c0d29b1f1056cef7412ad14eb2e33c80efbd Mon Sep 17 00:00:00 2001 From: "app-token-issuer-engops[bot]" <144731339+app-token-issuer-engops[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 12:26:35 +0000 Subject: [PATCH 2/2] Version Packages (.) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c162ef3bd..b3c3fd87b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # chainlink-deployments-framework +## 0.111.0 + +### Minor Changes + +- [#1041](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1041) [`7ecc2db`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/7ecc2db9c8696a5965a173ce2a1fb2705b03dbca) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(utils): new ExecuteOnChainSequenceAndMerge util + + Execute sequence and merge output into an aggregate OnChainOutput. + +### Patch Changes + +- [#1040](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1040) [`6eebfec`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/6eebfec8cf3db15c9371cef32f2776bea7f83711) Thanks [@stackman27](https://github.com/stackman27)! - Wire Canton `ReadAsPartyIDs` from CLDF chain metadata through the MCMS chain access adapter. + + Bump `mcms` to pick up Canton participant `ReadAsPartyIDs` support in `sdk/canton`. + +- [#1044](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1044) [`f9e7309`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/f9e73090be4672dffd192c1359ead5753171c207) Thanks [@giogam](https://github.com/giogam)! - fix(datastore): preserve staged deletes across Merge composition + ## 0.110.0 ### Minor Changes diff --git a/package.json b/package.json index 1af06be40..c9a482ed0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.110.0", + "version": "0.111.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {