From 9388a84c30d9d0319e36868bf0b7c7ec773ad936 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:01:57 +0000 Subject: [PATCH] Release packages (#121) --- .changeset/afraid-hornets-yell.md | 5 -- .changeset/afraid-numbers-share.md | 5 -- .changeset/angry-badgers-shop.md | 5 -- .changeset/breezy-ladybugs-smash.md | 5 -- .changeset/breezy-swans-try.md | 5 -- .changeset/chilled-waves-work.md | 5 -- .changeset/clean-cars-love.md | 5 -- .changeset/curvy-sheep-deliver.md | 5 -- .changeset/dry-crabs-appear.md | 5 -- .changeset/dull-bees-juggle.md | 5 -- .changeset/early-moles-confess.md | 5 -- .changeset/eighty-planets-give.md | 5 -- .changeset/few-meals-press.md | 5 -- .changeset/gold-beans-listen.md | 5 -- .changeset/gold-sloths-know.md | 5 -- .changeset/late-ducks-relate.md | 5 -- .changeset/late-games-grab.md | 5 -- .changeset/late-papayas-matter.md | 5 -- .changeset/lovely-glasses-cover.md | 5 -- .changeset/many-chairs-impress.md | 5 -- .changeset/mighty-socks-flash.md | 5 -- .changeset/rare-dodos-hope.md | 5 -- .changeset/red-toys-exist.md | 5 -- .changeset/shaggy-paws-jam.md | 5 -- .changeset/sixty-gorillas-judge.md | 5 -- .changeset/sour-monkeys-type.md | 5 -- .changeset/stale-yaks-arrive.md | 5 -- .changeset/strange-rings-sell.md | 5 -- .changeset/strong-countries-raise.md | 5 -- .changeset/tame-pillows-complain.md | 5 -- .changeset/tender-rings-punch.md | 5 -- .changeset/tender-tomatoes-sneeze.md | 5 -- .changeset/wise-fishes-bathe.md | 5 -- CHANGELOG.md | 72 ++++++++++++++++++++++++++++ package.json | 2 +- 35 files changed, 73 insertions(+), 166 deletions(-) delete mode 100644 .changeset/afraid-hornets-yell.md delete mode 100644 .changeset/afraid-numbers-share.md delete mode 100644 .changeset/angry-badgers-shop.md delete mode 100644 .changeset/breezy-ladybugs-smash.md delete mode 100644 .changeset/breezy-swans-try.md delete mode 100644 .changeset/chilled-waves-work.md delete mode 100644 .changeset/clean-cars-love.md delete mode 100644 .changeset/curvy-sheep-deliver.md delete mode 100644 .changeset/dry-crabs-appear.md delete mode 100644 .changeset/dull-bees-juggle.md delete mode 100644 .changeset/early-moles-confess.md delete mode 100644 .changeset/eighty-planets-give.md delete mode 100644 .changeset/few-meals-press.md delete mode 100644 .changeset/gold-beans-listen.md delete mode 100644 .changeset/gold-sloths-know.md delete mode 100644 .changeset/late-ducks-relate.md delete mode 100644 .changeset/late-games-grab.md delete mode 100644 .changeset/late-papayas-matter.md delete mode 100644 .changeset/lovely-glasses-cover.md delete mode 100644 .changeset/many-chairs-impress.md delete mode 100644 .changeset/mighty-socks-flash.md delete mode 100644 .changeset/rare-dodos-hope.md delete mode 100644 .changeset/red-toys-exist.md delete mode 100644 .changeset/shaggy-paws-jam.md delete mode 100644 .changeset/sixty-gorillas-judge.md delete mode 100644 .changeset/sour-monkeys-type.md delete mode 100644 .changeset/stale-yaks-arrive.md delete mode 100644 .changeset/strange-rings-sell.md delete mode 100644 .changeset/strong-countries-raise.md delete mode 100644 .changeset/tame-pillows-complain.md delete mode 100644 .changeset/tender-rings-punch.md delete mode 100644 .changeset/tender-tomatoes-sneeze.md delete mode 100644 .changeset/wise-fishes-bathe.md diff --git a/.changeset/afraid-hornets-yell.md b/.changeset/afraid-hornets-yell.md deleted file mode 100644 index 0625a7dbb..000000000 --- a/.changeset/afraid-hornets-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Link AccountNodes to PdaNodes diff --git a/.changeset/afraid-numbers-share.md b/.changeset/afraid-numbers-share.md deleted file mode 100644 index 6fe9704c1..000000000 --- a/.changeset/afraid-numbers-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Create isNode and assertIsNode helper functions diff --git a/.changeset/angry-badgers-shop.md b/.changeset/angry-badgers-shop.md deleted file mode 100644 index 7f8333d77..000000000 --- a/.changeset/angry-badgers-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Add Link nodes diff --git a/.changeset/breezy-ladybugs-smash.md b/.changeset/breezy-ladybugs-smash.md deleted file mode 100644 index f1f0abbb8..000000000 --- a/.changeset/breezy-ladybugs-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Remove TS unique symbols for nodes diff --git a/.changeset/breezy-swans-try.md b/.changeset/breezy-swans-try.md deleted file mode 100644 index ecdc0c642..000000000 --- a/.changeset/breezy-swans-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Remove redundant argDefaults in InstructionNode diff --git a/.changeset/chilled-waves-work.md b/.changeset/chilled-waves-work.md deleted file mode 100644 index 32e7454fb..000000000 --- a/.changeset/chilled-waves-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Refactored all visitors so they can be composed and created dynamically diff --git a/.changeset/clean-cars-love.md b/.changeset/clean-cars-love.md deleted file mode 100644 index 2c936f383..000000000 --- a/.changeset/clean-cars-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Add nonNullableIdentityVisitor diff --git a/.changeset/curvy-sheep-deliver.md b/.changeset/curvy-sheep-deliver.md deleted file mode 100644 index 340e1d2b1..000000000 --- a/.changeset/curvy-sheep-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Rename BoolTypeNode to BooleanTypeNode diff --git a/.changeset/dry-crabs-appear.md b/.changeset/dry-crabs-appear.md deleted file mode 100644 index e55c6e160..000000000 --- a/.changeset/dry-crabs-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Rename program create function in js-experimental diff --git a/.changeset/dull-bees-juggle.md b/.changeset/dull-bees-juggle.md deleted file mode 100644 index 4c3ecfe54..000000000 --- a/.changeset/dull-bees-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Create Value nodes diff --git a/.changeset/early-moles-confess.md b/.changeset/early-moles-confess.md deleted file mode 100644 index 5c3a2349f..000000000 --- a/.changeset/early-moles-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Render enums and identifier functions for program accounts and instructions diff --git a/.changeset/eighty-planets-give.md b/.changeset/eighty-planets-give.md deleted file mode 100644 index 7a3bf50bb..000000000 --- a/.changeset/eighty-planets-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Add fillDefaultPdaSeedValuesVisitor to recursively fill PDA default seed values diff --git a/.changeset/few-meals-press.md b/.changeset/few-meals-press.md deleted file mode 100644 index 2b6f92153..000000000 --- a/.changeset/few-meals-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Add base visitor tests for each node diff --git a/.changeset/gold-beans-listen.md b/.changeset/gold-beans-listen.md deleted file mode 100644 index a8e773423..000000000 --- a/.changeset/gold-beans-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Add discriminator nodes diff --git a/.changeset/gold-sloths-know.md b/.changeset/gold-sloths-know.md deleted file mode 100644 index e5de68379..000000000 --- a/.changeset/gold-sloths-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Support multiple kinds node selectors diff --git a/.changeset/late-ducks-relate.md b/.changeset/late-ducks-relate.md deleted file mode 100644 index 380432424..000000000 --- a/.changeset/late-ducks-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Add Contextual Value Nodes and use instead of InstructionDefaults diff --git a/.changeset/late-games-grab.md b/.changeset/late-games-grab.md deleted file mode 100644 index 40d3936ae..000000000 --- a/.changeset/late-games-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Refactor nodes for consistency diff --git a/.changeset/late-papayas-matter.md b/.changeset/late-papayas-matter.md deleted file mode 100644 index 245805a49..000000000 --- a/.changeset/late-papayas-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Make setStructDefaultValuesVisitor fill instruction arguments diff --git a/.changeset/lovely-glasses-cover.md b/.changeset/lovely-glasses-cover.md deleted file mode 100644 index 8f77d7038..000000000 --- a/.changeset/lovely-glasses-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Split the NumberWrapperNode into 3 distinct new nodes diff --git a/.changeset/many-chairs-impress.md b/.changeset/many-chairs-impress.md deleted file mode 100644 index 83d05a8a0..000000000 --- a/.changeset/many-chairs-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Remove AccountDataNode, InstructionDataArgsNode and InstructionExtraArgsNode diff --git a/.changeset/mighty-socks-flash.md b/.changeset/mighty-socks-flash.md deleted file mode 100644 index 1c5719e7e..000000000 --- a/.changeset/mighty-socks-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Add InstructionByteDeltaNode diff --git a/.changeset/rare-dodos-hope.md b/.changeset/rare-dodos-hope.md deleted file mode 100644 index 6de8a9c9f..000000000 --- a/.changeset/rare-dodos-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Create Size nodes diff --git a/.changeset/red-toys-exist.md b/.changeset/red-toys-exist.md deleted file mode 100644 index 2d92057cc..000000000 --- a/.changeset/red-toys-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Bring back seed check in setInstructionAccountDefaultValuesVisitor diff --git a/.changeset/shaggy-paws-jam.md b/.changeset/shaggy-paws-jam.md deleted file mode 100644 index c80288e04..000000000 --- a/.changeset/shaggy-paws-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Add a visitor that adds PDA nodes to programs diff --git a/.changeset/sixty-gorillas-judge.md b/.changeset/sixty-gorillas-judge.md deleted file mode 100644 index 90481dc7c..000000000 --- a/.changeset/sixty-gorillas-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Use name transformers for enum variant and data enum discriminator diff --git a/.changeset/sour-monkeys-type.md b/.changeset/sour-monkeys-type.md deleted file mode 100644 index 212c34683..000000000 --- a/.changeset/sour-monkeys-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Create PDA Seed nodes diff --git a/.changeset/stale-yaks-arrive.md b/.changeset/stale-yaks-arrive.md deleted file mode 100644 index a09475eb4..000000000 --- a/.changeset/stale-yaks-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Add PdaNode diff --git a/.changeset/strange-rings-sell.md b/.changeset/strange-rings-sell.md deleted file mode 100644 index b475c402c..000000000 --- a/.changeset/strange-rings-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Import program types from new @solana/programs in js-experimental client diff --git a/.changeset/strong-countries-raise.md b/.changeset/strong-countries-raise.md deleted file mode 100644 index 6ef81916b..000000000 --- a/.changeset/strong-countries-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Add InstructionRemainingAccountsNode diff --git a/.changeset/tame-pillows-complain.md b/.changeset/tame-pillows-complain.md deleted file mode 100644 index 3b60e9dac..000000000 --- a/.changeset/tame-pillows-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Add optional identifier to PublicKeyValueNode diff --git a/.changeset/tender-rings-punch.md b/.changeset/tender-rings-punch.md deleted file mode 100644 index f74ca3ff0..000000000 --- a/.changeset/tender-rings-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Remove internal booleans from nodes diff --git a/.changeset/tender-tomatoes-sneeze.md b/.changeset/tender-tomatoes-sneeze.md deleted file mode 100644 index a69e8dca4..000000000 --- a/.changeset/tender-tomatoes-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': minor ---- - -Refactor NodeSelector to be more powerful and simple to use diff --git a/.changeset/wise-fishes-bathe.md b/.changeset/wise-fishes-bathe.md deleted file mode 100644 index f9049f633..000000000 --- a/.changeset/wise-fishes-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@metaplex-foundation/kinobi': patch ---- - -Add constant seeds in Rust client diff --git a/CHANGELOG.md b/CHANGELOG.md index aa5984cb3..bee1d97f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,77 @@ # @metaplex-foundation/kinobi +## 0.17.0 + +### Minor Changes + +- [#128](https://github.com/metaplex-foundation/kinobi/pull/128) [`c517404`](https://github.com/metaplex-foundation/kinobi/commit/c51740476bd14fb1fba76629af1fcf437447318d) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Link AccountNodes to PdaNodes + +- [#127](https://github.com/metaplex-foundation/kinobi/pull/127) [`361d106`](https://github.com/metaplex-foundation/kinobi/commit/361d106e72b4fe15bec973901274b56dd07654ca) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add Link nodes + +- [#132](https://github.com/metaplex-foundation/kinobi/pull/132) [`a318698`](https://github.com/metaplex-foundation/kinobi/commit/a3186985829d74e79bcd97ecfe1606aff6fc712d) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove redundant argDefaults in InstructionNode + +- [#120](https://github.com/metaplex-foundation/kinobi/pull/120) [`828f31b`](https://github.com/metaplex-foundation/kinobi/commit/828f31b9da27e11723adac967ac75c98b32a68e1) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Refactored all visitors so they can be composed and created dynamically + +- [`9fa6240`](https://github.com/metaplex-foundation/kinobi/commit/9fa62403745d62a97beedafe97dda65a2909bd6a) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename BoolTypeNode to BooleanTypeNode + +- [#123](https://github.com/metaplex-foundation/kinobi/pull/123) [`1c1b1eb`](https://github.com/metaplex-foundation/kinobi/commit/1c1b1ebdc9d6cec76687cf189376ae4770b44c75) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Create Value nodes + +- [#138](https://github.com/metaplex-foundation/kinobi/pull/138) [`f399702`](https://github.com/metaplex-foundation/kinobi/commit/f399702c0a2281270e09642a54029f348b8753e7) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Render enums and identifier functions for program accounts and instructions + +- [#136](https://github.com/metaplex-foundation/kinobi/pull/136) [`6d02b0e`](https://github.com/metaplex-foundation/kinobi/commit/6d02b0ef8787967d313a6ae15508b62055d593f5) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add discriminator nodes + +- [#129](https://github.com/metaplex-foundation/kinobi/pull/129) [`b3ec72c`](https://github.com/metaplex-foundation/kinobi/commit/b3ec72c09fadce96e2d9ddda76626e47408b96dd) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add Contextual Value Nodes and use instead of InstructionDefaults + +- [#130](https://github.com/metaplex-foundation/kinobi/pull/130) [`3ef61bb`](https://github.com/metaplex-foundation/kinobi/commit/3ef61bbbcdcaf2276d617538fe4410ff8a9acdeb) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Refactor nodes for consistency + +- [#120](https://github.com/metaplex-foundation/kinobi/pull/120) [`828f31b`](https://github.com/metaplex-foundation/kinobi/commit/828f31b9da27e11723adac967ac75c98b32a68e1) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Split the NumberWrapperNode into 3 distinct new nodes + +- [#131](https://github.com/metaplex-foundation/kinobi/pull/131) [`dc2d2b0`](https://github.com/metaplex-foundation/kinobi/commit/dc2d2b012319ff4daefe45bea83499988831d1e1) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove AccountDataNode, InstructionDataArgsNode and InstructionExtraArgsNode + +- [#135](https://github.com/metaplex-foundation/kinobi/pull/135) [`cd243ea`](https://github.com/metaplex-foundation/kinobi/commit/cd243ead00d1e92ac7e80160114ad572650fc92c) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add InstructionByteDeltaNode + +- [#122](https://github.com/metaplex-foundation/kinobi/pull/122) [`122bb39`](https://github.com/metaplex-foundation/kinobi/commit/122bb390fe52dc60199f7af5e233d30f26d3f0da) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Create Size nodes + +- [#139](https://github.com/metaplex-foundation/kinobi/pull/139) [`3bfeb8c`](https://github.com/metaplex-foundation/kinobi/commit/3bfeb8c17b201036256a9f1906f6ef4bec861544) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add a visitor that adds PDA nodes to programs + +- [#124](https://github.com/metaplex-foundation/kinobi/pull/124) [`5fb8ca2`](https://github.com/metaplex-foundation/kinobi/commit/5fb8ca259ec229e1403bd6d140acdb079974e8db) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Create PDA Seed nodes + +- [#134](https://github.com/metaplex-foundation/kinobi/pull/134) [`9439055`](https://github.com/metaplex-foundation/kinobi/commit/9439055406574408820c70f7e72e2460e7aa7c43) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add InstructionRemainingAccountsNode + +- [#133](https://github.com/metaplex-foundation/kinobi/pull/133) [`9432c41`](https://github.com/metaplex-foundation/kinobi/commit/9432c414a3824e58e5ce1337153e2c651500d1f2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove internal booleans from nodes + +- [#120](https://github.com/metaplex-foundation/kinobi/pull/120) [`828f31b`](https://github.com/metaplex-foundation/kinobi/commit/828f31b9da27e11723adac967ac75c98b32a68e1) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Refactor NodeSelector to be more powerful and simple to use + +### Patch Changes + +- [#125](https://github.com/metaplex-foundation/kinobi/pull/125) [`22ce9ee`](https://github.com/metaplex-foundation/kinobi/commit/22ce9eed35a1eeb38312d6eff84d463c27d72648) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Create isNode and assertIsNode helper functions + +- [`728e68b`](https://github.com/metaplex-foundation/kinobi/commit/728e68baa36e4003e877b20c9f78767cf1756c5a) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove TS unique symbols for nodes + +- [#143](https://github.com/metaplex-foundation/kinobi/pull/143) [`cdac690`](https://github.com/metaplex-foundation/kinobi/commit/cdac69014b54dead30c0e40bf71d58b5b07acbed) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add nonNullableIdentityVisitor + +- [#145](https://github.com/metaplex-foundation/kinobi/pull/145) [`a9768f9`](https://github.com/metaplex-foundation/kinobi/commit/a9768f9848347fcb64b8da5e69bb57914e3cf9d9) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Rename program create function in js-experimental + +- [#142](https://github.com/metaplex-foundation/kinobi/pull/142) [`68c9288`](https://github.com/metaplex-foundation/kinobi/commit/68c928804cd64d61788a96b70794f7332c9c8e9b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add fillDefaultPdaSeedValuesVisitor to recursively fill PDA default seed values + +- [#137](https://github.com/metaplex-foundation/kinobi/pull/137) [`d1a2149`](https://github.com/metaplex-foundation/kinobi/commit/d1a21493de806b57d5bf51bed14c493a30b6b9c6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add base visitor tests for each node + +- [#142](https://github.com/metaplex-foundation/kinobi/pull/142) [`68c9288`](https://github.com/metaplex-foundation/kinobi/commit/68c928804cd64d61788a96b70794f7332c9c8e9b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Support multiple kinds node selectors + +- [#142](https://github.com/metaplex-foundation/kinobi/pull/142) [`68c9288`](https://github.com/metaplex-foundation/kinobi/commit/68c928804cd64d61788a96b70794f7332c9c8e9b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Make setStructDefaultValuesVisitor fill instruction arguments + +- [#142](https://github.com/metaplex-foundation/kinobi/pull/142) [`68c9288`](https://github.com/metaplex-foundation/kinobi/commit/68c928804cd64d61788a96b70794f7332c9c8e9b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Bring back seed check in setInstructionAccountDefaultValuesVisitor + +- [#140](https://github.com/metaplex-foundation/kinobi/pull/140) [`69a9f3e`](https://github.com/metaplex-foundation/kinobi/commit/69a9f3e77baac1fcb8d106a6152d6c3886921f44) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use name transformers for enum variant and data enum discriminator + +- [#126](https://github.com/metaplex-foundation/kinobi/pull/126) [`fc32421`](https://github.com/metaplex-foundation/kinobi/commit/fc3242132ff2fbd10fe97b3100b6941de90d6bc5) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add PdaNode + +- [#141](https://github.com/metaplex-foundation/kinobi/pull/141) [`8784db9`](https://github.com/metaplex-foundation/kinobi/commit/8784db99686bfceffc87e079612168835573dcd5) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Import program types from new @solana/programs in js-experimental client + +- [#147](https://github.com/metaplex-foundation/kinobi/pull/147) [`ceb467a`](https://github.com/metaplex-foundation/kinobi/commit/ceb467a541cb331cfdc4dc894f97392de0557988) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional identifier to PublicKeyValueNode + +- [#144](https://github.com/metaplex-foundation/kinobi/pull/144) [`b8939de`](https://github.com/metaplex-foundation/kinobi/commit/b8939de85fe523669a3854cea6ad68657f57b0e7) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add constant seeds in Rust client + ## 0.16.14 ### Patch Changes diff --git a/package.json b/package.json index 1805fdf5a..42e179fd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metaplex-foundation/kinobi", - "version": "0.16.14", + "version": "0.17.0", "description": "Generate powerful clients for your Solana programs", "main": "dist/cjs/index.js", "types": "dist/types/index.d.ts",