|
1 | 1 | # @kinobi-so/renderers-js-umi |
2 | 2 |
|
| 3 | +## 0.21.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#156](https://github.com/kinobi-so/kinobi/pull/156) [`38d6de8`](https://github.com/kinobi-so/kinobi/commit/38d6de848e93417d5e5f0935e5bfb5264dc8caf3) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix missing eddsa interface for inlined PDA used as default values |
| 8 | + |
3 | 9 | ## 0.21.0 |
4 | 10 |
|
5 | 11 | ### Minor Changes |
6 | 12 |
|
7 | | -- [#110](https://github.com/kinobi-so/kinobi/pull/110) [`2d45383`](https://github.com/kinobi-so/kinobi/commit/2d453830621047da2a18001ab427db9b603ad025) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderers to tp4 of web3.js |
| 13 | +- [#110](https://github.com/kinobi-so/kinobi/pull/110) [`2d45383`](https://github.com/kinobi-so/kinobi/commit/2d453830621047da2a18001ab427db9b603ad025) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderers to tp4 of web3.js |
8 | 14 |
|
9 | | -- [#111](https://github.com/kinobi-so/kinobi/pull/111) [`2f26050`](https://github.com/kinobi-so/kinobi/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode` |
| 15 | +- [#111](https://github.com/kinobi-so/kinobi/pull/111) [`2f26050`](https://github.com/kinobi-so/kinobi/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `RemainderOptionTypeNode` |
10 | 16 |
|
11 | | - A node that represents an optional item using a child `TypeNode` such that the item can either be present — i.e. `Some<T>` — or absent — i.e. `None` — depending on whether or not there are remaining bytes in the buffer. |
| 17 | + A node that represents an optional item using a child `TypeNode` such that the item can either be present — i.e. `Some<T>` — or absent — i.e. `None` — depending on whether or not there are remaining bytes in the buffer. |
12 | 18 |
|
13 | 19 | ### Patch Changes |
14 | 20 |
|
15 | | -- Updated dependencies [[`2f26050`](https://github.com/kinobi-so/kinobi/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]: |
16 | | - - @kinobi-so/visitors-core@0.21.0 |
17 | | - - @kinobi-so/errors@0.21.0 |
18 | | - - @kinobi-so/nodes@0.21.0 |
19 | | - - @kinobi-so/renderers-core@0.20.7 |
20 | | - - @kinobi-so/validators@0.21.0 |
| 21 | +- Updated dependencies [[`2f26050`](https://github.com/kinobi-so/kinobi/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]: |
| 22 | + - @kinobi-so/visitors-core@0.21.0 |
| 23 | + - @kinobi-so/errors@0.21.0 |
| 24 | + - @kinobi-so/nodes@0.21.0 |
| 25 | + - @kinobi-so/renderers-core@0.20.7 |
| 26 | + - @kinobi-so/validators@0.21.0 |
21 | 27 |
|
22 | 28 | ## 0.20.8 |
23 | 29 |
|
24 | 30 | ### Patch Changes |
25 | 31 |
|
26 | | -- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi |
| 32 | +- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi |
27 | 33 |
|
28 | | -- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]: |
29 | | - - @kinobi-so/renderers-core@0.20.6 |
30 | | - - @kinobi-so/errors@0.20.6 |
31 | | - - @kinobi-so/nodes@0.20.6 |
32 | | - - @kinobi-so/validators@0.20.6 |
33 | | - - @kinobi-so/visitors-core@0.20.6 |
| 34 | +- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]: |
| 35 | + - @kinobi-so/renderers-core@0.20.6 |
| 36 | + - @kinobi-so/errors@0.20.6 |
| 37 | + - @kinobi-so/nodes@0.20.6 |
| 38 | + - @kinobi-so/validators@0.20.6 |
| 39 | + - @kinobi-so/visitors-core@0.20.6 |
34 | 40 |
|
35 | 41 | ## 0.20.7 |
36 | 42 |
|
37 | 43 | ### Patch Changes |
38 | 44 |
|
39 | | -- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/kinobi-so/kinobi/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]: |
40 | | - - @kinobi-so/errors@0.20.5 |
41 | | - - @kinobi-so/nodes@0.20.5 |
42 | | - - @kinobi-so/visitors-core@0.20.5 |
43 | | - - @kinobi-so/renderers-core@0.20.5 |
44 | | - - @kinobi-so/validators@0.20.5 |
| 45 | +- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/kinobi-so/kinobi/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]: |
| 46 | + - @kinobi-so/errors@0.20.5 |
| 47 | + - @kinobi-so/nodes@0.20.5 |
| 48 | + - @kinobi-so/visitors-core@0.20.5 |
| 49 | + - @kinobi-so/renderers-core@0.20.5 |
| 50 | + - @kinobi-so/validators@0.20.5 |
45 | 51 |
|
46 | 52 | ## 0.20.6 |
47 | 53 |
|
48 | 54 | ### Patch Changes |
49 | 55 |
|
50 | | -- [#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 |
| 56 | +- [#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 |
51 | 57 |
|
52 | 58 | ## 0.20.5 |
53 | 59 |
|
54 | 60 | ### Patch Changes |
55 | 61 |
|
56 | | -- [#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 |
| 62 | +- [#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 |
57 | 63 |
|
58 | | -- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]: |
59 | | - - @kinobi-so/nodes@0.20.4 |
60 | | - - @kinobi-so/errors@0.20.4 |
61 | | - - @kinobi-so/renderers-core@0.20.4 |
62 | | - - @kinobi-so/validators@0.20.4 |
63 | | - - @kinobi-so/visitors-core@0.20.4 |
| 64 | +- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]: |
| 65 | + - @kinobi-so/nodes@0.20.4 |
| 66 | + - @kinobi-so/errors@0.20.4 |
| 67 | + - @kinobi-so/renderers-core@0.20.4 |
| 68 | + - @kinobi-so/validators@0.20.4 |
| 69 | + - @kinobi-so/visitors-core@0.20.4 |
64 | 70 |
|
65 | 71 | ## 0.20.4 |
66 | 72 |
|
67 | 73 | ### Patch Changes |
68 | 74 |
|
69 | | -- Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]: |
70 | | - - @kinobi-so/visitors-core@0.20.3 |
71 | | - - @kinobi-so/errors@0.20.3 |
72 | | - - @kinobi-so/renderers-core@0.20.3 |
73 | | - - @kinobi-so/validators@0.20.3 |
74 | | - - @kinobi-so/nodes@0.20.3 |
| 75 | +- Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]: |
| 76 | + - @kinobi-so/visitors-core@0.20.3 |
| 77 | + - @kinobi-so/errors@0.20.3 |
| 78 | + - @kinobi-so/renderers-core@0.20.3 |
| 79 | + - @kinobi-so/validators@0.20.3 |
| 80 | + - @kinobi-so/nodes@0.20.3 |
75 | 81 |
|
76 | 82 | ## 0.20.3 |
77 | 83 |
|
78 | 84 | ### Patch Changes |
79 | 85 |
|
80 | | -- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies |
| 86 | +- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies |
81 | 87 |
|
82 | | -- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]: |
83 | | - - @kinobi-so/errors@0.20.2 |
84 | | - - @kinobi-so/nodes@0.20.2 |
85 | | - - @kinobi-so/renderers-core@0.20.2 |
86 | | - - @kinobi-so/validators@0.20.2 |
87 | | - - @kinobi-so/visitors-core@0.20.2 |
| 88 | +- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]: |
| 89 | + - @kinobi-so/errors@0.20.2 |
| 90 | + - @kinobi-so/nodes@0.20.2 |
| 91 | + - @kinobi-so/renderers-core@0.20.2 |
| 92 | + - @kinobi-so/validators@0.20.2 |
| 93 | + - @kinobi-so/visitors-core@0.20.2 |
88 | 94 |
|
89 | 95 | ## 0.20.2 |
90 | 96 |
|
91 | 97 | ### Patch Changes |
92 | 98 |
|
93 | | -- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm |
| 99 | +- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm |
94 | 100 |
|
95 | | -- [#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 |
| 101 | +- [#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 |
96 | 102 |
|
97 | 103 | ## 0.20.1 |
98 | 104 |
|
99 | 105 | ### Patch Changes |
100 | 106 |
|
101 | | -- [#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 |
| 107 | +- [#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 |
102 | 108 |
|
103 | | -- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]: |
104 | | - - @kinobi-so/renderers-core@0.20.1 |
105 | | - - @kinobi-so/errors@0.20.1 |
106 | | - - @kinobi-so/nodes@0.20.1 |
107 | | - - @kinobi-so/validators@0.20.1 |
108 | | - - @kinobi-so/visitors-core@0.20.1 |
| 109 | +- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]: |
| 110 | + - @kinobi-so/renderers-core@0.20.1 |
| 111 | + - @kinobi-so/errors@0.20.1 |
| 112 | + - @kinobi-so/nodes@0.20.1 |
| 113 | + - @kinobi-so/validators@0.20.1 |
| 114 | + - @kinobi-so/visitors-core@0.20.1 |
0 commit comments