Skip to content

Commit e129b87

Browse files
Publish packages (#51)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent baeaf14 commit e129b87

File tree

9 files changed

+109
-102
lines changed

9 files changed

+109
-102
lines changed

.changeset/polite-cats-wash.md

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

.changeset/soft-dragons-run.md

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

.changeset/weak-rabbits-hammer.md

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

packages/renderers-js/CHANGELOG.md

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,75 @@
11
# @kinobi-so/renderers-js
22

3+
## 0.20.8
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- [#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
10+
311
## 0.20.7
412

513
### Patch Changes
614

7-
- [#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
15+
- [#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
816

917
## 0.20.6
1018

1119
### Patch Changes
1220

13-
- [#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
21+
- [#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
1422

15-
- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
16-
- @kinobi-so/nodes@0.20.4
17-
- @kinobi-so/errors@0.20.4
18-
- @kinobi-so/renderers-core@0.20.4
19-
- @kinobi-so/visitors-core@0.20.4
23+
- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
24+
- @kinobi-so/nodes@0.20.4
25+
- @kinobi-so/errors@0.20.4
26+
- @kinobi-so/renderers-core@0.20.4
27+
- @kinobi-so/visitors-core@0.20.4
2028

2129
## 0.20.5
2230

2331
### Patch Changes
2432

25-
- Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
26-
- @kinobi-so/visitors-core@0.20.3
27-
- @kinobi-so/errors@0.20.3
28-
- @kinobi-so/renderers-core@0.20.3
29-
- @kinobi-so/nodes@0.20.3
33+
- Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
34+
- @kinobi-so/visitors-core@0.20.3
35+
- @kinobi-so/errors@0.20.3
36+
- @kinobi-so/renderers-core@0.20.3
37+
- @kinobi-so/nodes@0.20.3
3038

3139
## 0.20.4
3240

3341
### Patch Changes
3442

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

37-
- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
38-
- @kinobi-so/errors@0.20.2
39-
- @kinobi-so/nodes@0.20.2
40-
- @kinobi-so/renderers-core@0.20.2
41-
- @kinobi-so/visitors-core@0.20.2
45+
- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
46+
- @kinobi-so/errors@0.20.2
47+
- @kinobi-so/nodes@0.20.2
48+
- @kinobi-so/renderers-core@0.20.2
49+
- @kinobi-so/visitors-core@0.20.2
4250

4351
## 0.20.3
4452

4553
### Patch Changes
4654

47-
- [#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
55+
- [#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
4856

4957
## 0.20.2
5058

5159
### Patch Changes
5260

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

55-
- [#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
63+
- [#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
5664

5765
## 0.20.1
5866

5967
### Patch Changes
6068

61-
- [#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
69+
- [#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
6270

63-
- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
64-
- @kinobi-so/renderers-core@0.20.1
65-
- @kinobi-so/errors@0.20.1
66-
- @kinobi-so/nodes@0.20.1
67-
- @kinobi-so/visitors-core@0.20.1
71+
- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
72+
- @kinobi-so/renderers-core@0.20.1
73+
- @kinobi-so/errors@0.20.1
74+
- @kinobi-so/nodes@0.20.1
75+
- @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.20.7",
3+
"version": "0.20.8",
44
"description": "JavaScript renderer compatible with the Solana web3.js library",
55
"exports": {
66
"types": "./dist/types/index.d.ts",
Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,77 @@
11
# @kinobi-so/renderers-rust
22

3+
## 0.20.8
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.20.7
410

511
### Patch Changes
612

7-
- [#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
13+
- [#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
814

9-
- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
10-
- @kinobi-so/nodes@0.20.4
11-
- @kinobi-so/errors@0.20.4
12-
- @kinobi-so/renderers-core@0.20.4
13-
- @kinobi-so/visitors-core@0.20.4
15+
- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
16+
- @kinobi-so/nodes@0.20.4
17+
- @kinobi-so/errors@0.20.4
18+
- @kinobi-so/renderers-core@0.20.4
19+
- @kinobi-so/visitors-core@0.20.4
1420

1521
## 0.20.6
1622

1723
### Patch Changes
1824

19-
- Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
20-
- @kinobi-so/visitors-core@0.20.3
21-
- @kinobi-so/errors@0.20.3
22-
- @kinobi-so/renderers-core@0.20.3
23-
- @kinobi-so/nodes@0.20.3
25+
- Updated dependencies [[`d938e04`](https://github.com/kinobi-so/kinobi/commit/d938e04b8cf5765c5bb2b68916b29e892fd5ad70), [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
26+
- @kinobi-so/visitors-core@0.20.3
27+
- @kinobi-so/errors@0.20.3
28+
- @kinobi-so/renderers-core@0.20.3
29+
- @kinobi-so/nodes@0.20.3
2430

2531
## 0.20.5
2632

2733
### Patch Changes
2834

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

31-
- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
32-
- @kinobi-so/errors@0.20.2
33-
- @kinobi-so/nodes@0.20.2
34-
- @kinobi-so/renderers-core@0.20.2
35-
- @kinobi-so/visitors-core@0.20.2
37+
- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
38+
- @kinobi-so/errors@0.20.2
39+
- @kinobi-so/nodes@0.20.2
40+
- @kinobi-so/renderers-core@0.20.2
41+
- @kinobi-so/visitors-core@0.20.2
3642

3743
## 0.20.4
3844

3945
### Patch Changes
4046

41-
- [#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
47+
- [#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
4248

43-
- [#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
49+
- [#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
4450

45-
- [#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
51+
- [#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
4652

4753
## 0.20.3
4854

4955
### Patch Changes
5056

51-
- [#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
57+
- [#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
5258

5359
## 0.20.2
5460

5561
### Patch Changes
5662

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

59-
- [#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
65+
- [#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
6066

6167
## 0.20.1
6268

6369
### Patch Changes
6470

65-
- [#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
71+
- [#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
6672

67-
- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
68-
- @kinobi-so/renderers-core@0.20.1
69-
- @kinobi-so/errors@0.20.1
70-
- @kinobi-so/nodes@0.20.1
71-
- @kinobi-so/visitors-core@0.20.1
73+
- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
74+
- @kinobi-so/renderers-core@0.20.1
75+
- @kinobi-so/errors@0.20.1
76+
- @kinobi-so/nodes@0.20.1
77+
- @kinobi-so/visitors-core@0.20.1

packages/renderers-rust/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-rust",
3-
"version": "0.20.7",
3+
"version": "0.20.8",
44
"description": "Renders Rust clients for your programs",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers/CHANGELOG.md

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,78 @@
11
# @kinobi-so/renderers
22

3+
## 0.20.9
4+
5+
### Patch Changes
6+
7+
- 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)]:
8+
- @kinobi-so/renderers-js@0.20.8
9+
- @kinobi-so/renderers-rust@0.20.8
10+
311
## 0.20.8
412

513
### Patch Changes
614

7-
- Updated dependencies [[`bcd5eae`](https://github.com/kinobi-so/kinobi/commit/bcd5eaedf673432106e7cc72273e36f729cc8275)]:
8-
- @kinobi-so/renderers-js@0.20.7
15+
- Updated dependencies [[`bcd5eae`](https://github.com/kinobi-so/kinobi/commit/bcd5eaedf673432106e7cc72273e36f729cc8275)]:
16+
- @kinobi-so/renderers-js@0.20.7
917

1018
## 0.20.7
1119

1220
### Patch Changes
1321

14-
- Updated dependencies [[`378f007`](https://github.com/kinobi-so/kinobi/commit/378f007345bda028e31cdd9d4e34ce8279257485), [`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
15-
- @kinobi-so/renderers-rust@0.20.7
16-
- @kinobi-so/renderers-js-umi@0.20.5
17-
- @kinobi-so/renderers-js@0.20.6
22+
- Updated dependencies [[`378f007`](https://github.com/kinobi-so/kinobi/commit/378f007345bda028e31cdd9d4e34ce8279257485), [`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
23+
- @kinobi-so/renderers-rust@0.20.7
24+
- @kinobi-so/renderers-js-umi@0.20.5
25+
- @kinobi-so/renderers-js@0.20.6
1826

1927
## 0.20.6
2028

2129
### Patch Changes
2230

23-
- Updated dependencies []:
24-
- @kinobi-so/renderers-js@0.20.5
25-
- @kinobi-so/renderers-js-umi@0.20.4
26-
- @kinobi-so/renderers-rust@0.20.6
31+
- Updated dependencies []:
32+
- @kinobi-so/renderers-js@0.20.5
33+
- @kinobi-so/renderers-js-umi@0.20.4
34+
- @kinobi-so/renderers-rust@0.20.6
2735

2836
## 0.20.5
2937

3038
### Patch Changes
3139

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

34-
- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
35-
- @kinobi-so/renderers-js@0.20.4
36-
- @kinobi-so/renderers-js-umi@0.20.3
37-
- @kinobi-so/renderers-rust@0.20.5
42+
- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
43+
- @kinobi-so/renderers-js@0.20.4
44+
- @kinobi-so/renderers-js-umi@0.20.3
45+
- @kinobi-so/renderers-rust@0.20.5
3846

3947
## 0.20.4
4048

4149
### Patch Changes
4250

43-
- 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)]:
44-
- @kinobi-so/renderers-rust@0.20.4
45-
- @kinobi-so/renderers-js@0.20.3
51+
- 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)]:
52+
- @kinobi-so/renderers-rust@0.20.4
53+
- @kinobi-so/renderers-js@0.20.3
4654

4755
## 0.20.3
4856

4957
### Patch Changes
5058

51-
- Updated dependencies [[`2382631`](https://github.com/kinobi-so/kinobi/commit/238263129b61df67f010b47cd9229b2662eaccb2)]:
52-
- @kinobi-so/renderers-rust@0.20.3
59+
- Updated dependencies [[`2382631`](https://github.com/kinobi-so/kinobi/commit/238263129b61df67f010b47cd9229b2662eaccb2)]:
60+
- @kinobi-so/renderers-rust@0.20.3
5361

5462
## 0.20.2
5563

5664
### Patch Changes
5765

58-
- Updated dependencies [[`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94), [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98)]:
59-
- @kinobi-so/renderers-js-umi@0.20.2
60-
- @kinobi-so/renderers-rust@0.20.2
61-
- @kinobi-so/renderers-js@0.20.2
66+
- Updated dependencies [[`2857238`](https://github.com/kinobi-so/kinobi/commit/28572383c1f6f6968df88be61d49b41059475d94), [`b9cd6b2`](https://github.com/kinobi-so/kinobi/commit/b9cd6b29f4e5229512a7cc3dd28a6f6074dedd98)]:
67+
- @kinobi-so/renderers-js-umi@0.20.2
68+
- @kinobi-so/renderers-rust@0.20.2
69+
- @kinobi-so/renderers-js@0.20.2
6270

6371
## 0.20.1
6472

6573
### Patch Changes
6674

67-
- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
68-
- @kinobi-so/renderers-js-umi@0.20.1
69-
- @kinobi-so/renderers-rust@0.20.1
70-
- @kinobi-so/renderers-js@0.20.1
75+
- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
76+
- @kinobi-so/renderers-js-umi@0.20.1
77+
- @kinobi-so/renderers-rust@0.20.1
78+
- @kinobi-so/renderers-js@0.20.1

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.8",
3+
"version": "0.20.9",
44
"description": "Exports all Kinobi renderers",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)