Skip to content

Commit fc56aeb

Browse files
Version Packages (#1048)
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.112.0 ### Minor Changes - [#1047](#1047) [`e389ad2`](e389ad2) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(operation): support gas bumping option for NewDeploy ### Patch Changes - [#1050](#1050) [`56be0e3`](56be0e3) Thanks [@JohnChangUK](https://github.com/JohnChangUK)! - Bump `mcms` to v0.48.1 to pick up Canton enum encoding dependency updates. ## operations-gen@0.1.0 ### Minor Changes - [#1049](#1049) [`4c5edff`](4c5edff) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat: Add zkSync VM bytecode support to operations-gen. Generated Deploy operations can now include `ZkSyncVM` bytecode via `zksync_bytecode` and `zksync_bindings_package` config fields. --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 5bef14a commit fc56aeb

7 files changed

Lines changed: 19 additions & 17 deletions

File tree

.changeset/clear-beans-deny.md

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

.changeset/dry-paws-unite.md

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

.changeset/mcms-bump.md

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

CHANGELOG.md

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

3+
## 0.112.0
4+
5+
### Minor Changes
6+
7+
- [#1047](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1047) [`e389ad2`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/e389ad2f0f7e6cd32156fc3f38f616079335685c) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(operation): support gas bumping option for NewDeploy
8+
9+
### Patch Changes
10+
11+
- [#1050](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1050) [`56be0e3`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/56be0e324f86626e18503871bdbe967b682a5162) Thanks [@JohnChangUK](https://github.com/JohnChangUK)! - Bump `mcms` to v0.48.1 to pick up Canton enum encoding dependency updates.
12+
313
## 0.111.1
414

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

tools/operations-gen/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# operations-gen
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#1049](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1049) [`4c5edff`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/4c5edffceff59c11d1f8fe9e252046e61a3e0f18) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat: Add zkSync VM bytecode support to operations-gen. Generated Deploy operations can now include `ZkSyncVM` bytecode via `zksync_bytecode` and `zksync_bindings_package` config fields.

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.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"description": "Changesets metadata package for tools/operations-gen Go module"
66
}

0 commit comments

Comments
 (0)