Bladeren bron

[0.22] Publish packages (#179)

github-actions[bot] 1 jaar geleden
bovenliggende
commit
19dc8a9703

+ 0 - 11
.changeset/hungry-hairs-shave.md

@@ -1,11 +0,0 @@
----
-'@kinobi-so/renderers-js-umi': minor
-'@kinobi-so/renderers-rust': minor
-'@kinobi-so/visitors-core': minor
-'@kinobi-so/renderers-js': minor
-'@kinobi-so/node-types': minor
-'@kinobi-so/errors': minor
-'@kinobi-so/nodes': minor
----
-
-Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`

+ 0 - 5
.changeset/lovely-worms-rhyme.md

@@ -1,5 +0,0 @@
----
-'@kinobi-so/renderers-js': patch
----
-
-Add an optional programAddress override to instruction builders

+ 0 - 17
.changeset/moody-scissors-beg.md

@@ -1,17 +0,0 @@
----
-'@kinobi-so/renderers': minor
-'@kinobi-so/renderers-core': minor
-'@kinobi-so/renderers-js-umi': minor
-'@kinobi-so/renderers-rust': minor
-'@kinobi-so/visitors-core': minor
-'@kinobi-so/renderers-js': minor
-'@kinobi-so/nodes-from-anchor': minor
-'@kinobi-so/node-types': minor
-'@kinobi-so/validators': minor
-'@kinobi-so/visitors': minor
-'@kinobi-so/nodes': minor
----
-
-Remove `importFrom` attributes from link nodes and resolvers
-
-Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.

+ 0 - 9
.changeset/tough-grapes-give.md

@@ -1,9 +0,0 @@
----
-'@kinobi-so/visitors-core': minor
-'@kinobi-so/node-types': minor
-'@kinobi-so/nodes': minor
-'@kinobi-so/visitors': patch
-'@kinobi-so/errors': patch
----
-
-Add optional `program` attribute to link nodes and namespace linkable nodes under their associated program.

+ 13 - 0
packages/errors/CHANGELOG.md

@@ -1,5 +1,18 @@
 # @kinobi-so/errors
 
+## 0.22.0
+
+### Minor Changes
+
+-   [#183](https://github.com/kinobi-so/kinobi/pull/183) [`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
+
+### Patch Changes
+
+-   [#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.
+
+-   Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    -   @kinobi-so/node-types@0.22.0
+
 ## 0.21.5
 
 ### Patch Changes

+ 1 - 1
packages/errors/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/errors",
-    "version": "0.21.5",
+    "version": "0.22.0",
     "description": "Error management for Kinobi",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 10 - 0
packages/library/CHANGELOG.md

@@ -1,5 +1,15 @@
 # kinobi
 
+## 0.22.0
+
+### Patch Changes
+
+-   Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    -   @kinobi-so/errors@0.22.0
+    -   @kinobi-so/nodes@0.22.0
+    -   @kinobi-so/validators@0.22.0
+    -   @kinobi-so/visitors@0.22.0
+
 ## 0.21.5
 
 ### Patch Changes

+ 1 - 1
packages/library/package.json

@@ -1,6 +1,6 @@
 {
     "name": "kinobi",
-    "version": "0.21.5",
+    "version": "0.22.0",
     "description": "A Solana framework for building standardised programs",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 12 - 0
packages/node-types/CHANGELOG.md

@@ -1,5 +1,17 @@
 # @kinobi-so/node-types
 
+## 0.22.0
+
+### Minor Changes
+
+-   [#183](https://github.com/kinobi-so/kinobi/pull/183) [`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
+
+-   [#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
+
+    Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
+
+-   [#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.
+
 ## 0.21.5
 
 ## 0.21.4

+ 1 - 1
packages/node-types/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/node-types",
-    "version": "0.21.5",
+    "version": "0.22.0",
     "description": "Node specifications for the Kinobi standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 15 - 0
packages/nodes-from-anchor/CHANGELOG.md

@@ -1,5 +1,20 @@
 # @kinobi-so/nodes-from-anchor
 
+## 0.22.0
+
+### Minor Changes
+
+-   [#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
+
+    Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
+
+### Patch Changes
+
+-   Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    -   @kinobi-so/errors@0.22.0
+    -   @kinobi-so/nodes@0.22.0
+    -   @kinobi-so/visitors@0.22.0
+
 ## 0.21.3
 
 ### Patch Changes

+ 1 - 1
packages/nodes-from-anchor/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/nodes-from-anchor",
-    "version": "0.21.3",
+    "version": "0.22.0",
     "description": "Node specifications and helpers for the Kinobi standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 18 - 0
packages/nodes/CHANGELOG.md

@@ -1,5 +1,23 @@
 # @kinobi-so/nodes
 
+## 0.22.0
+
+### Minor Changes
+
+-   [#183](https://github.com/kinobi-so/kinobi/pull/183) [`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
+
+-   [#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
+
+    Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
+
+-   [#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.
+
+### Patch Changes
+
+-   Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    -   @kinobi-so/node-types@0.22.0
+    -   @kinobi-so/errors@0.22.0
+
 ## 0.21.5
 
 ### Patch Changes

+ 1 - 1
packages/nodes/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/nodes",
-    "version": "0.21.5",
+    "version": "0.22.0",
     "description": "Node specifications and helpers for the Kinobi standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 15 - 0
packages/renderers-core/CHANGELOG.md

@@ -1,5 +1,20 @@
 # @kinobi-so/renderers-core
 
+## 0.22.0
+
+### Minor Changes
+
+-   [#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
+
+    Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
+
+### Patch Changes
+
+-   Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    -   @kinobi-so/visitors-core@0.22.0
+    -   @kinobi-so/errors@0.22.0
+    -   @kinobi-so/nodes@0.22.0
+
 ## 0.21.3
 
 ### Patch Changes

+ 1 - 1
packages/renderers-core/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/renderers-core",
-    "version": "0.21.3",
+    "version": "0.22.0",
     "description": "Core types and helpers for Kinobi renderers to use",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 19 - 0
packages/renderers-js-umi/CHANGELOG.md

@@ -1,5 +1,24 @@
 # @kinobi-so/renderers-js-umi
 
+## 0.22.0
+
+### Minor Changes
+
+-   [#183](https://github.com/kinobi-so/kinobi/pull/183) [`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
+
+-   [#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
+
+    Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
+
+### Patch Changes
+
+-   Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    -   @kinobi-so/visitors-core@0.22.0
+    -   @kinobi-so/errors@0.22.0
+    -   @kinobi-so/nodes@0.22.0
+    -   @kinobi-so/renderers-core@0.22.0
+    -   @kinobi-so/validators@0.22.0
+
 ## 0.21.7
 
 ### Patch Changes

+ 1 - 1
packages/renderers-js-umi/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/renderers-js-umi",
-    "version": "0.21.7",
+    "version": "0.22.0",
     "description": "JavaScript renderer compatible with the Umi framework",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 21 - 0
packages/renderers-js/CHANGELOG.md

@@ -1,5 +1,26 @@
 # @kinobi-so/renderers-js
 
+## 0.22.0
+
+### Minor Changes
+
+-   [#183](https://github.com/kinobi-so/kinobi/pull/183) [`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
+
+-   [#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
+
+    Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
+
+### Patch Changes
+
+-   [#224](https://github.com/kinobi-so/kinobi/pull/224) [`345a145`](https://github.com/kinobi-so/kinobi/commit/345a145bb9a9b181c8db9435a46d35dacbfced41) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Add an optional programAddress override to instruction builders
+
+-   Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    -   @kinobi-so/visitors-core@0.22.0
+    -   @kinobi-so/errors@0.22.0
+    -   @kinobi-so/nodes@0.22.0
+    -   @kinobi-so/renderers-core@0.22.0
+    -   @kinobi-so/nodes-from-anchor@0.22.0
+
 ## 0.21.9
 
 ### Patch Changes

+ 1 - 1
packages/renderers-js/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/renderers-js",
-    "version": "0.21.9",
+    "version": "0.22.0",
     "description": "JavaScript renderer compatible with the Solana web3.js library",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 18 - 0
packages/renderers-rust/CHANGELOG.md

@@ -1,5 +1,23 @@
 # @kinobi-so/renderers-rust
 
+## 0.22.0
+
+### Minor Changes
+
+-   [#183](https://github.com/kinobi-so/kinobi/pull/183) [`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
+
+-   [#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
+
+    Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
+
+### Patch Changes
+
+-   Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    -   @kinobi-so/visitors-core@0.22.0
+    -   @kinobi-so/errors@0.22.0
+    -   @kinobi-so/nodes@0.22.0
+    -   @kinobi-so/renderers-core@0.22.0
+
 ## 0.21.8
 
 ### Patch Changes

+ 1 - 1
packages/renderers-rust/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/renderers-rust",
-    "version": "0.21.8",
+    "version": "0.22.0",
     "description": "Renders Rust clients for your programs",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 15 - 0
packages/renderers/CHANGELOG.md

@@ -1,5 +1,20 @@
 # @kinobi-so/renderers
 
+## 0.22.0
+
+### Minor Changes
+
+-   [#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
+
+    Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
+
+### Patch Changes
+
+-   Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`345a145`](https://github.com/kinobi-so/kinobi/commit/345a145bb9a9b181c8db9435a46d35dacbfced41), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540)]:
+    -   @kinobi-so/renderers-js-umi@0.22.0
+    -   @kinobi-so/renderers-rust@0.22.0
+    -   @kinobi-so/renderers-js@0.22.0
+
 ## 0.21.5
 
 ### Patch Changes

+ 1 - 1
packages/renderers/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/renderers",
-    "version": "0.21.5",
+    "version": "0.22.0",
     "description": "Exports all Kinobi renderers",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 15 - 0
packages/validators/CHANGELOG.md

@@ -1,5 +1,20 @@
 # @kinobi-so/validators
 
+## 0.22.0
+
+### Minor Changes
+
+-   [#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
+
+    Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
+
+### Patch Changes
+
+-   Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    -   @kinobi-so/visitors-core@0.22.0
+    -   @kinobi-so/errors@0.22.0
+    -   @kinobi-so/nodes@0.22.0
+
 ## 0.21.5
 
 ### Patch Changes

+ 1 - 1
packages/validators/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/validators",
-    "version": "0.21.5",
+    "version": "0.22.0",
     "description": "Validator visitors for the Kinobi framework",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 18 - 0
packages/visitors-core/CHANGELOG.md

@@ -1,5 +1,23 @@
 # @kinobi-so/visitors-core
 
+## 0.22.0
+
+### Minor Changes
+
+-   [#183](https://github.com/kinobi-so/kinobi/pull/183) [`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add `InstructionLinkNode`, `InstructionAccountLinkNode` and `InstructionArgumentLinkNode`
+
+-   [#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
+
+    Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
+
+-   [#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.
+
+### Patch Changes
+
+-   Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    -   @kinobi-so/errors@0.22.0
+    -   @kinobi-so/nodes@0.22.0
+
 ## 0.21.5
 
 ### Patch Changes

+ 1 - 1
packages/visitors-core/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/visitors-core",
-    "version": "0.21.5",
+    "version": "0.22.0",
     "description": "Core visitors for the Kinobi framework",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 17 - 0
packages/visitors/CHANGELOG.md

@@ -1,5 +1,22 @@
 # @kinobi-so/visitors
 
+## 0.22.0
+
+### Minor Changes
+
+-   [#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
+
+    Instead, a new `linkOverrides` attribute is introduced on all renderers to redirect a link node or a resolver to a custom path or module.
+
+### Patch Changes
+
+-   [#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.
+
+-   Updated dependencies [[`c8c5934`](https://github.com/kinobi-so/kinobi/commit/c8c593466294f3ec7dca1fb828254e10aa312925), [`2b1259b`](https://github.com/kinobi-so/kinobi/commit/2b1259b566aa439ca61c28f7ef72ff9c0817e540), [`93a318a`](https://github.com/kinobi-so/kinobi/commit/93a318a9b7ee435eb37934b0ab390e160d50968b)]:
+    -   @kinobi-so/visitors-core@0.22.0
+    -   @kinobi-so/errors@0.22.0
+    -   @kinobi-so/nodes@0.22.0
+
 ## 0.21.5
 
 ### Patch Changes

+ 1 - 1
packages/visitors/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@kinobi-so/visitors",
-    "version": "0.21.5",
+    "version": "0.22.0",
     "description": "All visitors for the Kinobi framework",
     "exports": {
         "types": "./dist/types/index.d.ts",