Skip to content

Commit 7b16b58

Browse files
Version Packages (#325)
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] ### Patch Changes - [#323](#323) [`008aec7`](008aec7) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - solana: update rootSignaturesPDA to include authority as new seed - [#324](#324) [`fc04e76`](fc04e76) Thanks [@ecPablo](https://github.com/ecPablo)! - allow empty accounts in solana additional fields for transactions Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 5574186 commit 7b16b58

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/nasty-teachers-relax.md

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

.changeset/silver-beans-design.md

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

CHANGELOG.md

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

3+
## 0.12.3
4+
5+
### Patch Changes
6+
7+
- [#323](https://github.com/smartcontractkit/mcms/pull/323) [`008aec7`](https://github.com/smartcontractkit/mcms/commit/008aec734962e517b5bb9f9cb384c5ac2d08fff8) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - solana: update rootSignaturesPDA to include authority as new seed
8+
9+
- [#324](https://github.com/smartcontractkit/mcms/pull/324) [`fc04e76`](https://github.com/smartcontractkit/mcms/commit/fc04e76deac968504b9af51c7c0862fff809cfd9) Thanks [@ecPablo](https://github.com/ecPablo)! - allow empty accounts in solana additional fields for transactions
10+
311
## 0.12.2
412

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

0 commit comments

Comments
 (0)