Skip to content

Commit 8bd3bb8

Browse files
Publish packages (#157)
1 parent 38d6de8 commit 8bd3bb8

File tree

5 files changed

+67
-59
lines changed

5 files changed

+67
-59
lines changed

.changeset/long-elephants-jump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 58 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,108 +1,114 @@
11
# @kinobi-so/renderers-js-umi
22

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+
39
## 0.21.0
410

511
### Minor Changes
612

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
814

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`
1016

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.
1218

1319
### Patch Changes
1420

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
2127

2228
## 0.20.8
2329

2430
### Patch Changes
2531

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
2733

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
3440

3541
## 0.20.7
3642

3743
### Patch Changes
3844

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
4551

4652
## 0.20.6
4753

4854
### Patch Changes
4955

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
5157

5258
## 0.20.5
5359

5460
### Patch Changes
5561

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
5763

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
6470

6571
## 0.20.4
6672

6773
### Patch Changes
6874

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
7581

7682
## 0.20.3
7783

7884
### Patch Changes
7985

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
8187

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
8894

8995
## 0.20.2
9096

9197
### Patch Changes
9298

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
94100

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
96102

97103
## 0.20.1
98104

99105
### Patch Changes
100106

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
102108

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

packages/renderers-js-umi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kinobi-so/renderers-js-umi",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "JavaScript renderer compatible with the Umi framework",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @kinobi-so/renderers
22

3+
## 0.20.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`38d6de8`](https://github.com/kinobi-so/kinobi/commit/38d6de848e93417d5e5f0935e5bfb5264dc8caf3)]:
8+
- @kinobi-so/renderers-js-umi@0.21.1
9+
310
## 0.20.18
411

512
### Patch Changes

packages/renderers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kinobi-so/renderers",
3-
"version": "0.20.18",
3+
"version": "0.20.19",
44
"description": "Exports all Kinobi renderers",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)