Skip to content

Commit 21e1873

Browse files
Version Packages (#298)
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/[email protected] ### Minor Changes - [#297](#297) [`2a4a443`](2a4a443) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix: make predecessors parameter optional on NewProposal and NewTimelockProposal - [#310](#310) [`d5d9b16`](d5d9b16) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - feat: enable calling SetConfig without sending the transaction - [#301](#301) [`d8a156c`](d8a156c) Thanks [@akhilchainani](https://github.com/akhilchainani)! - Expose additional functions to help with proposal decoding - [#313](#313) [`4a4a5b5`](4a4a5b5) Thanks [@ecPablo](https://github.com/ecPablo)! - Remove dependency of timelock converter in solana with rpc.Client ### Patch Changes - [#311](#311) [`3808de9`](3808de9) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - Update to latest chainlink-ccip/chains/solana Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent d5d9b16 commit 21e1873

File tree

7 files changed

+17
-26
lines changed

7 files changed

+17
-26
lines changed

.changeset/eight-dolls-yawn.md

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

.changeset/hip-adults-sniff.md

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

.changeset/many-paws-type.md

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

.changeset/moody-llamas-serve.md

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

.changeset/violet-queens-rest.md

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

CHANGELOG.md

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

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- [#297](https://github.com/smartcontractkit/mcms/pull/297) [`2a4a443`](https://github.com/smartcontractkit/mcms/commit/2a4a443552b4098fd6fb23055b8ec5a5fabb110b) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix: make predecessors parameter optional on NewProposal and NewTimelockProposal
8+
9+
- [#310](https://github.com/smartcontractkit/mcms/pull/310) [`d5d9b16`](https://github.com/smartcontractkit/mcms/commit/d5d9b166d63330dae68e518e8dcdd0b4744bada9) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - feat: enable calling SetConfig without sending the transaction
10+
11+
- [#301](https://github.com/smartcontractkit/mcms/pull/301) [`d8a156c`](https://github.com/smartcontractkit/mcms/commit/d8a156c94f693bfeaa63b85a21e47ec4b4f1190e) Thanks [@akhilchainani](https://github.com/akhilchainani)! - Expose additional functions to help with proposal decoding
12+
13+
- [#313](https://github.com/smartcontractkit/mcms/pull/313) [`4a4a5b5`](https://github.com/smartcontractkit/mcms/commit/4a4a5b52d56bdc8b1fc810a11dee58bd588d672d) Thanks [@ecPablo](https://github.com/ecPablo)! - Remove dependency of timelock converter in solana with rpc.Client
14+
15+
### Patch Changes
16+
17+
- [#311](https://github.com/smartcontractkit/mcms/pull/311) [`3808de9`](https://github.com/smartcontractkit/mcms/commit/3808de9556cd10fb713b009fa29b5ed859d9ae65) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - Update to latest chainlink-ccip/chains/solana
18+
319
## 0.11.0
420

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

0 commit comments

Comments
 (0)