Skip to content

Commit b3c866b

Browse files
Version Packages (#382)
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.19.3 ### Patch Changes - [#384](#384) [`80e82ad`](80e82ad) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - fix(solana): use smaller batch "append instruction" chunk size - [#381](#381) [`0b3000a`](0b3000a) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - fix(solana): use smaller batch size for the "appendSigner" instructions Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 80e82ad commit b3c866b

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/five-bobcats-wave.md

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

.changeset/twenty-trains-allow.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.19.3
4+
5+
### Patch Changes
6+
7+
- [#384](https://github.com/smartcontractkit/mcms/pull/384) [`80e82ad`](https://github.com/smartcontractkit/mcms/commit/80e82ad071080c870e876d098eba3827a8bcd4ed) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - fix(solana): use smaller batch "append instruction" chunk size
8+
9+
- [#381](https://github.com/smartcontractkit/mcms/pull/381) [`0b3000a`](https://github.com/smartcontractkit/mcms/commit/0b3000ac7471503e93836a4ecd23b4378555758e) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - fix(solana): use smaller batch size for the "appendSigner" instructions
10+
311
## 0.19.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.19.2",
3+
"version": "0.19.3",
44
"description": "Tools/Libraries to Deploy/Manage/Interact with MCMS",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)