Skip to content

Commit a9c237a

Browse files
Version Packages (#348)
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.17.0 ### Minor Changes - [#355](#355) [`28b56e3`](28b56e3) Thanks [@friedemannf](https://github.com/friedemannf)! - Add Timelock support for Aptos - [#265](#265) [`a51bc1b`](a51bc1b) Thanks [@friedemannf](https://github.com/friedemannf)! - Add Aptos support ### Patch Changes - [#350](#350) [`46b795b`](46b795b) Thanks [@ecPablo](https://github.com/ecPablo)! - update ledger product ids Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 28b56e3 commit a9c237a

File tree

5 files changed

+13
-16
lines changed

5 files changed

+13
-16
lines changed

.changeset/new-olives-hug.md

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

.changeset/orange-tools-hammer.md

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

.changeset/shy-clowns-make.md

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

CHANGELOG.md

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

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- [#355](https://github.com/smartcontractkit/mcms/pull/355) [`28b56e3`](https://github.com/smartcontractkit/mcms/commit/28b56e31d312458457faf12c9e6354018c2c84b2) Thanks [@friedemannf](https://github.com/friedemannf)! - Add Timelock support for Aptos
8+
9+
- [#265](https://github.com/smartcontractkit/mcms/pull/265) [`a51bc1b`](https://github.com/smartcontractkit/mcms/commit/a51bc1bba20e98f14f0973550f90f80fe58dd2a7) Thanks [@friedemannf](https://github.com/friedemannf)! - Add Aptos support
10+
11+
### Patch Changes
12+
13+
- [#350](https://github.com/smartcontractkit/mcms/pull/350) [`46b795b`](https://github.com/smartcontractkit/mcms/commit/46b795bfbb96e826d3c8a6a28e8e1134e71e354d) Thanks [@ecPablo](https://github.com/ecPablo)! - update ledger product ids
14+
315
## 0.16.1
416

517
### 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.16.1",
3+
"version": "0.17.0",
44
"description": "Tools/Libraries to Deploy/Manage/Interact with MCMS",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)