Bläddra i källkod

[1.x] Publish packages (#486)

github-actions[bot] 8 månader sedan
förälder
incheckning
ac9013d6d6

+ 0 - 6
.changeset/soft-trainers-vanish.md

@@ -1,6 +0,0 @@
----
-"@codama/errors": patch
-"@codama/renderers-js": patch
----
-
-The JS renderer depends on `@solana/web3.js` at version 2. That library has been renamed to `@solana/kit` starting from version 2.1. Codama has been updated to use `@solana/kit@^2.1.0` instead of `@solana/web3.js`

+ 1 - 1
packages/cli/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/cli",
-    "version": "1.0.5",
+    "version": "1.0.6",
     "description": "The package that provides a CLI for the Codama standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 1 - 1
packages/dynamic-codecs/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/dynamic-codecs",
-    "version": "1.1.7",
+    "version": "1.1.8",
     "description": "Get codecs on demand for Codama IDLs",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 1 - 1
packages/dynamic-parsers/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/dynamic-parsers",
-    "version": "1.1.7",
+    "version": "1.1.8",
     "description": "Helpers to dynamically identify and parse accounts and instructions",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 9 - 0
packages/errors/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/errors
 
+## 1.2.7
+
+### Patch Changes
+
+- [#485](https://github.com/codama-idl/codama/pull/485) [`7e275ab`](https://github.com/codama-idl/codama/commit/7e275ab51c6d1b20b54ea9f4976b0692a308b2d2) Thanks [@steveluscher](https://github.com/steveluscher)! - The JS renderer depends on `@solana/web3.js` at version 2. That library has been renamed to `@solana/kit` starting from version 2.1. Codama has been updated to use `@solana/kit@^2.1.0` instead of `@solana/web3.js`
+
+- Updated dependencies []:
+    - @codama/node-types@1.2.7
+
 ## 1.2.6
 
 ### Patch Changes

+ 1 - 1
packages/errors/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/errors",
-    "version": "1.2.6",
+    "version": "1.2.7",
     "description": "Error management for Codama",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 11 - 0
packages/library/CHANGELOG.md

@@ -1,5 +1,16 @@
 # codama
 
+## 1.2.7
+
+### Patch Changes
+
+- Updated dependencies [[`7e275ab`](https://github.com/codama-idl/codama/commit/7e275ab51c6d1b20b54ea9f4976b0692a308b2d2)]:
+    - @codama/errors@1.2.7
+    - @codama/nodes@1.2.7
+    - @codama/validators@1.2.7
+    - @codama/visitors@1.2.7
+    - @codama/cli@1.0.6
+
 ## 1.2.6
 
 ### Patch Changes

+ 1 - 1
packages/library/package.json

@@ -1,6 +1,6 @@
 {
     "name": "codama",
-    "version": "1.2.6",
+    "version": "1.2.7",
     "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 @@
 # @codama/node-types
 
+## 1.2.7
+
 ## 1.2.6
 
 ## 1.2.5

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/node-types",
-    "version": "1.2.6",
+    "version": "1.2.7",
     "description": "Node specifications for the Codama standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

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

@@ -1,5 +1,14 @@
 # @codama/nodes-from-anchor
 
+## 1.1.7
+
+### Patch Changes
+
+- Updated dependencies [[`7e275ab`](https://github.com/codama-idl/codama/commit/7e275ab51c6d1b20b54ea9f4976b0692a308b2d2)]:
+    - @codama/errors@1.2.7
+    - @codama/nodes@1.2.7
+    - @codama/visitors@1.2.7
+
 ## 1.1.6
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/nodes-from-anchor",
-    "version": "1.1.6",
+    "version": "1.1.7",
     "description": "Node specifications and helpers for the Codama standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 8 - 0
packages/nodes/CHANGELOG.md

@@ -1,5 +1,13 @@
 # @codama/nodes
 
+## 1.2.7
+
+### Patch Changes
+
+- Updated dependencies [[`7e275ab`](https://github.com/codama-idl/codama/commit/7e275ab51c6d1b20b54ea9f4976b0692a308b2d2)]:
+    - @codama/errors@1.2.7
+    - @codama/node-types@1.2.7
+
 ## 1.2.6
 
 ### Patch Changes

+ 1 - 1
packages/nodes/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/nodes",
-    "version": "1.2.6",
+    "version": "1.2.7",
     "description": "Node specifications and helpers for the Codama standard",
     "exports": {
         "types": "./dist/types/index.d.ts",

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

@@ -1,5 +1,14 @@
 # @codama/renderers-core
 
+## 1.0.9
+
+### Patch Changes
+
+- Updated dependencies [[`7e275ab`](https://github.com/codama-idl/codama/commit/7e275ab51c6d1b20b54ea9f4976b0692a308b2d2)]:
+    - @codama/errors@1.2.7
+    - @codama/nodes@1.2.7
+    - @codama/visitors-core@1.2.7
+
 ## 1.0.8
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-core",
-    "version": "1.0.8",
+    "version": "1.0.9",
     "description": "Core types and helpers for Codama renderers to use",
     "exports": {
         "types": "./dist/types/index.d.ts",

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

@@ -1,5 +1,16 @@
 # @codama/renderers-js-umi
 
+## 1.1.8
+
+### Patch Changes
+
+- Updated dependencies [[`7e275ab`](https://github.com/codama-idl/codama/commit/7e275ab51c6d1b20b54ea9f4976b0692a308b2d2)]:
+    - @codama/errors@1.2.7
+    - @codama/nodes@1.2.7
+    - @codama/renderers-core@1.0.9
+    - @codama/validators@1.2.7
+    - @codama/visitors-core@1.2.7
+
 ## 1.1.7
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-js-umi",
-    "version": "1.1.7",
+    "version": "1.1.8",
     "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 @@
 # @codama/renderers-js
 
+## 1.2.6
+
+### Patch Changes
+
+- [#485](https://github.com/codama-idl/codama/pull/485) [`7e275ab`](https://github.com/codama-idl/codama/commit/7e275ab51c6d1b20b54ea9f4976b0692a308b2d2) Thanks [@steveluscher](https://github.com/steveluscher)! - The JS renderer depends on `@solana/web3.js` at version 2. That library has been renamed to `@solana/kit` starting from version 2.1. Codama has been updated to use `@solana/kit@^2.1.0` instead of `@solana/web3.js`
+
+- Updated dependencies [[`7e275ab`](https://github.com/codama-idl/codama/commit/7e275ab51c6d1b20b54ea9f4976b0692a308b2d2)]:
+    - @codama/errors@1.2.7
+    - @codama/nodes@1.2.7
+    - @codama/nodes-from-anchor@1.1.7
+    - @codama/renderers-core@1.0.9
+    - @codama/visitors-core@1.2.7
+
 ## 1.2.5
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-js",
-    "version": "1.2.5",
+    "version": "1.2.6",
     "description": "JavaScript renderer compatible with the Solana Kit library",
     "exports": {
         "types": "./dist/types/index.d.ts",

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

@@ -1,5 +1,15 @@
 # @codama/renderers-rust
 
+## 1.0.15
+
+### Patch Changes
+
+- Updated dependencies [[`7e275ab`](https://github.com/codama-idl/codama/commit/7e275ab51c6d1b20b54ea9f4976b0692a308b2d2)]:
+    - @codama/errors@1.2.7
+    - @codama/nodes@1.2.7
+    - @codama/renderers-core@1.0.9
+    - @codama/visitors-core@1.2.7
+
 ## 1.0.14
 
 ### Patch Changes

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

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

+ 1 - 1
packages/renderers-vixen-parser/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-vixen-parser",
-    "version": "1.0.6",
+    "version": "1.0.7",
     "description": "Renders Yellowstone Account and Instruction Parsers",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 9 - 0
packages/renderers/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/renderers
 
+## 1.0.15
+
+### Patch Changes
+
+- Updated dependencies [[`7e275ab`](https://github.com/codama-idl/codama/commit/7e275ab51c6d1b20b54ea9f4976b0692a308b2d2)]:
+    - @codama/renderers-js@1.2.6
+    - @codama/renderers-js-umi@1.1.8
+    - @codama/renderers-rust@1.0.15
+
 ## 1.0.14
 
 ### Patch Changes

+ 1 - 1
packages/renderers/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers",
-    "version": "1.0.14",
+    "version": "1.0.15",
     "description": "Exports all Codama renderers",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 9 - 0
packages/validators/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/validators
 
+## 1.2.7
+
+### Patch Changes
+
+- Updated dependencies [[`7e275ab`](https://github.com/codama-idl/codama/commit/7e275ab51c6d1b20b54ea9f4976b0692a308b2d2)]:
+    - @codama/errors@1.2.7
+    - @codama/nodes@1.2.7
+    - @codama/visitors-core@1.2.7
+
 ## 1.2.6
 
 ### Patch Changes

+ 1 - 1
packages/validators/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/validators",
-    "version": "1.2.6",
+    "version": "1.2.7",
     "description": "Validator visitors for the Codama framework",
     "exports": {
         "types": "./dist/types/index.d.ts",

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

@@ -1,5 +1,13 @@
 # @codama/visitors-core
 
+## 1.2.7
+
+### Patch Changes
+
+- Updated dependencies [[`7e275ab`](https://github.com/codama-idl/codama/commit/7e275ab51c6d1b20b54ea9f4976b0692a308b2d2)]:
+    - @codama/errors@1.2.7
+    - @codama/nodes@1.2.7
+
 ## 1.2.6
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/visitors-core",
-    "version": "1.2.6",
+    "version": "1.2.7",
     "description": "Core visitors for the Codama framework",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 9 - 0
packages/visitors/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/visitors
 
+## 1.2.7
+
+### Patch Changes
+
+- Updated dependencies [[`7e275ab`](https://github.com/codama-idl/codama/commit/7e275ab51c6d1b20b54ea9f4976b0692a308b2d2)]:
+    - @codama/errors@1.2.7
+    - @codama/nodes@1.2.7
+    - @codama/visitors-core@1.2.7
+
 ## 1.2.6
 
 ### Patch Changes

+ 1 - 1
packages/visitors/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/visitors",
-    "version": "1.2.6",
+    "version": "1.2.7",
     "description": "All visitors for the Codama framework",
     "exports": {
         "types": "./dist/types/index.d.ts",