Skip to content

Commit 1533ac2

Browse files
Publish packages (#28)
1 parent 7fc38db commit 1533ac2

File tree

13 files changed

+34
-29
lines changed

13 files changed

+34
-29
lines changed

.changeset/beige-clouds-yell.md

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

.changeset/good-apricots-sell.md

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

.changeset/honest-days-smell.md

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

.changeset/weak-coats-relate.md

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

.changeset/yellow-deers-pay.md

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

packages/nodes-from-anchor/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @kinobi-so/nodes-from-anchor
22

3+
## 0.20.2
4+
5+
### Patch Changes
6+
7+
- [#30](https://github.com/kinobi-so/kinobi/pull/30) [`d43493e`](https://github.com/kinobi-so/kinobi/commit/d43493e0e42c4b1064c174050a91e71c4d28e252) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix type definition of Anchor discriminators
8+
39
## 0.20.1
410

511
### Patch Changes

packages/nodes-from-anchor/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/nodes-from-anchor",
3-
"version": "0.20.1",
3+
"version": "0.20.2",
44
"description": "Node specifications and helpers for the Kinobi standard",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers-js/CHANGELOG.md

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

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

511
### Patch Changes

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

packages/renderers-rust/CHANGELOG.md

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

3+
## 0.20.4
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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
12+
313
## 0.20.3
414

515
### Patch Changes

0 commit comments

Comments
 (0)