Skip to content

Commit f8758e9

Browse files
Version Packages (#353)
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] ### Minor Changes - [#357](#357) [`8289afa`](8289afa) Thanks [@jkongie](https://github.com/jkongie)! - Moves `environment.Config` to `config.Config` - [#352](#352) [`5088d9c`](5088d9c) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix: migrate Update Node from CLD ### Patch Changes - [#355](#355) [`63d8f65`](63d8f65) Thanks [@bytesizedroll](https://github.com/bytesizedroll)! - Fix flaky test in TestRegisterNode_Success_Plugin - [#358](#358) [`6ef6875`](6ef6875) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - Migrate LoadCatalogStore and LoadJDClient to engine - [#356](#356) [`fd159c8`](fd159c8) Thanks [@giogam](https://github.com/giogam)! - feat(environment): removes getLegacyNetworkTypes --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 8289afa commit f8758e9

File tree

7 files changed

+17
-26
lines changed

7 files changed

+17
-26
lines changed

.changeset/eight-regions-care.md

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

.changeset/eight-worlds-film.md

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

.changeset/eleven-turkeys-attack.md

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

.changeset/sour-windows-begin.md

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

.changeset/wicked-walls-promise.md

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

CHANGELOG.md

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

3+
## 0.39.0
4+
5+
### Minor Changes
6+
7+
- [#357](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/357) [`8289afa`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/8289afa366c63d9288251b4c355f65135537b517) Thanks [@jkongie](https://github.com/jkongie)! - Moves `environment.Config` to `config.Config`
8+
9+
- [#352](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/352) [`5088d9c`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/5088d9c99c8bdae6f00d4190ef8f0b1766394cb6) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix: migrate Update Node from CLD
10+
11+
### Patch Changes
12+
13+
- [#355](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/355) [`63d8f65`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/63d8f65e3f156862d00ed4562fbdc9d460b8a1e7) Thanks [@bytesizedroll](https://github.com/bytesizedroll)! - Fix flaky test in TestRegisterNode_Success_Plugin
14+
15+
- [#358](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/358) [`6ef6875`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/6ef6875d8d498f55c9bc89d6969c20006297cc71) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - Migrate LoadCatalogStore and LoadJDClient to engine
16+
17+
- [#356](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/356) [`fd159c8`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/fd159c8e15ae31aacefeb9dea7b5c947c97b5ad6) Thanks [@giogam](https://github.com/giogam)! - feat(environment): removes getLegacyNetworkTypes
18+
319
## 0.38.0
420

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

0 commit comments

Comments
 (0)