Skip to content

Commit 238f484

Browse files
Publish packages (#35)
1 parent 964776f commit 238f484

File tree

27 files changed

+152
-30
lines changed

27 files changed

+152
-30
lines changed

.changeset/proud-falcons-buy.md

Lines changed: 0 additions & 17 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.2
4+
5+
### Patch Changes
6+
7+
- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
8+
9+
- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
10+
- @kinobi-so/node-types@0.20.2
11+
312
## 0.20.1
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.1",
3+
"version": "0.20.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
8+
9+
- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
10+
- @kinobi-so/errors@0.20.2
11+
- @kinobi-so/nodes@0.20.2
12+
- @kinobi-so/validators@0.20.2
13+
- @kinobi-so/visitors@0.20.2
14+
315
## 0.20.1
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.1",
3+
"version": "0.20.2",
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,3 +1,9 @@
11
# @kinobi-so/node-types
22

3+
## 0.20.2
4+
5+
### Patch Changes
6+
7+
- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
8+
39
## 0.20.1

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.1",
3+
"version": "0.20.2",
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.3
4+
5+
### Patch Changes
6+
7+
- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
8+
9+
- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
10+
- @kinobi-so/errors@0.20.2
11+
- @kinobi-so/nodes@0.20.2
12+
- @kinobi-so/visitors@0.20.2
13+
314
## 0.20.2
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.2",
3+
"version": "0.20.3",
44
"description": "Node specifications and helpers for the Kinobi standard",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/nodes/CHANGELOG.md

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

3+
## 0.20.2
4+
5+
### Patch Changes
6+
7+
- [`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix invalid package dependencies
8+
9+
- Updated dependencies [[`964776f`](https://github.com/kinobi-so/kinobi/commit/964776fe73402c236d334032821013674c3b1a5e)]:
10+
- @kinobi-so/errors@0.20.2
11+
- @kinobi-so/node-types@0.20.2
12+
313
## 0.20.1
414

515
### Patch Changes

0 commit comments

Comments
 (0)