From 92c9b5a197d3282e3f233609dbbb2985f7f20efc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:26:11 +0000 Subject: [PATCH] Release packages (#175) --- .changeset/blue-sheep-fly.md | 5 ----- .changeset/mean-oranges-bathe.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/blue-sheep-fly.md delete mode 100644 .changeset/mean-oranges-bathe.md diff --git a/.changeset/blue-sheep-fly.md b/.changeset/blue-sheep-fly.md deleted file mode 100644 index c92e2bf36..000000000 --- a/.changeset/blue-sheep-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@metaplex-foundation/kinobi": patch ---- - -Update prettier dependency for JS renderers diff --git a/.changeset/mean-oranges-bathe.md b/.changeset/mean-oranges-bathe.md deleted file mode 100644 index 92d1f532f..000000000 --- a/.changeset/mean-oranges-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@metaplex-foundation/kinobi": patch ---- - -Add mpl-core program to DEFAULT_INSTRUCTION_ACCOUNT_DEFAULT_RULES diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c74e75e..efadeee79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @metaplex-foundation/kinobi +## 0.17.10 + +### Patch Changes + +- [#176](https://github.com/metaplex-foundation/kinobi/pull/176) [`50b63f7`](https://github.com/metaplex-foundation/kinobi/commit/50b63f73dad7e416400cb8912d56105710080516) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update prettier dependency for JS renderers + +- [#171](https://github.com/metaplex-foundation/kinobi/pull/171) [`47207e9`](https://github.com/metaplex-foundation/kinobi/commit/47207e9231640299fab4586afd6d1a095cb17f75) Thanks [@shotgunofdeath](https://github.com/shotgunofdeath)! - Add mpl-core program to DEFAULT_INSTRUCTION_ACCOUNT_DEFAULT_RULES + ## 0.17.9 ### Patch Changes diff --git a/package.json b/package.json index 18a8342a7..05bf4c434 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/kinobi", - "version": "0.17.9", + "version": "0.17.10", "description": "Generate powerful clients for your Solana programs", "main": "dist/cjs/index.js", "types": "dist/types/index.d.ts",