Skip to content

Commit 351cbca

Browse files
Publish packages (#112)
1 parent 2f26050 commit 351cbca

File tree

28 files changed

+173
-33
lines changed

28 files changed

+173
-33
lines changed

.changeset/happy-bottles-cover.md

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

.changeset/tame-files-wash.md

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

packages/errors/CHANGELOG.md

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

3+
## 0.21.0
4+
5+
### Minor Changes
6+
7+
- [#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`
8+
9+
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.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`2f26050`](https://github.com/kinobi-so/kinobi/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
14+
- @kinobi-so/node-types@0.21.0
15+
316
## 0.20.6
417

518
### Patch Changes

packages/errors/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/errors",
3-
"version": "0.20.6",
3+
"version": "0.21.0",
44
"description": "Error management for Kinobi",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/library/CHANGELOG.md

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

3+
## 0.21.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2f26050`](https://github.com/kinobi-so/kinobi/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
8+
- @kinobi-so/errors@0.21.0
9+
- @kinobi-so/nodes@0.21.0
10+
- @kinobi-so/validators@0.21.0
11+
- @kinobi-so/visitors@0.21.0
12+
313
## 0.20.6
414

515
### Patch Changes

packages/library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kinobi",
3-
"version": "0.20.6",
3+
"version": "0.21.0",
44
"description": "A Solana framework for building standardised programs",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/node-types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @kinobi-so/node-types
22

3+
## 0.21.0
4+
5+
### Minor Changes
6+
7+
- [#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`
8+
9+
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.
10+
311
## 0.20.6
412

513
## 0.20.5

packages/node-types/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/node-types",
3-
"version": "0.20.6",
3+
"version": "0.21.0",
44
"description": "Node specifications for the Kinobi standard",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/nodes-from-anchor/CHANGELOG.md

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

3+
## 0.20.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2f26050`](https://github.com/kinobi-so/kinobi/commit/2f26050ddbcbdefcefbd853e1017a30c94442e1f)]:
8+
- @kinobi-so/errors@0.21.0
9+
- @kinobi-so/nodes@0.21.0
10+
- @kinobi-so/visitors@0.21.0
11+
312
## 0.20.8
413

514
### 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.8",
3+
"version": "0.20.9",
44
"description": "Node specifications and helpers for the Kinobi standard",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)