From e545198b41fbe97b1ca3412f4d085f9dcb77616e Mon Sep 17 00:00:00 2001 From: "app-token-issuer-engops[bot]" <144731339+app-token-issuer-engops[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 10:53:39 +0000 Subject: [PATCH 1/2] Version Packages (deletions) --- .changeset/goofy-sloths-rhyme.md | 6 ------ .changeset/small-eagles-own.md | 5 ----- .changeset/spotty-wings-slide.md | 5 ----- 3 files changed, 16 deletions(-) delete mode 100644 .changeset/goofy-sloths-rhyme.md delete mode 100644 .changeset/small-eagles-own.md delete mode 100644 .changeset/spotty-wings-slide.md diff --git a/.changeset/goofy-sloths-rhyme.md b/.changeset/goofy-sloths-rhyme.md deleted file mode 100644 index d663fd3f..00000000 --- a/.changeset/goofy-sloths-rhyme.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -fix incorrect package name for contracts/mcms - diff --git a/.changeset/small-eagles-own.md b/.changeset/small-eagles-own.md deleted file mode 100644 index 5abd5cce..00000000 --- a/.changeset/small-eagles-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -(feat) Support in memory catalog deletes and save keys for later deleting them from the catalog diff --git a/.changeset/spotty-wings-slide.md b/.changeset/spotty-wings-slide.md deleted file mode 100644 index 5cac9c48..00000000 --- a/.changeset/spotty-wings-slide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat: add DataStore and BlockChains to HookEnv type From 35df42b7232df343e435ed73f0abb635a1419dbc Mon Sep 17 00:00:00 2001 From: "app-token-issuer-engops[bot]" <144731339+app-token-issuer-engops[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 10:53:40 +0000 Subject: [PATCH 2/2] Version Packages (.) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d8881c..e8344b92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # chainlink-deployments-framework +## 0.100.0 + +### Minor Changes + +- [#961](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/961) [`2bb6275`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/2bb6275da0f4d270c33527e276c51a5cb787d7f0) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix incorrect package name for contracts/mcms + +- [#954](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/954) [`d0d1079`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/d0d1079692fd969f81031c5cd5db0ad1bac0c53c) Thanks [@DimitriosNaikopoulos](https://github.com/DimitriosNaikopoulos)! - (feat) Support in memory catalog deletes and save keys for later deleting them from the catalog + +- [#959](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/959) [`4c845fb`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/4c845fbda91add525c03da2e7d362a1c83aff3a6) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - feat: add DataStore and BlockChains to HookEnv type + ## 0.99.0 ### Minor Changes diff --git a/package.json b/package.json index 7e72c940..7cc69460 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.99.0", + "version": "0.100.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {