Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/canton-mcms-read-as-party-ids.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-wombats-fall.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strong-spiders-end.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading