From 5929361efe8993eed02ded50c7144b7fcbcf13d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 10:47:05 +0000 Subject: [PATCH] Release packages (#180) --- .changeset/six-gorillas-battle.md | 5 ----- .changeset/tough-bags-dress.md | 5 ----- .changeset/violet-clocks-pull.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/six-gorillas-battle.md delete mode 100644 .changeset/tough-bags-dress.md delete mode 100644 .changeset/violet-clocks-pull.md diff --git a/.changeset/six-gorillas-battle.md b/.changeset/six-gorillas-battle.md deleted file mode 100644 index de06a0120..000000000 --- a/.changeset/six-gorillas-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@metaplex-foundation/kinobi": minor ---- - -Remove non-signer function overloads in JS experimental renderer diff --git a/.changeset/tough-bags-dress.md b/.changeset/tough-bags-dress.md deleted file mode 100644 index 5bb8e1943..000000000 --- a/.changeset/tough-bags-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@metaplex-foundation/kinobi": patch ---- - -Use generated address constant in instruction pages of JS experimental renderer diff --git a/.changeset/violet-clocks-pull.md b/.changeset/violet-clocks-pull.md deleted file mode 100644 index ad55c6b7b..000000000 --- a/.changeset/violet-clocks-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@metaplex-foundation/kinobi": patch ---- - -Fix enum size import issue in JS renderers diff --git a/CHANGELOG.md b/CHANGELOG.md index efadeee79..c740f278d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @metaplex-foundation/kinobi +## 0.18.0 + +### Minor Changes + +- [#182](https://github.com/metaplex-foundation/kinobi/pull/182) [`7af4ce6`](https://github.com/metaplex-foundation/kinobi/commit/7af4ce67d1459590cdaad52f0953d8a4f29c6aa6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove non-signer function overloads in JS experimental renderer + +### Patch Changes + +- [#182](https://github.com/metaplex-foundation/kinobi/pull/182) [`7af4ce6`](https://github.com/metaplex-foundation/kinobi/commit/7af4ce67d1459590cdaad52f0953d8a4f29c6aa6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use generated address constant in instruction pages of JS experimental renderer + +- [#179](https://github.com/metaplex-foundation/kinobi/pull/179) [`dc8dea7`](https://github.com/metaplex-foundation/kinobi/commit/dc8dea7494101a3e320802e4c4636f11b98fdc09) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix enum size import issue in JS renderers + ## 0.17.10 ### Patch Changes diff --git a/package.json b/package.json index 05bf4c434..4006393e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/kinobi", - "version": "0.17.10", + "version": "0.18.0", "description": "Generate powerful clients for your Solana programs", "main": "dist/cjs/index.js", "types": "dist/types/index.d.ts",