Skip to content

Commit b630bd1

Browse files
Version Packages (#442)
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 ## @smartcontractkit/mcms@0.22.0 ### Minor Changes - [#441](#441) [`fdf66b3`](fdf66b3) Thanks [@ecPablo](https://github.com/ecPablo)! - Adds support for getMinDelay to timelock inspectors on all supported chain families - [#446](#446) [`2e56b50`](2e56b50) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - feat: implement TimelockProposal.Merge() - [#450](#450) [`6e542cb`](6e542cb) Thanks [@ecPablo](https://github.com/ecPablo)! - feat: add converted operations count function ### Patch Changes - [#449](#449) [`8f14da3`](8f14da3) Thanks [@ecPablo](https://github.com/ecPablo)! - fix: avoid requiring all executors for converters generation Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent a7ff64c commit b630bd1

File tree

6 files changed

+15
-21
lines changed

6 files changed

+15
-21
lines changed

.changeset/gentle-islands-cut.md

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

.changeset/giant-plums-dress.md

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

.changeset/real-goats-smash.md

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

.changeset/solid-books-wish.md

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

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @smartcontractkit/mcms
22

3+
## 0.22.0
4+
5+
### Minor Changes
6+
7+
- [#441](https://github.com/smartcontractkit/mcms/pull/441) [`fdf66b3`](https://github.com/smartcontractkit/mcms/commit/fdf66b3210adc6fdb2b8763bcdedba0dd06ee5bb) Thanks [@ecPablo](https://github.com/ecPablo)! - Adds support for getMinDelay to timelock inspectors on all supported chain families
8+
9+
- [#446](https://github.com/smartcontractkit/mcms/pull/446) [`2e56b50`](https://github.com/smartcontractkit/mcms/commit/2e56b5047882d65a6ba10806062a2200fca716f0) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - feat: implement TimelockProposal.Merge()
10+
11+
- [#450](https://github.com/smartcontractkit/mcms/pull/450) [`6e542cb`](https://github.com/smartcontractkit/mcms/commit/6e542cb9887e246af9c68a2d18cbb4320bda2767) Thanks [@ecPablo](https://github.com/ecPablo)! - feat: add converted operations count function
12+
13+
### Patch Changes
14+
15+
- [#449](https://github.com/smartcontractkit/mcms/pull/449) [`8f14da3`](https://github.com/smartcontractkit/mcms/commit/8f14da380cf1618e169ae08b2c8b2f470d621f60) Thanks [@ecPablo](https://github.com/ecPablo)! - fix: avoid requiring all executors for converters generation
16+
317
## 0.21.2
418

519
### 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": "@smartcontractkit/mcms",
3-
"version": "0.21.2",
3+
"version": "0.22.0",
44
"description": "Tools/Libraries to Deploy/Manage/Interact with MCMS",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)