瀏覽代碼

[0.21] Publish packages (#205)

github-actions[bot] 1 年之前
父節點
當前提交
05e7fe0668

+ 0 - 5
.changeset/chilly-numbers-teach.md

@@ -1,5 +0,0 @@
----
-'@kinobi-so/errors': patch
----
-
-Fix `KINOBI_ERROR__VISITORS__CANNOT_USE_OPTIONAL_ACCOUNT_AS_PDA_SEED_VALUE` instructionName string to actually print the instructionName.

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

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

+ 9 - 0
packages/errors/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @kinobi-so/errors
 
+## 0.21.5
+
+### Patch Changes
+
+-   [#204](https://github.com/kinobi-so/kinobi/pull/204) [`a6849d3`](https://github.com/kinobi-so/kinobi/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8) Thanks [@aspnxdd](https://github.com/aspnxdd)! - Fix `KINOBI_ERROR__VISITORS__CANNOT_USE_OPTIONAL_ACCOUNT_AS_PDA_SEED_VALUE` instructionName string to actually print the instructionName.
+
+-   Updated dependencies []:
+    -   @kinobi-so/node-types@0.21.5
+
 ## 0.21.4
 
 ### Patch Changes

+ 1 - 1
packages/errors/package.json

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

+ 10 - 0
packages/library/CHANGELOG.md

@@ -1,5 +1,15 @@
 # kinobi
 
+## 0.21.5
+
+### Patch Changes
+
+-   Updated dependencies [[`a6849d3`](https://github.com/kinobi-so/kinobi/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    -   @kinobi-so/errors@0.21.5
+    -   @kinobi-so/nodes@0.21.5
+    -   @kinobi-so/validators@0.21.5
+    -   @kinobi-so/visitors@0.21.5
+
 ## 0.21.4
 
 ### Patch Changes

+ 1 - 1
packages/library/package.json

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

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

@@ -1,5 +1,7 @@
 # @kinobi-so/node-types
 
+## 0.21.5
+
 ## 0.21.4
 
 ## 0.21.3

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

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

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

@@ -1,5 +1,14 @@
 # @kinobi-so/nodes-from-anchor
 
+## 0.21.3
+
+### Patch Changes
+
+-   Updated dependencies [[`a6849d3`](https://github.com/kinobi-so/kinobi/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    -   @kinobi-so/errors@0.21.5
+    -   @kinobi-so/nodes@0.21.5
+    -   @kinobi-so/visitors@0.21.5
+
 ## 0.21.2
 
 ### Patch Changes

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

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

+ 8 - 0
packages/nodes/CHANGELOG.md

@@ -1,5 +1,13 @@
 # @kinobi-so/nodes
 
+## 0.21.5
+
+### Patch Changes
+
+-   Updated dependencies [[`a6849d3`](https://github.com/kinobi-so/kinobi/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    -   @kinobi-so/errors@0.21.5
+    -   @kinobi-so/node-types@0.21.5
+
 ## 0.21.4
 
 ### Patch Changes

+ 1 - 1
packages/nodes/package.json

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

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

@@ -1,5 +1,14 @@
 # @kinobi-so/renderers-core
 
+## 0.21.3
+
+### Patch Changes
+
+-   Updated dependencies [[`a6849d3`](https://github.com/kinobi-so/kinobi/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    -   @kinobi-so/errors@0.21.5
+    -   @kinobi-so/nodes@0.21.5
+    -   @kinobi-so/visitors-core@0.21.5
+
 ## 0.21.2
 
 ### Patch Changes

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

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

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

@@ -1,5 +1,16 @@
 # @kinobi-so/renderers-js-umi
 
+## 0.21.7
+
+### Patch Changes
+
+-   Updated dependencies [[`a6849d3`](https://github.com/kinobi-so/kinobi/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    -   @kinobi-so/errors@0.21.5
+    -   @kinobi-so/nodes@0.21.5
+    -   @kinobi-so/renderers-core@0.21.3
+    -   @kinobi-so/validators@0.21.5
+    -   @kinobi-so/visitors-core@0.21.5
+
 ## 0.21.6
 
 ### Patch Changes

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

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

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

@@ -1,5 +1,18 @@
 # @kinobi-so/renderers-js
 
+## 0.21.9
+
+### Patch Changes
+
+-   [`4f6c8a9`](https://github.com/kinobi-so/kinobi/commit/4f6c8a971e70010d246b2691ccde847f0162b981) Thanks [@mcintyre94](https://github.com/mcintyre94)! - Add an optional programAddress override to instruction builders
+
+-   Updated dependencies [[`a6849d3`](https://github.com/kinobi-so/kinobi/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    -   @kinobi-so/errors@0.21.5
+    -   @kinobi-so/nodes@0.21.5
+    -   @kinobi-so/nodes-from-anchor@0.21.3
+    -   @kinobi-so/renderers-core@0.21.3
+    -   @kinobi-so/visitors-core@0.21.5
+
 ## 0.21.8
 
 ### Patch Changes

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

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

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

@@ -1,5 +1,15 @@
 # @kinobi-so/renderers-rust
 
+## 0.21.7
+
+### Patch Changes
+
+-   Updated dependencies [[`a6849d3`](https://github.com/kinobi-so/kinobi/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    -   @kinobi-so/errors@0.21.5
+    -   @kinobi-so/nodes@0.21.5
+    -   @kinobi-so/renderers-core@0.21.3
+    -   @kinobi-so/visitors-core@0.21.5
+
 ## 0.21.6
 
 ### Patch Changes

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

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

+ 9 - 0
packages/renderers/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @kinobi-so/renderers
 
+## 0.21.4
+
+### Patch Changes
+
+-   Updated dependencies [[`4f6c8a9`](https://github.com/kinobi-so/kinobi/commit/4f6c8a971e70010d246b2691ccde847f0162b981)]:
+    -   @kinobi-so/renderers-js@0.21.9
+    -   @kinobi-so/renderers-js-umi@0.21.7
+    -   @kinobi-so/renderers-rust@0.21.7
+
 ## 0.21.3
 
 ### Patch Changes

+ 1 - 1
packages/renderers/package.json

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

+ 9 - 0
packages/validators/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @kinobi-so/validators
 
+## 0.21.5
+
+### Patch Changes
+
+-   Updated dependencies [[`a6849d3`](https://github.com/kinobi-so/kinobi/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    -   @kinobi-so/errors@0.21.5
+    -   @kinobi-so/nodes@0.21.5
+    -   @kinobi-so/visitors-core@0.21.5
+
 ## 0.21.4
 
 ### Patch Changes

+ 1 - 1
packages/validators/package.json

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

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

@@ -1,5 +1,13 @@
 # @kinobi-so/visitors-core
 
+## 0.21.5
+
+### Patch Changes
+
+-   Updated dependencies [[`a6849d3`](https://github.com/kinobi-so/kinobi/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    -   @kinobi-so/errors@0.21.5
+    -   @kinobi-so/nodes@0.21.5
+
 ## 0.21.4
 
 ### Patch Changes

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

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

+ 9 - 0
packages/visitors/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @kinobi-so/visitors
 
+## 0.21.5
+
+### Patch Changes
+
+-   Updated dependencies [[`a6849d3`](https://github.com/kinobi-so/kinobi/commit/a6849d36a828e2b6b703f2a86d2ea0ae6d2fa0d8)]:
+    -   @kinobi-so/errors@0.21.5
+    -   @kinobi-so/nodes@0.21.5
+    -   @kinobi-so/visitors-core@0.21.5
+
 ## 0.21.4
 
 ### Patch Changes

+ 1 - 1
packages/visitors/package.json

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