Skip to content

Commit e52b987

Browse files
Publish packages (#41)
1 parent 4567d92 commit e52b987

File tree

28 files changed

+128
-23
lines changed

28 files changed

+128
-23
lines changed

.changeset/afraid-experts-give.md

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

.changeset/shiny-houses-care.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.3
4+
5+
### Patch Changes
6+
7+
- [#40](https://github.com/kinobi-so/kinobi/pull/40) [`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c) Thanks [@febo](https://github.com/febo)! - Fix typo in error message
8+
9+
- Updated dependencies []:
10+
- @kinobi-so/node-types@0.20.3
11+
312
## 0.20.2
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.2",
3+
"version": "0.20.3",
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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
8+
- @kinobi-so/errors@0.20.3
9+
- @kinobi-so/validators@0.20.3
10+
- @kinobi-so/visitors@0.20.3
11+
- @kinobi-so/nodes@0.20.3
12+
313
## 0.20.2
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.2",
3+
"version": "0.20.3",
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.3
4+
35
## 0.20.2
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.2",
3+
"version": "0.20.3",
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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4bc5823`](https://github.com/kinobi-so/kinobi/commit/4bc5823377824198bd5a6432d16333b2cb1d8b8c)]:
8+
- @kinobi-so/errors@0.20.3
9+
- @kinobi-so/visitors@0.20.3
10+
- @kinobi-so/nodes@0.20.3
11+
312
## 0.20.4
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.4",
3+
"version": "0.20.5",
44
"description": "Node specifications and helpers for the Kinobi standard",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)