Skip to content

Commit

Permalink
Version Packages (#273)
Browse files Browse the repository at this point in the history
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

- [#276](#276)
[`27b77d5`](27b77d5)
Thanks [@akhilchainani](https://github.com/akhilchainani)! - Update
constructors to add predecessor proposals for queuing

- [#254](#254)
[`aad56bd`](aad56bd)
Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! -
feat(solana): add setRoot simulator

- [#279](#279)
[`3287f3c`](3287f3c)
Thanks [@ecPablo](https://github.com/ecPablo)! - Fix bug with multichain
timelock execution with predecessors calculation

### Patch Changes

- [#274](#274)
[`28d52c3`](28d52c3)
Thanks [@graham-chainlink](https://github.com/graham-chainlink)! -
fix(solana): fix simulator side effect bug

Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
  • Loading branch information
app-token-issuer-engops[bot] authored Feb 3, 2025
1 parent 3287f3c commit 9d8fc1a
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/real-kangaroos-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-pianos-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-bags-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-turtles-notice.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @smartcontractkit/mcms

## 0.8.0

### Minor Changes

- [#276](https://github.com/smartcontractkit/mcms/pull/276) [`27b77d5`](https://github.com/smartcontractkit/mcms/commit/27b77d5143e48bafc2cb1d1bac6b75389728adc3) Thanks [@akhilchainani](https://github.com/akhilchainani)! - Update constructors to add predecessor proposals for queuing

- [#254](https://github.com/smartcontractkit/mcms/pull/254) [`aad56bd`](https://github.com/smartcontractkit/mcms/commit/aad56bd4a49f703dd9580a6ba0d25abae573cc95) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - feat(solana): add setRoot simulator

- [#279](https://github.com/smartcontractkit/mcms/pull/279) [`3287f3c`](https://github.com/smartcontractkit/mcms/commit/3287f3cf49636f017ef70e88cad68ae4ba535654) Thanks [@ecPablo](https://github.com/ecPablo)! - Fix bug with multichain timelock execution with predecessors calculation

### Patch Changes

- [#274](https://github.com/smartcontractkit/mcms/pull/274) [`28d52c3`](https://github.com/smartcontractkit/mcms/commit/28d52c329b039b6fc94a9e3394b24c564a2e0d5c) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(solana): fix simulator side effect bug

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartcontractkit/mcms",
"version": "0.7.0",
"version": "0.8.0",
"description": "Tools/Libraries to Deploy/Manage/Interact with MCMS",
"private": true,
"scripts": {
Expand Down

0 comments on commit 9d8fc1a

Please sign in to comment.