Skip to content

Commit db416b5

Browse files
Version Packages (#331)
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 - [#336](#336) [`ed5dc34`](ed5dc34) Thanks [@jkongie](https://github.com/jkongie)! - Adds a struct to generate Cognito oauth tokens for Job Distributor - [#340](#340) [`c9e6857`](c9e6857) Thanks [@jkongie](https://github.com/jkongie)! - Adds `cli` package to `engine/cld/legacy` ### Patch Changes - [#327](#327) [`8d0cbfb`](8d0cbfb) Thanks [@giogam](https://github.com/giogam)! - feat: adds domain config - [#328](#328) [`240a44f`](240a44f) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(sui): use correct docker image on arm64 - [#332](#332) [`d577271`](d577271) Thanks [@ajaskolski](https://github.com/ajaskolski)! - refactor: move environment network from cld - [#337](#337) [`b3bdffc`](b3bdffc) Thanks [@giogam](https://github.com/giogam)! - chore: refactor camelCase with snake_case --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent c9e6857 commit db416b5

File tree

8 files changed

+19
-31
lines changed

8 files changed

+19
-31
lines changed

.changeset/long-chefs-sleep.md

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

.changeset/major-walls-stop.md

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

.changeset/proud-bananas-call.md

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

.changeset/red-views-accept.md

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

.changeset/sweet-frogs-talk.md

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

.changeset/three-cherries-deny.md

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

CHANGELOG.md

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

3+
## 0.36.0
4+
5+
### Minor Changes
6+
7+
- [#336](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/336) [`ed5dc34`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/ed5dc34958880d38cfa0c48e24181dfeaf8fd4f0) Thanks [@jkongie](https://github.com/jkongie)! - Adds a struct to generate Cognito oauth tokens for Job Distributor
8+
9+
- [#340](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/340) [`c9e6857`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/c9e6857091dd0a761e2c469dc3c60f8cf8551f60) Thanks [@jkongie](https://github.com/jkongie)! - Adds `cli` package to `engine/cld/legacy`
10+
11+
### Patch Changes
12+
13+
- [#327](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/327) [`8d0cbfb`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/8d0cbfb6581d6611609a08d50414506086221514) Thanks [@giogam](https://github.com/giogam)! - feat: adds domain config
14+
15+
- [#328](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/328) [`240a44f`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/240a44f7d17afb9343ca09a402cbe60d2e9c0fd7) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(sui): use correct docker image on arm64
16+
17+
- [#332](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/332) [`d577271`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/d57727139630cd31da5cfa4c4d74d8174dd2e347) Thanks [@ajaskolski](https://github.com/ajaskolski)! - refactor: move environment network from cld
18+
19+
- [#337](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/337) [`b3bdffc`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/b3bdffcd0346d329fc4e6a37397dec4cf277bc27) Thanks [@giogam](https://github.com/giogam)! - chore: refactor camelCase with snake_case
20+
321
## 0.35.0
422

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

0 commit comments

Comments
 (0)