Skip to content

Commit a522f6c

Browse files
[0.22] Publish packages
1 parent 279749c commit a522f6c

File tree

28 files changed

+201
-39
lines changed

28 files changed

+201
-39
lines changed

.changeset/moody-scissors-beg.md

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

.changeset/tough-grapes-give.md

Lines changed: 0 additions & 9 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.22.0
4+
5+
### Patch Changes
6+
7+
- [#180](https://github.com/kinobi-so/kinobi/pull/180) [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.
8+
9+
- Updated dependencies [[`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
10+
- @kinobi-so/node-types@0.22.0
11+
312
## 0.21.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.21.4",
3+
"version": "0.22.0",
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.22.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
8+
- @kinobi-so/validators@0.22.0
9+
- @kinobi-so/visitors@0.22.0
10+
- @kinobi-so/nodes@0.22.0
11+
- @kinobi-so/errors@0.22.0
12+
313
## 0.21.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.21.4",
3+
"version": "0.22.0",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @kinobi-so/node-types
22

3+
## 0.22.0
4+
5+
### Minor Changes
6+
7+
- [#175](https://github.com/kinobi-so/kinobi/pull/175) [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
8+
9+
Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
10+
11+
- [#180](https://github.com/kinobi-so/kinobi/pull/180) [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.
12+
313
## 0.21.4
414

515
## 0.21.3

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

3+
## 0.22.0
4+
5+
### Minor Changes
6+
7+
- [#175](https://github.com/kinobi-so/kinobi/pull/175) [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Remove `importFrom` attributes from link nodes and resolvers
8+
9+
Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
14+
- @kinobi-so/visitors@0.22.0
15+
- @kinobi-so/nodes@0.22.0
16+
- @kinobi-so/errors@0.22.0
17+
318
## 0.21.2
419

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

0 commit comments

Comments
 (0)