Skip to content

Commit fc8369e

Browse files
Version Packages (#343)
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 ## [email protected] ### Patch Changes - [#338](#338) [`d207c3b`](d207c3b) Thanks [@giogam](https://github.com/giogam)! - feat: load network types from domain config - [#344](#344) [`cf1cc45`](cf1cc45) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(operations): handle missing case causing Operations APi unable to serialize certain Marshalable struct - [#345](#345) [`ba11ea0`](ba11ea0) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - Migrated Dry Run JD Client from CLD --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent cf1cc45 commit fc8369e

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/chilled-glasses-notice.md

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

.changeset/quick-bats-grab.md

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

.changeset/slimy-forks-worry.md

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

CHANGELOG.md

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

3+
## 0.37.1
4+
5+
### Patch Changes
6+
7+
- [#338](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/338) [`d207c3b`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/d207c3b4f9bd9a6adf8171cb333e325c45588bd6) Thanks [@giogam](https://github.com/giogam)! - feat: load network types from domain config
8+
9+
- [#344](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/344) [`cf1cc45`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/cf1cc4586605d13276edb2033fdd68942e78946a) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(operations): handle missing case causing Operations APi unable to serialize certain Marshalable struct
10+
11+
- [#345](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/345) [`ba11ea0`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/ba11ea024b8d8796aa834dbab2b60b977f3b0595) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - Migrated Dry Run JD Client from CLD
12+
313
## 0.37.0
414

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

0 commit comments

Comments
 (0)