Skip to content

Commit 9e35fb0

Browse files
Version Packages (#895)
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.93.0 ### Minor Changes - [#896](#896) [`0f6bdb1`](0f6bdb1) Thanks [@ecPablo](https://github.com/ecPablo)! - add wrapper object for CRE to allow CLI and Go API implementations to coexist ### Patch Changes - [#898](#898) [`59b7400`](59b7400) Thanks [@ecPablo](https://github.com/ecPablo)! - remove hmac keys in favor of api key for cre - [#902](#902) [`aba964b`](aba964b) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(input): remove handling of object format Object format for input YAML is no longer supported; only array format is supported. - [#894](#894) [`4a9a5cc`](4a9a5cc) Thanks [@ajaskolski](https://github.com/ajaskolski)! - refactor: verification modular cmd use network cfg from cld - [#889](#889) [`aa6fdfd`](aa6fdfd) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(mcms): render proposal parameters in collapsible code blocks --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 60dbf0c commit 9e35fb0

File tree

7 files changed

+19
-28
lines changed

7 files changed

+19
-28
lines changed

.changeset/dark-lies-double.md

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

.changeset/fifty-mails-beam.md

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

.changeset/gold-baths-reply.md

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

.changeset/large-ads-clean.md

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

.changeset/slimy-owls-matter.md

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

CHANGELOG.md

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

3+
## 0.93.0
4+
5+
### Minor Changes
6+
7+
- [#896](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/896) [`0f6bdb1`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/0f6bdb1d6636a474727e298f77ca709669ab0086) Thanks [@ecPablo](https://github.com/ecPablo)! - add wrapper object for CRE to allow CLI and Go API implementations to coexist
8+
9+
### Patch Changes
10+
11+
- [#898](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/898) [`59b7400`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/59b74000cadd72d311c44cbb38b7623cbca4208e) Thanks [@ecPablo](https://github.com/ecPablo)! - remove hmac keys in favor of api key for cre
12+
13+
- [#902](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/902) [`aba964b`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/aba964b14498ac7b0ccd1ad45ff571025a7a7d80) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(input): remove handling of object format
14+
15+
Object format for input YAML is no longer supported; only array format is supported.
16+
17+
- [#894](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/894) [`4a9a5cc`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/4a9a5cc9b32a72614ca3d012124e75bb02f1c7aa) Thanks [@ajaskolski](https://github.com/ajaskolski)! - refactor: verification modular cmd use network cfg from cld
18+
19+
- [#889](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/889) [`aa6fdfd`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/aa6fdfdbd37c1534beb248f5d878245d658a3f81) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(mcms): render proposal parameters in collapsible code blocks
20+
321
## 0.92.0
422

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

0 commit comments

Comments
 (0)