Skip to content

Commit 5d362da

Browse files
Publish packages (#95)
1 parent ae9d1b2 commit 5d362da

File tree

28 files changed

+263
-155
lines changed

28 files changed

+263
-155
lines changed

.changeset/forty-chefs-know.md

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

.changeset/tough-worms-punch.md

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

packages/errors/CHANGELOG.md

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

3+
## 0.20.5
4+
5+
### Patch Changes
6+
7+
- [#42](https://github.com/kinobi-so/kinobi/pull/42) [`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being.
8+
9+
- Updated dependencies []:
10+
- @kinobi-so/node-types@0.20.5
11+
312
## 0.20.4
413

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

3+
## 0.20.5
4+
35
## 0.20.4
46

57
### Patch Changes

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.4",
3+
"version": "0.20.5",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @kinobi-so/nodes-from-anchor
22

3+
## 0.20.7
4+
5+
### Patch Changes
6+
7+
- [#42](https://github.com/kinobi-so/kinobi/pull/42) [`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8) Thanks [@kespinola](https://github.com/kespinola)! - set anchor account seed definitions on instructions as defaultValue for the associated instruction account. Removes hoisting PDAs to the program node for the time being.
8+
9+
- Updated dependencies [[`908acba`](https://github.com/kinobi-so/kinobi/commit/908acba99cdb0b761ed79aebf6828e23fde97ef8)]:
10+
- @kinobi-so/errors@0.20.5
11+
- @kinobi-so/nodes@0.20.5
12+
- @kinobi-so/visitors@0.20.5
13+
314
## 0.20.6
415

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

0 commit comments

Comments
 (0)