Skip to content

Commit 7b3475d

Browse files
[0.21] Publish packages (#182)
1 parent 28f3d38 commit 7b3475d

File tree

27 files changed

+127
-18
lines changed

27 files changed

+127
-18
lines changed

.changeset/two-swans-shake.md

Lines changed: 0 additions & 5 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.21.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @kinobi-so/node-types@0.21.4
9+
310
## 0.21.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.21.3",
3+
"version": "0.21.4",
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.21.4
4+
5+
### Patch Changes
6+
7+
- [#181](https://github.com/kinobi-so/kinobi/pull/181) [`28f3d38`](https://github.com/kinobi-so/kinobi/commit/28f3d381f570859cbea1c72b7e352ad3e72db37f) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix TS bug on `accept` and `update` Kinobi function
8+
9+
- Updated dependencies []:
10+
- @kinobi-so/errors@0.21.4
11+
- @kinobi-so/nodes@0.21.4
12+
- @kinobi-so/validators@0.21.4
13+
- @kinobi-so/visitors@0.21.4
14+
315
## 0.21.3
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.21.3",
3+
"version": "0.21.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @kinobi-so/node-types
22

3+
## 0.21.4
4+
35
## 0.21.3
46

57
## 0.21.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.21.3",
3+
"version": "0.21.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.21.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @kinobi-so/errors@0.21.4
9+
- @kinobi-so/nodes@0.21.4
10+
- @kinobi-so/visitors@0.21.4
11+
312
## 0.21.1
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.21.1",
3+
"version": "0.21.2",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @kinobi-so/nodes
22

3+
## 0.21.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @kinobi-so/errors@0.21.4
9+
- @kinobi-so/node-types@0.21.4
10+
311
## 0.21.3
412

513
### Patch Changes

0 commit comments

Comments
 (0)