Skip to content

Commit 49b797b

Browse files
Version Packages (#250)
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 - [#249](#249) [`01b951b`](01b951b) Thanks [@ajaskolski](https://github.com/ajaskolski)! - refactor: migrates nodes management logic from cld - [#259](#259) [`1d96752`](1d96752) Thanks [@jkongie](https://github.com/jkongie)! - [BREAKING] The Load function of Network Config has been changed to simplify the URL transformation option - [#258](#258) [`0e7b13c`](0e7b13c) Thanks [@jkongie](https://github.com/jkongie)! - Adds configuration loading to the CLD engine - [#251](#251) [`6c1338e`](6c1338e) Thanks [@ajaskolski](https://github.com/ajaskolski)! - refactor: adds files and json utils from cld ### Patch Changes - [#252](#252) [`4d57885`](4d57885) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - BREAKING: remove deployment.OffchainClient. Use offchain.Client instead Migration Guide: cldf "github.com/smartcontractkit/chainlink-deployments-framework/deployment" -> cldf_offchain "github.com/smartcontractkit/chainlink-deployments-framework/offchain" cldf.OffchainClient -> offchain.Client - [#256](#256) [`afca1be`](afca1be) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - use dev tagged image for TON CTF Provider - [#253](#253) [`f8876aa`](f8876aa) Thanks [@eduard-cl](https://github.com/eduard-cl)! - Refactor the Tron package options to be pointers in order to support optional configuration. --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 0e7b13c commit 49b797b

9 files changed

+28
-43
lines changed

.changeset/better-singers-nail.md

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

.changeset/cuddly-crabs-serve.md

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

.changeset/curly-olives-write.md

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

.changeset/cute-tigers-smell.md

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

.changeset/soft-dingos-worry.md

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

.changeset/tiny-paws-visit.md

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

.changeset/wet-days-raise.md

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

CHANGELOG.md

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

3+
## 0.22.0
4+
5+
### Minor Changes
6+
7+
- [#249](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/249) [`01b951b`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/01b951bc5bf9c1ba8edd1a620819a2c023409edd) Thanks [@ajaskolski](https://github.com/ajaskolski)! - refactor: migrates nodes management logic from cld
8+
9+
- [#259](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/259) [`1d96752`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/1d9675226efc16bff68b23772e70ceb6da962582) Thanks [@jkongie](https://github.com/jkongie)! - [BREAKING] The Load function of Network Config has been changed to simplify the URL transformation option
10+
11+
- [#258](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/258) [`0e7b13c`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/0e7b13c5f817d2da1a019ebfd95520f215a10e1c) Thanks [@jkongie](https://github.com/jkongie)! - Adds configuration loading to the CLD engine
12+
13+
- [#251](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/251) [`6c1338e`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/6c1338e66edfe0cccaeae91aaa1a1dd9074999da) Thanks [@ajaskolski](https://github.com/ajaskolski)! - refactor: adds files and json utils from cld
14+
15+
### Patch Changes
16+
17+
- [#252](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/252) [`4d57885`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/4d57885f3b3248a499f1a22744f8418144000236) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - BREAKING: remove deployment.OffchainClient. Use offchain.Client instead
18+
19+
Migration Guide:
20+
21+
```
22+
cldf "github.com/smartcontractkit/chainlink-deployments-framework/deployment" -> cldf_offchain "github.com/smartcontractkit/chainlink-deployments-framework/offchain"
23+
cldf.OffchainClient -> offchain.Client
24+
```
25+
26+
- [#256](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/256) [`afca1be`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/afca1be4cfc6a7e32694a069289ef27f00105e0a) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - use dev tagged image for TON CTF Provider
27+
28+
- [#253](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/253) [`f8876aa`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/f8876aa46bfdde3f06c8f98d133d27f5320cfd14) Thanks [@eduard-cl](https://github.com/eduard-cl)! - Refactor the Tron package options to be pointers in order to support optional configuration.
29+
330
## 0.21.0
431

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

0 commit comments

Comments
 (0)