Skip to content

Commit b0c6fae

Browse files
Publish packages (#44)
1 parent 378f007 commit b0c6fae

File tree

28 files changed

+138
-27
lines changed

28 files changed

+138
-27
lines changed

.changeset/tall-beds-share.md

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

.changeset/tasty-rocks-sleep.md

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

packages/errors/CHANGELOG.md

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

3+
## 0.20.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
8+
- @kinobi-so/node-types@0.20.4
9+
310
## 0.20.3
411

512
### 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.3",
3+
"version": "0.20.4",
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.20.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
8+
- @kinobi-so/visitors@0.20.4
9+
- @kinobi-so/nodes@0.20.4
10+
- @kinobi-so/errors@0.20.4
11+
- @kinobi-so/validators@0.20.4
12+
313
## 0.20.3
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.3",
3+
"version": "0.20.4",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @kinobi-so/node-types
22

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

511
## 0.20.2

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.3",
3+
"version": "0.20.4",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`668b550`](https://github.com/kinobi-so/kinobi/commit/668b550aa2172c24ddb3b8751d91e67e94a93fa4)]:
8+
- @kinobi-so/visitors@0.20.4
9+
- @kinobi-so/nodes@0.20.4
10+
- @kinobi-so/errors@0.20.4
11+
312
## 0.20.5
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.5",
3+
"version": "0.20.6",
44
"description": "Node specifications and helpers for the Kinobi standard",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)