Skip to content

Commit 6634b58

Browse files
Version Packages (#578)
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.67.0 ### Minor Changes - [#573](#573) [`f7a31c2`](f7a31c2) Thanks [@DimitriosNaikopoulos](https://github.com/DimitriosNaikopoulos)! - add grpc keepalive, retries and connection closure functionality - [#580](#580) [`0baab99`](0baab99) Thanks [@jadepark-dev](https://github.com/jadepark-dev)! - expose TON CTF configs to caller - [#577](#577) [`a1074b1`](a1074b1) Thanks [@jkongie](https://github.com/jkongie)! - Updates `go-ethereum` to v1.16.7 - [#579](#579) [`5d15395`](5d15395) Thanks [@giogam](https://github.com/giogam)! - feat: adds 'all' datastore config option --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 0baab99 commit 6634b58

File tree

6 files changed

+13
-21
lines changed

6 files changed

+13
-21
lines changed

.changeset/eleven-dragons-laugh.md

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

.changeset/good-cups-invite.md

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

.changeset/shy-tigers-pull.md

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

.changeset/ten-readers-dance.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.67.0
4+
5+
### Minor Changes
6+
7+
- [#573](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/573) [`f7a31c2`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/f7a31c2b79a846f36b4b6116222c5498b5b3742f) Thanks [@DimitriosNaikopoulos](https://github.com/DimitriosNaikopoulos)! - add grpc keepalive, retries and connection closure functionality
8+
9+
- [#580](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/580) [`0baab99`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/0baab9933ad267632f44ef0ec928cfb25b50481e) Thanks [@jadepark-dev](https://github.com/jadepark-dev)! - expose TON CTF configs to caller
10+
11+
- [#577](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/577) [`a1074b1`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/a1074b15fe62936ebd4b19e2941cc9a144416c1d) Thanks [@jkongie](https://github.com/jkongie)! - Updates `go-ethereum` to v1.16.7
12+
13+
- [#579](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/579) [`5d15395`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/5d153955f7b8b48f8f36d1585eda337940aaff01) Thanks [@giogam](https://github.com/giogam)! - feat: adds 'all' datastore config option
14+
315
## 0.66.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.66.1",
3+
"version": "0.67.0",
44
"description": "A deployment framework for chainlink-deployments ",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)