Skip to content

Commit 0aed0b2

Browse files
Version Packages (#1043)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## chainlink-deployments-framework@0.111.0 ### Minor Changes - [#1041](#1041) [`7ecc2db`](7ecc2db) 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](#1040) [`6eebfec`](6eebfec) 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](#1044) [`f9e7309`](f9e7309) Thanks [@giogam](https://github.com/giogam)! - fix(datastore): preserve staged deletes across Merge composition --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent f9e7309 commit 0aed0b2

5 files changed

Lines changed: 17 additions & 20 deletions

File tree

.changeset/canton-mcms-read-as-party-ids.md

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

.changeset/large-wombats-fall.md

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

.changeset/strong-spiders-end.md

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# chainlink-deployments-framework
22

3+
## 0.111.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
Execute sequence and merge output into an aggregate OnChainOutput.
10+
11+
### Patch Changes
12+
13+
- [#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.
14+
15+
Bump `mcms` to pick up Canton participant `ReadAsPartyIDs` support in `sdk/canton`.
16+
17+
- [#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
18+
319
## 0.110.0
420

521
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chainlink-deployments-framework",
3-
"version": "0.110.0",
3+
"version": "0.111.0",
44
"description": "A deployment framework for chainlink-deployments ",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)