Skip to content

Commit f93a6b2

Browse files
Version Packages (#348)
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 - [#349](#349) [`811b2b5`](811b2b5) Thanks [@DimitriosNaikopoulos](https://github.com/DimitriosNaikopoulos)! - Add scaffolding to the framework - [#350](#350) [`0344f12`](0344f12) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat: migrate ProposeJob and RegisterNode from CLD to CLDF - [#347](#347) [`6639d28`](6639d28) Thanks [@jkongie](https://github.com/jkongie)! - Remove unused `changeset.RequireDeployerKeyBalance` method as it is unused. - [#351](#351) [`2587c25`](2587c25) Thanks [@jkongie](https://github.com/jkongie)! - Adds an `environment.LoadConfig` method to load all config for an environment --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 0344f12 commit f93a6b2

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/bitter-months-joke.md

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

.changeset/khaki-pans-build.md

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

.changeset/lucky-jobs-jam.md

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

.changeset/quick-carpets-fry.md

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

CHANGELOG.md

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

3+
## 0.38.0
4+
5+
### Minor Changes
6+
7+
- [#349](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/349) [`811b2b5`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/811b2b5b0d60614e3d3df4e7e96d88282b4e35d5) Thanks [@DimitriosNaikopoulos](https://github.com/DimitriosNaikopoulos)! - Add scaffolding to the framework
8+
9+
- [#350](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/350) [`0344f12`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/0344f129ce2b6d4f6af1df2abbb1c52763667fa3) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat: migrate ProposeJob and RegisterNode from CLD to CLDF
10+
11+
- [#347](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/347) [`6639d28`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/6639d285c03ab8e92ca649508c5bba0fe22e2e51) Thanks [@jkongie](https://github.com/jkongie)! - Remove unused `changeset.RequireDeployerKeyBalance` method as it is unused.
12+
13+
- [#351](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/351) [`2587c25`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/2587c254390f7a0e9f50aace28b12ea8b6878223) Thanks [@jkongie](https://github.com/jkongie)! - Adds an `environment.LoadConfig` method to load all config for an environment
14+
315
## 0.37.1
416

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

0 commit comments

Comments
 (0)