Skip to content

Commit 728344d

Browse files
Version Packages (#1065)
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.114.3 ### Patch Changes - [#1073](#1073) [`3161d2f`](3161d2f) Thanks [@FelixFan1992](https://github.com/FelixFan1992)! - upgrade chainlink-sui version - [#1071](#1071) [`ed7f969`](ed7f969) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(changesetoutput): mark Reports field as deprecated ## operations-gen@0.2.1 ### Patch Changes - [#1064](#1064) [`f9450e8`](f9450e8) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(operations-gen): skip constructor big.Int check when omit_deploy is set --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 3161d2f commit 728344d

7 files changed

Lines changed: 16 additions & 17 deletions

File tree

.changeset/new-wasps-sit.md

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

.changeset/sparkly-coins-pick.md

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

.changeset/tidy-coats-fly.md

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

CHANGELOG.md

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

3+
## 0.114.3
4+
5+
### Patch Changes
6+
7+
- [#1073](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1073) [`3161d2f`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/3161d2fc7dcc0a3d1acf30bb395d710453f1b0d1) Thanks [@FelixFan1992](https://github.com/FelixFan1992)! - upgrade chainlink-sui version
8+
9+
- [#1071](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1071) [`ed7f969`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/ed7f9694541bfe1f1ddc23c58f2f246564bc8071) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(changesetoutput): mark Reports field as deprecated
10+
311
## 0.114.2
412

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

tools/operations-gen/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# operations-gen
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#1064](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1064) [`f9450e8`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/f9450e8fb09b1b1acc2ef3fc542c6af957cd1894) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(operations-gen): skip constructor big.Int check when omit_deploy is set
8+
39
## 0.2.0
410

511
### Minor Changes

tools/operations-gen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "operations-gen",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"description": "Changesets metadata package for tools/operations-gen Go module"
66
}

0 commit comments

Comments
 (0)