Skip to content

Commit 72ee339

Browse files
Publish packages (#132)
1 parent 62545be commit 72ee339

File tree

5 files changed

+118
-110
lines changed

5 files changed

+118
-110
lines changed

.changeset/tasty-lamps-marry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/renderers-js/CHANGELOG.md

Lines changed: 59 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,126 +1,132 @@
11
# @kinobi-so/renderers-js
22

3+
## 0.21.1
4+
5+
### Patch Changes
6+
7+
- [#127](https://github.com/kinobi-so/kinobi/pull/127) [`62545be`](https://github.com/kinobi-so/kinobi/commit/62545be66e44747d7fd31f186a7a3c856ea2ad9c) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add isProgramError helper
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/nodes-from-anchor@0.20.9
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/nodes-from-anchor@0.20.9
2127

2228
## 0.20.11
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-
- [#103](https://github.com/kinobi-so/kinobi/pull/103) [`93942cc`](https://github.com/kinobi-so/kinobi/commit/93942ccb8cb87d4f4ede1ef3e2398e10635dbaf2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in generated code
34+
- [#103](https://github.com/kinobi-so/kinobi/pull/103) [`93942cc`](https://github.com/kinobi-so/kinobi/commit/93942ccb8cb87d4f4ede1ef3e2398e10635dbaf2) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in generated code
2935

30-
- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f), [`4979b94`](https://github.com/kinobi-so/kinobi/commit/4979b94720465a58538ee61bb1a4a23fd5471511)]:
31-
- @kinobi-so/renderers-core@0.20.6
32-
- @kinobi-so/errors@0.20.6
33-
- @kinobi-so/nodes@0.20.6
34-
- @kinobi-so/nodes-from-anchor@0.20.8
35-
- @kinobi-so/visitors-core@0.20.6
36+
- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f), [`4979b94`](https://github.com/kinobi-so/kinobi/commit/4979b94720465a58538ee61bb1a4a23fd5471511)]:
37+
- @kinobi-so/renderers-core@0.20.6
38+
- @kinobi-so/errors@0.20.6
39+
- @kinobi-so/nodes@0.20.6
40+
- @kinobi-so/nodes-from-anchor@0.20.8
41+
- @kinobi-so/visitors-core@0.20.6
3642

3743
## 0.20.10
3844

3945
### Patch Changes
4046

41-
- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/kinobi-so/kinobi/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
42-
- @kinobi-so/nodes-from-anchor@0.20.7
43-
- @kinobi-so/errors@0.20.5
44-
- @kinobi-so/nodes@0.20.5
45-
- @kinobi-so/visitors-core@0.20.5
46-
- @kinobi-so/renderers-core@0.20.5
47+
- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8), [`88572e8`](https://github.com/kinobi-so/kinobi/commit/88572e8eaffe09b5b8c48c4e9aebfdeb8bc149e6)]:
48+
- @kinobi-so/nodes-from-anchor@0.20.7
49+
- @kinobi-so/errors@0.20.5
50+
- @kinobi-so/nodes@0.20.5
51+
- @kinobi-so/visitors-core@0.20.5
52+
- @kinobi-so/renderers-core@0.20.5
4753

4854
## 0.20.9
4955

5056
### Patch Changes
5157

52-
- [#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
58+
- [#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
5359

5460
## 0.20.8
5561

5662
### Patch Changes
5763

58-
- [#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.
64+
- [#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.
5965

60-
- [#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
66+
- [#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
6167

6268
## 0.20.7
6369

6470
### Patch Changes
6571

66-
- [#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
72+
- [#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
6773

6874
## 0.20.6
6975

7076
### Patch Changes
7177

72-
- [#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
78+
- [#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
7379

74-
- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
75-
- @kinobi-so/nodes@0.20.4
76-
- @kinobi-so/errors@0.20.4
77-
- @kinobi-so/renderers-core@0.20.4
78-
- @kinobi-so/visitors-core@0.20.4
80+
- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
81+
- @kinobi-so/nodes@0.20.4
82+
- @kinobi-so/errors@0.20.4
83+
- @kinobi-so/renderers-core@0.20.4
84+
- @kinobi-so/visitors-core@0.20.4
7985

8086
## 0.20.5
8187

8288
### Patch Changes
8389

84-
- Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
85-
- @kinobi-so/visitors-core@0.20.3
86-
- @kinobi-so/errors@0.20.3
87-
- @kinobi-so/renderers-core@0.20.3
88-
- @kinobi-so/nodes@0.20.3
90+
- Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
91+
- @kinobi-so/visitors-core@0.20.3
92+
- @kinobi-so/errors@0.20.3
93+
- @kinobi-so/renderers-core@0.20.3
94+
- @kinobi-so/nodes@0.20.3
8995

9096
## 0.20.4
9197

9298
### Patch Changes
9399

94-
- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
100+
- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
95101

96-
- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
97-
- @kinobi-so/errors@0.20.2
98-
- @kinobi-so/nodes@0.20.2
99-
- @kinobi-so/renderers-core@0.20.2
100-
- @kinobi-so/visitors-core@0.20.2
102+
- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
103+
- @kinobi-so/errors@0.20.2
104+
- @kinobi-so/nodes@0.20.2
105+
- @kinobi-so/renderers-core@0.20.2
106+
- @kinobi-so/visitors-core@0.20.2
101107

102108
## 0.20.3
103109

104110
### Patch Changes
105111

106-
- [#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
112+
- [#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
107113

108114
## 0.20.2
109115

110116
### Patch Changes
111117

112-
- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
118+
- [`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Update renderer headers and pnpm
113119

114-
- [#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
120+
- [#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
115121

116122
## 0.20.1
117123

118124
### Patch Changes
119125

120-
- [#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
126+
- [#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
121127

122-
- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
123-
- @kinobi-so/renderers-core@0.20.1
124-
- @kinobi-so/errors@0.20.1
125-
- @kinobi-so/nodes@0.20.1
126-
- @kinobi-so/visitors-core@0.20.1
128+
- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
129+
- @kinobi-so/renderers-core@0.20.1
130+
- @kinobi-so/errors@0.20.1
131+
- @kinobi-so/nodes@0.20.1
132+
- @kinobi-so/visitors-core@0.20.1

packages/renderers-js/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",
3-
"version": "0.21.0",
3+
"version": "0.21.1",
44
"description": "JavaScript renderer compatible with the Solana web3.js library",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)