Explorar el Código

Publish packages (#95)

github-actions[bot] hace 1 año
padre
commit
5d362dadaa

+ 0 - 7
.changeset/forty-chefs-know.md

@@ -1,7 +0,0 @@
----
-"@kinobi-so/nodes-from-anchor": patch
-"@kinobi-so/errors": patch
-"@kinobi-so/nodes": patch
----
-
-set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being.

+ 0 - 5
.changeset/tough-worms-punch.md

@@ -1,5 +0,0 @@
----
-"@kinobi-so/visitors-core": patch
----
-
-Fix identityVisitor for inlined PdaValueNode

+ 9 - 0
packages/errors/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @kinobi-so/errors
 
+## 0.20.5
+
+### Patch Changes
+
+- [#42](https://github.com/kinobi-so/kinobi/pull/42) [`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being.
+
+- Updated dependencies []:
+  - @kinobi-so/node-types@0.20.5
+
 ## 0.20.4
 
 ### Patch Changes

+ 1 - 1
packages/errors/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/errors",
-    "version": "0.20.4",
+    "version": "0.20.5",
     "description": "Error management for Kinobi",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 10 - 0
packages/library/CHANGELOG.md

@@ -1,5 +1,15 @@
 # kinobi
 
+## 0.20.5
+
+### Patch Changes
+
+- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
+  - @kinobi-so/errors@0.20.5
+  - @kinobi-so/nodes@0.20.5
+  - @kinobi-so/validators@0.20.5
+  - @kinobi-so/visitors@0.20.5
+
 ## 0.20.4
 
 ### Patch Changes

+ 1 - 1
packages/library/package.json

@@ -1,6 +1,6 @@
 {
     "name": "kinobi",
-    "version": "0.20.4",
+    "version": "0.20.5",
     "description": "A Solana framework for building standardised programs",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 2 - 0
packages/node-types/CHANGELOG.md

@@ -1,5 +1,7 @@
 # @kinobi-so/node-types
 
+## 0.20.5
+
 ## 0.20.4
 
 ### Patch Changes

+ 1 - 1
packages/node-types/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/node-types",
-    "version": "0.20.4",
+    "version": "0.20.5",
     "description": "Node specifications for the Kinobi standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 11 - 0
packages/nodes-from-anchor/CHANGELOG.md

@@ -1,5 +1,16 @@
 # @kinobi-so/nodes-from-anchor
 
+## 0.20.7
+
+### Patch Changes
+
+- [#42](https://github.com/kinobi-so/kinobi/pull/42) [`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being.
+
+- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
+  - @kinobi-so/errors@0.20.5
+  - @kinobi-so/nodes@0.20.5
+  - @kinobi-so/visitors@0.20.5
+
 ## 0.20.6
 
 ### Patch Changes

+ 1 - 1
packages/nodes-from-anchor/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/nodes-from-anchor",
-    "version": "0.20.6",
+    "version": "0.20.7",
     "description": "Node specifications and helpers for the Kinobi standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 10 - 0
packages/nodes/CHANGELOG.md

@@ -1,5 +1,15 @@
 # @kinobi-so/nodes
 
+## 0.20.5
+
+### Patch Changes
+
+- [#42](https://github.com/kinobi-so/kinobi/pull/42) [`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being.
+
+- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
+  - @kinobi-so/errors@0.20.5
+  - @kinobi-so/node-types@0.20.5
+
 ## 0.20.4
 
 ### Patch Changes

+ 1 - 1
packages/nodes/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/nodes",
-    "version": "0.20.4",
+    "version": "0.20.5",
     "description": "Node specifications and helpers for the Kinobi standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 9 - 0
packages/renderers-core/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @kinobi-so/renderers-core
 
+## 0.20.5
+
+### Patch Changes
+
+- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/kinobi-so/kinobi/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
+  - @kinobi-so/errors@0.20.5
+  - @kinobi-so/nodes@0.20.5
+  - @kinobi-so/visitors-core@0.20.5
+
 ## 0.20.4
 
 ### Patch Changes

+ 1 - 1
packages/renderers-core/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/renderers-core",
-    "version": "0.20.4",
+    "version": "0.20.5",
     "description": "Core types and helpers for Kinobi renderers to use",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 41 - 30
packages/renderers-js-umi/CHANGELOG.md

@@ -1,65 +1,76 @@
 # @kinobi-so/renderers-js-umi
 
+## 0.20.7
+
+### Patch Changes
+
+- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/kinobi-so/kinobi/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
+  - @kinobi-so/errors@0.20.5
+  - @kinobi-so/nodes@0.20.5
+  - @kinobi-so/visitors-core@0.20.5
+  - @kinobi-so/renderers-core@0.20.5
+  - @kinobi-so/validators@0.20.5
+
 ## 0.20.6
 
 ### Patch Changes
 
--   [#88](https://github.com/kinobi-so/kinobi/pull/88) [`1d4223c`](https://github.com/kinobi-so/kinobi/commit/1d4223c601ca34884f3b6ab1dfc42a3296502af2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix constant PDA seed rendering in renderers-js-umi
+- [#88](https://github.com/kinobi-so/kinobi/pull/88) [`1d4223c`](https://github.com/kinobi-so/kinobi/commit/1d4223c601ca34884f3b6ab1dfc42a3296502af2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix constant PDA seed rendering in renderers-js-umi
 
 ## 0.20.5
 
 ### Patch Changes
 
--   [#43](https://github.com/kinobi-so/kinobi/pull/43) [`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition
+- [#43](https://github.com/kinobi-so/kinobi/pull/43) [`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition
 
--   Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @kinobi-so/nodes@0.20.4
-    -   @kinobi-so/errors@0.20.4
-    -   @kinobi-so/renderers-core@0.20.4
-    -   @kinobi-so/validators@0.20.4
-    -   @kinobi-so/visitors-core@0.20.4
+- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+  - @kinobi-so/nodes@0.20.4
+  - @kinobi-so/errors@0.20.4
+  - @kinobi-so/renderers-core@0.20.4
+  - @kinobi-so/validators@0.20.4
+  - @kinobi-so/visitors-core@0.20.4
 
 ## 0.20.4
 
 ### Patch Changes
 
--   Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
-    -   @kinobi-so/visitors-core@0.20.3
-    -   @kinobi-so/errors@0.20.3
-    -   @kinobi-so/renderers-core@0.20.3
-    -   @kinobi-so/validators@0.20.3
-    -   @kinobi-so/nodes@0.20.3
+- Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
+  - @kinobi-so/visitors-core@0.20.3
+  - @kinobi-so/errors@0.20.3
+  - @kinobi-so/renderers-core@0.20.3
+  - @kinobi-so/validators@0.20.3
+  - @kinobi-so/nodes@0.20.3
 
 ## 0.20.3
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @kinobi-so/errors@0.20.2
-    -   @kinobi-so/nodes@0.20.2
-    -   @kinobi-so/renderers-core@0.20.2
-    -   @kinobi-so/validators@0.20.2
-    -   @kinobi-so/visitors-core@0.20.2
+- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+  - @kinobi-so/errors@0.20.2
+  - @kinobi-so/nodes@0.20.2
+  - @kinobi-so/renderers-core@0.20.2
+  - @kinobi-so/validators@0.20.2
+  - @kinobi-so/visitors-core@0.20.2
 
 ## 0.20.2
 
 ### Patch Changes
 
--   [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
+- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
 
--   [#24](https://github.com/kinobi-so/kinobi/pull/24) [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function
+- [#24](https://github.com/kinobi-so/kinobi/pull/24) [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function
 
 ## 0.20.1
 
 ### Patch Changes
 
--   [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+- [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
 
--   Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @kinobi-so/renderers-core@0.20.1
-    -   @kinobi-so/errors@0.20.1
-    -   @kinobi-so/nodes@0.20.1
-    -   @kinobi-so/validators@0.20.1
-    -   @kinobi-so/visitors-core@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/renderers-core@0.20.1
+  - @kinobi-so/errors@0.20.1
+  - @kinobi-so/nodes@0.20.1
+  - @kinobi-so/validators@0.20.1
+  - @kinobi-so/visitors-core@0.20.1

+ 1 - 1
packages/renderers-js-umi/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/renderers-js-umi",
-    "version": "0.20.6",
+    "version": "0.20.7",
     "description": "JavaScript renderer compatible with the Umi framework",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 41 - 30
packages/renderers-js/CHANGELOG.md

@@ -1,81 +1,92 @@
 # @kinobi-so/renderers-js
 
+## 0.20.10
+
+### Patch Changes
+
+- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/kinobi-so/kinobi/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
+  - @kinobi-so/nodes-from-anchor@0.20.7
+  - @kinobi-so/errors@0.20.5
+  - @kinobi-so/nodes@0.20.5
+  - @kinobi-so/visitors-core@0.20.5
+  - @kinobi-so/renderers-core@0.20.5
+
 ## 0.20.9
 
 ### Patch Changes
 
--   [#53](https://github.com/kinobi-so/kinobi/pull/53) [`e3e4099`](https://github.com/kinobi-so/kinobi/commit/e3e4099e33b4d1dd9bc63e9c4997dc00426c8010) Thanks [@febo](https://github.com/febo)! - Filter out type variant on imports
+- [#53](https://github.com/kinobi-so/kinobi/pull/53) [`e3e4099`](https://github.com/kinobi-so/kinobi/commit/e3e4099e33b4d1dd9bc63e9c4997dc00426c8010) Thanks [@febo](https://github.com/febo)! - Filter out type variant on imports
 
 ## 0.20.8
 
 ### Patch Changes
 
--   [#52](https://github.com/kinobi-so/kinobi/pull/52) [`baeaf14`](https://github.com/kinobi-so/kinobi/commit/baeaf1495ca592f6fdad7d10e9f0bed6f81888f1) Thanks [@lithdew](https://github.com/lithdew)! - Fix rendering PDA helper functions with a default programId.
+- [#52](https://github.com/kinobi-so/kinobi/pull/52) [`baeaf14`](https://github.com/kinobi-so/kinobi/commit/baeaf1495ca592f6fdad7d10e9f0bed6f81888f1) Thanks [@lithdew](https://github.com/lithdew)! - Fix rendering PDA helper functions with a default programId.
 
--   [#48](https://github.com/kinobi-so/kinobi/pull/48) [`0771b9d`](https://github.com/kinobi-so/kinobi/commit/0771b9d1c6447db85887831f921dbe92a2e0adfc) Thanks [@lithdew](https://github.com/lithdew)! - Have generated TypeScript code for renderers-js support verbatimModuleSyntax
+- [#48](https://github.com/kinobi-so/kinobi/pull/48) [`0771b9d`](https://github.com/kinobi-so/kinobi/commit/0771b9d1c6447db85887831f921dbe92a2e0adfc) Thanks [@lithdew](https://github.com/lithdew)! - Have generated TypeScript code for renderers-js support verbatimModuleSyntax
 
 ## 0.20.7
 
 ### Patch Changes
 
--   [#46](https://github.com/kinobi-so/kinobi/pull/46) [`bcd5eae`](https://github.com/kinobi-so/kinobi/commit/bcd5eaedf673432106e7cc72273e36f729cc8275) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix unused args variable on sync instruction functions on JS renderer again
+- [#46](https://github.com/kinobi-so/kinobi/pull/46) [`bcd5eae`](https://github.com/kinobi-so/kinobi/commit/bcd5eaedf673432106e7cc72273e36f729cc8275) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix unused args variable on sync instruction functions on JS renderer again
 
 ## 0.20.6
 
 ### Patch Changes
 
--   [#43](https://github.com/kinobi-so/kinobi/pull/43) [`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition
+- [#43](https://github.com/kinobi-so/kinobi/pull/43) [`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Allow PdaValueNode to inline their own PdaNode definition
 
--   Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @kinobi-so/nodes@0.20.4
-    -   @kinobi-so/errors@0.20.4
-    -   @kinobi-so/renderers-core@0.20.4
-    -   @kinobi-so/visitors-core@0.20.4
+- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+  - @kinobi-so/nodes@0.20.4
+  - @kinobi-so/errors@0.20.4
+  - @kinobi-so/renderers-core@0.20.4
+  - @kinobi-so/visitors-core@0.20.4
 
 ## 0.20.5
 
 ### Patch Changes
 
--   Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
-    -   @kinobi-so/visitors-core@0.20.3
-    -   @kinobi-so/errors@0.20.3
-    -   @kinobi-so/renderers-core@0.20.3
-    -   @kinobi-so/nodes@0.20.3
+- Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
+  - @kinobi-so/visitors-core@0.20.3
+  - @kinobi-so/errors@0.20.3
+  - @kinobi-so/renderers-core@0.20.3
+  - @kinobi-so/nodes@0.20.3
 
 ## 0.20.4
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @kinobi-so/errors@0.20.2
-    -   @kinobi-so/nodes@0.20.2
-    -   @kinobi-so/renderers-core@0.20.2
-    -   @kinobi-so/visitors-core@0.20.2
+- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+  - @kinobi-so/errors@0.20.2
+  - @kinobi-so/nodes@0.20.2
+  - @kinobi-so/renderers-core@0.20.2
+  - @kinobi-so/visitors-core@0.20.2
 
 ## 0.20.3
 
 ### Patch Changes
 
--   [#29](https://github.com/kinobi-so/kinobi/pull/29) [`5794385`](https://github.com/kinobi-so/kinobi/commit/57943852a2cf3ba6552942d9787f82657d38fafb) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix unused args variable on sync instruction functions
+- [#29](https://github.com/kinobi-so/kinobi/pull/29) [`5794385`](https://github.com/kinobi-so/kinobi/commit/57943852a2cf3ba6552942d9787f82657d38fafb) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix unused args variable on sync instruction functions
 
 ## 0.20.2
 
 ### Patch Changes
 
--   [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
+- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
 
--   [#24](https://github.com/kinobi-so/kinobi/pull/24) [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function
+- [#24](https://github.com/kinobi-so/kinobi/pull/24) [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function
 
 ## 0.20.1
 
 ### Patch Changes
 
--   [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+- [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
 
--   Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @kinobi-so/renderers-core@0.20.1
-    -   @kinobi-so/errors@0.20.1
-    -   @kinobi-so/nodes@0.20.1
-    -   @kinobi-so/visitors-core@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/renderers-core@0.20.1
+  - @kinobi-so/errors@0.20.1
+  - @kinobi-so/nodes@0.20.1
+  - @kinobi-so/visitors-core@0.20.1

+ 1 - 1
packages/renderers-js/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/renderers-js",
-    "version": "0.20.9",
+    "version": "0.20.10",
     "description": "JavaScript renderer compatible with the Solana web3.js library",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 42 - 32
packages/renderers-rust/CHANGELOG.md

@@ -1,89 +1,99 @@
 # @kinobi-so/renderers-rust
 
+## 0.20.11
+
+### Patch Changes
+
+- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/kinobi-so/kinobi/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
+  - @kinobi-so/errors@0.20.5
+  - @kinobi-so/nodes@0.20.5
+  - @kinobi-so/visitors-core@0.20.5
+  - @kinobi-so/renderers-core@0.20.5
+
 ## 0.20.10
 
 ### Patch Changes
 
--   [#56](https://github.com/kinobi-so/kinobi/pull/56) [`cde409c`](https://github.com/kinobi-so/kinobi/commit/cde409c6132a66a27091bfb7025904e70b7689a4) Thanks [@buffalojoec](https://github.com/buffalojoec)! - Rust Renderer: Add toolchain arg to formatter
+- [#56](https://github.com/kinobi-so/kinobi/pull/56) [`cde409c`](https://github.com/kinobi-so/kinobi/commit/cde409c6132a66a27091bfb7025904e70b7689a4) Thanks [@buffalojoec](https://github.com/buffalojoec)! - Rust Renderer: Add toolchain arg to formatter
 
 ## 0.20.9
 
 ### Patch Changes
 
--   [#54](https://github.com/kinobi-so/kinobi/pull/54) [`5b8186f`](https://github.com/kinobi-so/kinobi/commit/5b8186f0231e767bba7fa02a201eb7dcb87591a3) Thanks [@febo](https://github.com/febo)! - Add support to Anchor idl build for account types
+- [#54](https://github.com/kinobi-so/kinobi/pull/54) [`5b8186f`](https://github.com/kinobi-so/kinobi/commit/5b8186f0231e767bba7fa02a201eb7dcb87591a3) Thanks [@febo](https://github.com/febo)! - Add support to Anchor idl build for account types
 
 ## 0.20.8
 
 ### Patch Changes
 
--   [#50](https://github.com/kinobi-so/kinobi/pull/50) [`6a8c6c3`](https://github.com/kinobi-so/kinobi/commit/6a8c6c3b4c8eddbbf126b864fefab104c8758010) Thanks [@febo](https://github.com/febo)! - Add anchor traits impl for accounts
+- [#50](https://github.com/kinobi-so/kinobi/pull/50) [`6a8c6c3`](https://github.com/kinobi-so/kinobi/commit/6a8c6c3b4c8eddbbf126b864fefab104c8758010) Thanks [@febo](https://github.com/febo)! - Add anchor traits impl for accounts
 
 ## 0.20.7
 
 ### Patch Changes
 
--   [#45](https://github.com/kinobi-so/kinobi/pull/45) [`378f007`](https://github.com/kinobi-so/kinobi/commit/378f007345bda028e31cdd9d4e34ce8279257485) Thanks [@febo](https://github.com/febo)! - Add copy derive to scalar enums in Rust renderer
+- [#45](https://github.com/kinobi-so/kinobi/pull/45) [`378f007`](https://github.com/kinobi-so/kinobi/commit/378f007345bda028e31cdd9d4e34ce8279257485) Thanks [@febo](https://github.com/febo)! - Add copy derive to scalar enums in Rust renderer
 
--   Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @kinobi-so/nodes@0.20.4
-    -   @kinobi-so/errors@0.20.4
-    -   @kinobi-so/renderers-core@0.20.4
-    -   @kinobi-so/visitors-core@0.20.4
+- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+  - @kinobi-so/nodes@0.20.4
+  - @kinobi-so/errors@0.20.4
+  - @kinobi-so/renderers-core@0.20.4
+  - @kinobi-so/visitors-core@0.20.4
 
 ## 0.20.6
 
 ### Patch Changes
 
--   Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
-    -   @kinobi-so/visitors-core@0.20.3
-    -   @kinobi-so/errors@0.20.3
-    -   @kinobi-so/renderers-core@0.20.3
-    -   @kinobi-so/nodes@0.20.3
+- Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
+  - @kinobi-so/visitors-core@0.20.3
+  - @kinobi-so/errors@0.20.3
+  - @kinobi-so/renderers-core@0.20.3
+  - @kinobi-so/nodes@0.20.3
 
 ## 0.20.5
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @kinobi-so/errors@0.20.2
-    -   @kinobi-so/nodes@0.20.2
-    -   @kinobi-so/renderers-core@0.20.2
-    -   @kinobi-so/visitors-core@0.20.2
+- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+  - @kinobi-so/errors@0.20.2
+  - @kinobi-so/nodes@0.20.2
+  - @kinobi-so/renderers-core@0.20.2
+  - @kinobi-so/visitors-core@0.20.2
 
 ## 0.20.4
 
 ### Patch Changes
 
--   [#27](https://github.com/kinobi-so/kinobi/pull/27) [`46bfc2d`](https://github.com/kinobi-so/kinobi/commit/46bfc2dd3609dc63e7d05e30dd1d196c9e8903cf) Thanks [@samuelvanderwaal](https://github.com/samuelvanderwaal)! - Make rust docs kinobi link clickable
+- [#27](https://github.com/kinobi-so/kinobi/pull/27) [`46bfc2d`](https://github.com/kinobi-so/kinobi/commit/46bfc2dd3609dc63e7d05e30dd1d196c9e8903cf) Thanks [@samuelvanderwaal](https://github.com/samuelvanderwaal)! - Make rust docs kinobi link clickable
 
--   [#32](https://github.com/kinobi-so/kinobi/pull/32) [`3645d92`](https://github.com/kinobi-so/kinobi/commit/3645d92845db3582b801f2a32f1c36e6b478b754) Thanks [@febo](https://github.com/febo)! - Add default impl for instruction data struct in Rust renderer
+- [#32](https://github.com/kinobi-so/kinobi/pull/32) [`3645d92`](https://github.com/kinobi-so/kinobi/commit/3645d92845db3582b801f2a32f1c36e6b478b754) Thanks [@febo](https://github.com/febo)! - Add default impl for instruction data struct in Rust renderer
 
--   [#31](https://github.com/kinobi-so/kinobi/pull/31) [`e0ea30c`](https://github.com/kinobi-so/kinobi/commit/e0ea30c168bcdc1cb376cf8ca6bd4bb76778acf2) Thanks [@febo](https://github.com/febo)! - Render error codes on Rust renderer
+- [#31](https://github.com/kinobi-so/kinobi/pull/31) [`e0ea30c`](https://github.com/kinobi-so/kinobi/commit/e0ea30c168bcdc1cb376cf8ca6bd4bb76778acf2) Thanks [@febo](https://github.com/febo)! - Render error codes on Rust renderer
 
 ## 0.20.3
 
 ### Patch Changes
 
--   [#25](https://github.com/kinobi-so/kinobi/pull/25) [`2382631`](https://github.com/kinobi-so/kinobi/commit/238263129b61df67f010b47cd9229b2662eaccb2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix generated PDA prefix
+- [#25](https://github.com/kinobi-so/kinobi/pull/25) [`2382631`](https://github.com/kinobi-so/kinobi/commit/238263129b61df67f010b47cd9229b2662eaccb2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix generated PDA prefix
 
 ## 0.20.2
 
 ### Patch Changes
 
--   [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
+- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
 
--   [#24](https://github.com/kinobi-so/kinobi/pull/24) [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function
+- [#24](https://github.com/kinobi-so/kinobi/pull/24) [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix "object is not extensible" in PDA helper function
 
 ## 0.20.1
 
 ### Patch Changes
 
--   [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+- [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
 
--   Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @kinobi-so/renderers-core@0.20.1
-    -   @kinobi-so/errors@0.20.1
-    -   @kinobi-so/nodes@0.20.1
-    -   @kinobi-so/visitors-core@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/renderers-core@0.20.1
+  - @kinobi-so/errors@0.20.1
+  - @kinobi-so/nodes@0.20.1
+  - @kinobi-so/visitors-core@0.20.1

+ 1 - 1
packages/renderers-rust/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/renderers-rust",
-    "version": "0.20.10",
+    "version": "0.20.11",
     "description": "Renders Rust clients for your programs",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 47 - 38
packages/renderers/CHANGELOG.md

@@ -1,100 +1,109 @@
 # @kinobi-so/renderers
 
+## 0.20.13
+
+### Patch Changes
+
+- Updated dependencies []:
+  - @kinobi-so/renderers-js@0.20.10
+  - @kinobi-so/renderers-js-umi@0.20.7
+  - @kinobi-so/renderers-rust@0.20.11
+
 ## 0.20.12
 
 ### Patch Changes
 
--   Updated dependencies [[`1d4223c`](https://github.com/kinobi-so/kinobi/commit/1d4223c601ca34884f3b6ab1dfc42a3296502af2)]:
-    -   @kinobi-so/renderers-js-umi@0.20.6
+- Updated dependencies [[`1d4223c`](https://github.com/kinobi-so/kinobi/commit/1d4223c601ca34884f3b6ab1dfc42a3296502af2)]:
+  - @kinobi-so/renderers-js-umi@0.20.6
 
 ## 0.20.11
 
 ### Patch Changes
 
--   Updated dependencies [[`cde409c`](https://github.com/kinobi-so/kinobi/commit/cde409c6132a66a27091bfb7025904e70b7689a4)]:
-    -   @kinobi-so/renderers-rust@0.20.10
+- Updated dependencies [[`cde409c`](https://github.com/kinobi-so/kinobi/commit/cde409c6132a66a27091bfb7025904e70b7689a4)]:
+  - @kinobi-so/renderers-rust@0.20.10
 
 ## 0.20.10
 
 ### Patch Changes
 
--   Updated dependencies [[`5b8186f`](https://github.com/kinobi-so/kinobi/commit/5b8186f0231e767bba7fa02a201eb7dcb87591a3), [`e3e4099`](https://github.com/kinobi-so/kinobi/commit/e3e4099e33b4d1dd9bc63e9c4997dc00426c8010)]:
-    -   @kinobi-so/renderers-rust@0.20.9
-    -   @kinobi-so/renderers-js@0.20.9
+- Updated dependencies [[`5b8186f`](https://github.com/kinobi-so/kinobi/commit/5b8186f0231e767bba7fa02a201eb7dcb87591a3), [`e3e4099`](https://github.com/kinobi-so/kinobi/commit/e3e4099e33b4d1dd9bc63e9c4997dc00426c8010)]:
+  - @kinobi-so/renderers-rust@0.20.9
+  - @kinobi-so/renderers-js@0.20.9
 
 ## 0.20.9
 
 ### Patch Changes
 
--   Updated dependencies [[`baeaf14`](https://github.com/kinobi-so/kinobi/commit/baeaf1495ca592f6fdad7d10e9f0bed6f81888f1), [`6a8c6c3`](https://github.com/kinobi-so/kinobi/commit/6a8c6c3b4c8eddbbf126b864fefab104c8758010), [`0771b9d`](https://github.com/kinobi-so/kinobi/commit/0771b9d1c6447db85887831f921dbe92a2e0adfc)]:
-    -   @kinobi-so/renderers-js@0.20.8
-    -   @kinobi-so/renderers-rust@0.20.8
+- Updated dependencies [[`baeaf14`](https://github.com/kinobi-so/kinobi/commit/baeaf1495ca592f6fdad7d10e9f0bed6f81888f1), [`6a8c6c3`](https://github.com/kinobi-so/kinobi/commit/6a8c6c3b4c8eddbbf126b864fefab104c8758010), [`0771b9d`](https://github.com/kinobi-so/kinobi/commit/0771b9d1c6447db85887831f921dbe92a2e0adfc)]:
+  - @kinobi-so/renderers-js@0.20.8
+  - @kinobi-so/renderers-rust@0.20.8
 
 ## 0.20.8
 
 ### Patch Changes
 
--   Updated dependencies [[`bcd5eae`](https://github.com/kinobi-so/kinobi/commit/bcd5eaedf673432106e7cc72273e36f729cc8275)]:
-    -   @kinobi-so/renderers-js@0.20.7
+- Updated dependencies [[`bcd5eae`](https://github.com/kinobi-so/kinobi/commit/bcd5eaedf673432106e7cc72273e36f729cc8275)]:
+  - @kinobi-so/renderers-js@0.20.7
 
 ## 0.20.7
 
 ### Patch Changes
 
--   Updated dependencies [[`378f007`](https://github.com/kinobi-so/kinobi/commit/378f007345bda028e31cdd9d4e34ce8279257485), [`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
-    -   @kinobi-so/renderers-rust@0.20.7
-    -   @kinobi-so/renderers-js-umi@0.20.5
-    -   @kinobi-so/renderers-js@0.20.6
+- Updated dependencies [[`378f007`](https://github.com/kinobi-so/kinobi/commit/378f007345bda028e31cdd9d4e34ce8279257485), [`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
+  - @kinobi-so/renderers-rust@0.20.7
+  - @kinobi-so/renderers-js-umi@0.20.5
+  - @kinobi-so/renderers-js@0.20.6
 
 ## 0.20.6
 
 ### Patch Changes
 
--   Updated dependencies []:
-    -   @kinobi-so/renderers-js@0.20.5
-    -   @kinobi-so/renderers-js-umi@0.20.4
-    -   @kinobi-so/renderers-rust@0.20.6
+- Updated dependencies []:
+  - @kinobi-so/renderers-js@0.20.5
+  - @kinobi-so/renderers-js-umi@0.20.4
+  - @kinobi-so/renderers-rust@0.20.6
 
 ## 0.20.5
 
 ### Patch Changes
 
--   [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
+- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
 
--   Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
-    -   @kinobi-so/renderers-js@0.20.4
-    -   @kinobi-so/renderers-js-umi@0.20.3
-    -   @kinobi-so/renderers-rust@0.20.5
+- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
+  - @kinobi-so/renderers-js@0.20.4
+  - @kinobi-so/renderers-js-umi@0.20.3
+  - @kinobi-so/renderers-rust@0.20.5
 
 ## 0.20.4
 
 ### Patch Changes
 
--   Updated dependencies [[`46bfc2d`](https://github.com/kinobi-so/kinobi/commit/46bfc2dd3609dc63e7d05e30dd1d196c9e8903cf), [`3645d92`](https://github.com/kinobi-so/kinobi/commit/3645d92845db3582b801f2a32f1c36e6b478b754), [`5794385`](https://github.com/kinobi-so/kinobi/commit/57943852a2cf3ba6552942d9787f82657d38fafb), [`e0ea30c`](https://github.com/kinobi-so/kinobi/commit/e0ea30c168bcdc1cb376cf8ca6bd4bb76778acf2)]:
-    -   @kinobi-so/renderers-rust@0.20.4
-    -   @kinobi-so/renderers-js@0.20.3
+- Updated dependencies [[`46bfc2d`](https://github.com/kinobi-so/kinobi/commit/46bfc2dd3609dc63e7d05e30dd1d196c9e8903cf), [`3645d92`](https://github.com/kinobi-so/kinobi/commit/3645d92845db3582b801f2a32f1c36e6b478b754), [`5794385`](https://github.com/kinobi-so/kinobi/commit/57943852a2cf3ba6552942d9787f82657d38fafb), [`e0ea30c`](https://github.com/kinobi-so/kinobi/commit/e0ea30c168bcdc1cb376cf8ca6bd4bb76778acf2)]:
+  - @kinobi-so/renderers-rust@0.20.4
+  - @kinobi-so/renderers-js@0.20.3
 
 ## 0.20.3
 
 ### Patch Changes
 
--   Updated dependencies [[`2382631`](https://github.com/kinobi-so/kinobi/commit/238263129b61df67f010b47cd9229b2662eaccb2)]:
-    -   @kinobi-so/renderers-rust@0.20.3
+- Updated dependencies [[`2382631`](https://github.com/kinobi-so/kinobi/commit/238263129b61df67f010b47cd9229b2662eaccb2)]:
+  - @kinobi-so/renderers-rust@0.20.3
 
 ## 0.20.2
 
 ### Patch Changes
 
--   Updated dependencies [[`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94), [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98)]:
-    -   @kinobi-so/renderers-js-umi@0.20.2
-    -   @kinobi-so/renderers-rust@0.20.2
-    -   @kinobi-so/renderers-js@0.20.2
+- Updated dependencies [[`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94), [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98)]:
+  - @kinobi-so/renderers-js-umi@0.20.2
+  - @kinobi-so/renderers-rust@0.20.2
+  - @kinobi-so/renderers-js@0.20.2
 
 ## 0.20.1
 
 ### Patch Changes
 
--   Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
-    -   @kinobi-so/renderers-js-umi@0.20.1
-    -   @kinobi-so/renderers-rust@0.20.1
-    -   @kinobi-so/renderers-js@0.20.1
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/renderers-js-umi@0.20.1
+  - @kinobi-so/renderers-rust@0.20.1
+  - @kinobi-so/renderers-js@0.20.1

+ 1 - 1
packages/renderers/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/renderers",
-    "version": "0.20.12",
+    "version": "0.20.13",
     "description": "Exports all Kinobi renderers",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 9 - 0
packages/validators/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @kinobi-so/validators
 
+## 0.20.5
+
+### Patch Changes
+
+- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/kinobi-so/kinobi/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
+  - @kinobi-so/errors@0.20.5
+  - @kinobi-so/nodes@0.20.5
+  - @kinobi-so/visitors-core@0.20.5
+
 ## 0.20.4
 
 ### Patch Changes

+ 1 - 1
packages/validators/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/validators",
-    "version": "0.20.4",
+    "version": "0.20.5",
     "description": "Validator visitors for the Kinobi framework",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 10 - 0
packages/visitors-core/CHANGELOG.md

@@ -1,5 +1,15 @@
 # @kinobi-so/visitors-core
 
+## 0.20.5
+
+### Patch Changes
+
+- [#94](https://github.com/kinobi-so/kinobi/pull/94) [`88572e8`](https://github.com/kinobi-so/kinobi/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix identityVisitor for inlined PdaValueNode
+
+- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
+  - @kinobi-so/errors@0.20.5
+  - @kinobi-so/nodes@0.20.5
+
 ## 0.20.4
 
 ### Patch Changes

+ 1 - 1
packages/visitors-core/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/visitors-core",
-    "version": "0.20.4",
+    "version": "0.20.5",
     "description": "Core visitors for the Kinobi framework",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 9 - 0
packages/visitors/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @kinobi-so/visitors
 
+## 0.20.5
+
+### Patch Changes
+
+- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/kinobi-so/kinobi/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
+  - @kinobi-so/errors@0.20.5
+  - @kinobi-so/nodes@0.20.5
+  - @kinobi-so/visitors-core@0.20.5
+
 ## 0.20.4
 
 ### Patch Changes

+ 1 - 1
packages/visitors/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/visitors",
-    "version": "0.20.4",
+    "version": "0.20.5",
     "description": "All visitors for the Kinobi framework",
     "exports": {
         "types": "./dist/types/index.d.ts",