فهرست منبع

Publish packages (#22)

github-actions[bot] 1 سال پیش
والد
کامیت
51fb31cfb2

+ 0 - 11
.changeset/poor-pigs-design.md

@@ -1,11 +0,0 @@
----
-"@kinobi-so/renderers-js-umi": patch
-"@kinobi-so/renderers-core": patch
-"@kinobi-so/renderers-rust": patch
-"@kinobi-so/renderers-js": patch
-"kinobi": patch
-"@kinobi-so/errors": patch
-"@kinobi-so/nodes": patch
----
-
-Fix ESM and CJS exports on renderers

+ 10 - 0
packages/errors/CHANGELOG.md

@@ -0,0 +1,10 @@
+# @kinobi-so/errors
+
+## 0.20.1
+
+### Patch Changes
+
+- [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+
+- Updated dependencies []:
+  - @kinobi-so/node-types@0.20.1

+ 1 - 1
packages/errors/package.json

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

+ 13 - 0
packages/library/CHANGELOG.md

@@ -0,0 +1,13 @@
+# kinobi
+
+## 0.20.1
+
+### Patch Changes
+
+- [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/errors@0.20.1
+  - @kinobi-so/nodes@0.20.1
+  - @kinobi-so/validators@0.20.1
+  - @kinobi-so/visitors@0.20.1

+ 1 - 1
packages/library/package.json

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

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

@@ -0,0 +1,3 @@
+# @kinobi-so/node-types
+
+## 0.20.1

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

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

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

@@ -0,0 +1,10 @@
+# @kinobi-so/nodes-from-anchor
+
+## 0.20.1
+
+### Patch Changes
+
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/errors@0.20.1
+  - @kinobi-so/nodes@0.20.1
+  - @kinobi-so/visitors@0.20.1

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

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

+ 11 - 0
packages/nodes/CHANGELOG.md

@@ -0,0 +1,11 @@
+# @kinobi-so/nodes
+
+## 0.20.1
+
+### Patch Changes
+
+- [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/errors@0.20.1
+  - @kinobi-so/node-types@0.20.1

+ 1 - 1
packages/nodes/package.json

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

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

@@ -0,0 +1,12 @@
+# @kinobi-so/renderers-core
+
+## 0.20.1
+
+### Patch Changes
+
+- [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/errors@0.20.1
+  - @kinobi-so/nodes@0.20.1
+  - @kinobi-so/visitors-core@0.20.1

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

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

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

@@ -0,0 +1,14 @@
+# @kinobi-so/renderers-js-umi
+
+## 0.20.1
+
+### Patch Changes
+
+- [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/renderers-core@0.20.1
+  - @kinobi-so/errors@0.20.1
+  - @kinobi-so/nodes@0.20.1
+  - @kinobi-so/validators@0.20.1
+  - @kinobi-so/visitors-core@0.20.1

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

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

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

@@ -0,0 +1,13 @@
+# @kinobi-so/renderers-js
+
+## 0.20.1
+
+### Patch Changes
+
+- [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/renderers-core@0.20.1
+  - @kinobi-so/errors@0.20.1
+  - @kinobi-so/nodes@0.20.1
+  - @kinobi-so/visitors-core@0.20.1

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

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

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

@@ -0,0 +1,13 @@
+# @kinobi-so/renderers-rust
+
+## 0.20.1
+
+### Patch Changes
+
+- [#21](https://github.com/kinobi-so/kinobi/pull/21) [`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix ESM and CJS exports on renderers
+
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/renderers-core@0.20.1
+  - @kinobi-so/errors@0.20.1
+  - @kinobi-so/nodes@0.20.1
+  - @kinobi-so/visitors-core@0.20.1

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

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

+ 10 - 0
packages/renderers/CHANGELOG.md

@@ -0,0 +1,10 @@
+# @kinobi-so/renderers
+
+## 0.20.1
+
+### Patch Changes
+
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/renderers-js-umi@0.20.1
+  - @kinobi-so/renderers-rust@0.20.1
+  - @kinobi-so/renderers-js@0.20.1

+ 1 - 1
packages/renderers/package.json

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

+ 10 - 0
packages/validators/CHANGELOG.md

@@ -0,0 +1,10 @@
+# @kinobi-so/validators
+
+## 0.20.1
+
+### Patch Changes
+
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/errors@0.20.1
+  - @kinobi-so/nodes@0.20.1
+  - @kinobi-so/visitors-core@0.20.1

+ 1 - 1
packages/validators/package.json

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

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

@@ -0,0 +1,9 @@
+# @kinobi-so/visitors-core
+
+## 0.20.1
+
+### Patch Changes
+
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/errors@0.20.1
+  - @kinobi-so/nodes@0.20.1

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

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

+ 10 - 0
packages/visitors/CHANGELOG.md

@@ -0,0 +1,10 @@
+# @kinobi-so/visitors
+
+## 0.20.1
+
+### Patch Changes
+
+- Updated dependencies [[`0dec0c8`](https://github.com/kinobi-so/kinobi/commit/0dec0c8fff5e80fafc964416058e4ddf1db2bda0)]:
+  - @kinobi-so/errors@0.20.1
+  - @kinobi-so/nodes@0.20.1
+  - @kinobi-so/visitors-core@0.20.1

+ 1 - 1
packages/visitors/package.json

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