diff --git a/.changeset/easy-roses-repair.md b/.changeset/easy-roses-repair.md deleted file mode 100644 index 117594442..000000000 --- a/.changeset/easy-roses-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -refactor proposal analyzer to add a text renderer and move templates to separate files diff --git a/.changeset/eighty-phones-fly.md b/.changeset/eighty-phones-fly.md deleted file mode 100644 index d721f2cff..000000000 --- a/.changeset/eighty-phones-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat(engine): load catalog into datastore diff --git a/.changeset/forty-views-burn.md b/.changeset/forty-views-burn.md deleted file mode 100644 index 62a436bb3..000000000 --- a/.changeset/forty-views-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -Bump chain-selectors to v1.0.77 diff --git a/.changeset/good-chairs-allow.md b/.changeset/good-chairs-allow.md deleted file mode 100644 index da30eaed2..000000000 --- a/.changeset/good-chairs-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -fix(catalog): use enum instead of string diff --git a/CHANGELOG.md b/CHANGELOG.md index 59754ff86..fa0871843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # chainlink-deployments-framework +## 0.60.0 + +### Minor Changes + +- [#541](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/541) [`909e6f4`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/909e6f4f60f7bf96feff049550ec43fbcf31bd73) Thanks [@ecPablo](https://github.com/ecPablo)! - refactor proposal analyzer to add a text renderer and move templates to separate files + +- [#535](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/535) [`b7c8d06`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/b7c8d06de2e0ccc1918fb2c5195a9ea7e78833b4) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(engine): load catalog into datastore + +### Patch Changes + +- [#547](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/547) [`2229818`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/2229818268aaf0d37346b54f464708259b48578d) Thanks [@jkongie](https://github.com/jkongie)! - Bump chain-selectors to v1.0.77 + +- [#534](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/534) [`9572077`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/95720772c2866478571b1550f4eb557a7b6e2264) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(catalog): use enum instead of string + ## 0.59.1 ### Patch Changes diff --git a/package.json b/package.json index 7f58be3f2..5aa66d2e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.59.1", + "version": "0.60.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {