Skip to content

Commit 8f8015a

Browse files
Version Packages (#945)
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.97.0 ### Minor Changes - [#925](#925) [`bd71875`](bd71875) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(operations-api): introduce `WithForceExecute` and new `ExecuteOperationN` options ### Migration: `ExecuteOperationN` **Signature** - Before: `ExecuteOperationN(..., opts ...ExecuteOption[IN, DEP])` - After: `ExecuteOperationN(..., opts ...ExecuteOperationNOption[IN, DEP])` ### Patch Changes - [#946](#946) [`beb1bcc`](beb1bcc) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - bump packages to address security vuln - [#944](#944) [`cb237fb`](cb237fb) Thanks [@FelixFan1992](https://github.com/FelixFan1992)! - update ctf version to include updated sui default image --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent bd71875 commit 8f8015a

5 files changed

Lines changed: 20 additions & 23 deletions

File tree

.changeset/floppy-boxes-move.md

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

.changeset/gentle-moles-rule.md

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

.changeset/tricky-onions-begin.md

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

CHANGELOG.md

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

3+
## 0.97.0
4+
5+
### Minor Changes
6+
7+
- [#925](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/925) [`bd71875`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/bd71875f974bdf567807e5d1ac93671a93044555) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(operations-api): introduce `WithForceExecute` and new `ExecuteOperationN` options
8+
9+
### Migration: `ExecuteOperationN`
10+
11+
**Signature**
12+
13+
- Before: `ExecuteOperationN(..., opts ...ExecuteOption[IN, DEP])`
14+
- After: `ExecuteOperationN(..., opts ...ExecuteOperationNOption[IN, DEP])`
15+
16+
### Patch Changes
17+
18+
- [#946](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/946) [`beb1bcc`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/beb1bcca36d0256009d50e17d7b7498348b97fef) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - bump packages to address security vuln
19+
20+
- [#944](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/944) [`cb237fb`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/cb237fb42e0c3865a3074580d6eed1dab3e158c1) Thanks [@FelixFan1992](https://github.com/FelixFan1992)! - update ctf version to include updated sui default image
21+
322
## 0.96.0
423

524
### 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.96.0",
3+
"version": "0.97.0",
44
"description": "A deployment framework for chainlink-deployments ",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)