Skip to content

Commit 625027b

Browse files
Publish packages (#100)
1 parent 4979b94 commit 625027b

File tree

29 files changed

+143
-34
lines changed

29 files changed

+143
-34
lines changed

.changeset/itchy-falcons-doubt.md

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

.changeset/nice-cheetahs-punch.md

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

.changeset/small-jars-play.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.6
4+
5+
### Patch Changes
6+
7+
- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi
8+
9+
- Updated dependencies []:
10+
- @kinobi-so/node-types@0.20.6
11+
312
## 0.20.5
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.5",
3+
"version": "0.20.6",
44
"description": "Error management for Kinobi",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/library/CHANGELOG.md

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

3+
## 0.20.6
4+
5+
### Patch Changes
6+
7+
- [#102](https://github.com/kinobi-so/kinobi/pull/102) [`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Replace \_\_DEV\_\_ with NODE_ENV is not production in Kinobi
8+
9+
- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
10+
- @kinobi-so/errors@0.20.6
11+
- @kinobi-so/nodes@0.20.6
12+
- @kinobi-so/validators@0.20.6
13+
- @kinobi-so/visitors@0.20.6
14+
315
## 0.20.5
416

517
### 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.5",
3+
"version": "0.20.6",
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.6
4+
35
## 0.20.5
46

57
## 0.20.4

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.5",
3+
"version": "0.20.6",
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.8
4+
5+
### Patch Changes
6+
7+
- [#109](https://github.com/kinobi-so/kinobi/pull/109) [`4979b94`](https://github.com/kinobi-so/kinobi/commit/4979b94720465a58538ee61bb1a4a23fd5471511) Thanks [@kespinola](https://github.com/kespinola)! - Fix argument node lookup for anchor v01 instruction pda seeds.
8+
9+
- Updated dependencies [[`bcf6a23`](https://github.com/kinobi-so/kinobi/commit/bcf6a23fa0e0d1f1a064ea6ddcfc9c092190a51f)]:
10+
- @kinobi-so/errors@0.20.6
11+
- @kinobi-so/nodes@0.20.6
12+
- @kinobi-so/visitors@0.20.6
13+
314
## 0.20.7
415

516
### Patch Changes

0 commit comments

Comments
 (0)