Bläddra i källkod

[1.x] Publish packages (#515)

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

+ 0 - 5
.changeset/tender-tires-bet.md

@@ -1,5 +0,0 @@
----
-'@codama/renderers-rust': patch
----
-
-Add `#[allow(clippy::arithmetic_side_effects)]` to the list of clippy ignores on top of various instruction methods generated by the Rust renderer."

+ 1 - 1
packages/cli/package.json

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

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

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

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

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

+ 7 - 0
packages/errors/CHANGELOG.md

@@ -1,5 +1,12 @@
 # @codama/errors
 # @codama/errors
 
 
+## 1.2.10
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/node-types@1.2.10
+
 ## 1.2.9
 ## 1.2.9
 
 
 ### Patch Changes
 ### Patch Changes

+ 1 - 1
packages/errors/package.json

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

+ 11 - 0
packages/library/CHANGELOG.md

@@ -1,5 +1,16 @@
 # codama
 # codama
 
 
+## 1.2.10
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/cli@1.0.9
+    - @codama/errors@1.2.10
+    - @codama/nodes@1.2.10
+    - @codama/validators@1.2.10
+    - @codama/visitors@1.2.10
+
 ## 1.2.9
 ## 1.2.9
 
 
 ### Patch Changes
 ### Patch Changes

+ 1 - 1
packages/library/package.json

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

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

@@ -1,5 +1,7 @@
 # @codama/node-types
 # @codama/node-types
 
 
+## 1.2.10
+
 ## 1.2.9
 ## 1.2.9
 
 
 ## 1.2.8
 ## 1.2.8

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

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

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

@@ -1,5 +1,14 @@
 # @codama/nodes-from-anchor
 # @codama/nodes-from-anchor
 
 
+## 1.1.10
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.2.10
+    - @codama/nodes@1.2.10
+    - @codama/visitors@1.2.10
+
 ## 1.1.9
 ## 1.1.9
 
 
 ### Patch Changes
 ### Patch Changes

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

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

+ 8 - 0
packages/nodes/CHANGELOG.md

@@ -1,5 +1,13 @@
 # @codama/nodes
 # @codama/nodes
 
 
+## 1.2.10
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.2.10
+    - @codama/node-types@1.2.10
+
 ## 1.2.9
 ## 1.2.9
 
 
 ### Patch Changes
 ### Patch Changes

+ 1 - 1
packages/nodes/package.json

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

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

@@ -1,5 +1,14 @@
 # @codama/renderers-core
 # @codama/renderers-core
 
 
+## 1.0.12
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.2.10
+    - @codama/nodes@1.2.10
+    - @codama/visitors-core@1.2.10
+
 ## 1.0.11
 ## 1.0.11
 
 
 ### Patch Changes
 ### Patch Changes

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

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

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

@@ -1,5 +1,16 @@
 # @codama/renderers-js-umi
 # @codama/renderers-js-umi
 
 
+## 1.1.11
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.2.10
+    - @codama/nodes@1.2.10
+    - @codama/validators@1.2.10
+    - @codama/visitors-core@1.2.10
+    - @codama/renderers-core@1.0.12
+
 ## 1.1.10
 ## 1.1.10
 
 
 ### Patch Changes
 ### Patch Changes

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

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

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

@@ -1,5 +1,16 @@
 # @codama/renderers-js
 # @codama/renderers-js
 
 
+## 1.2.9
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.2.10
+    - @codama/nodes@1.2.10
+    - @codama/visitors-core@1.2.10
+    - @codama/nodes-from-anchor@1.1.10
+    - @codama/renderers-core@1.0.12
+
 ## 1.2.8
 ## 1.2.8
 
 
 ### Patch Changes
 ### Patch Changes

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

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

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

@@ -1,5 +1,17 @@
 # @codama/renderers-rust
 # @codama/renderers-rust
 
 
+## 1.0.18
+
+### Patch Changes
+
+- [#514](https://github.com/codama-idl/codama/pull/514) [`d5b01d6`](https://github.com/codama-idl/codama/commit/d5b01d665c890182a03e7c266f093f2950149db5) Thanks [@buffalojoec](https://github.com/buffalojoec)! - Add `#[allow(clippy::arithmetic_side_effects)]` to the list of clippy ignores on top of various instruction methods generated by the Rust renderer."
+
+- Updated dependencies []:
+    - @codama/errors@1.2.10
+    - @codama/nodes@1.2.10
+    - @codama/visitors-core@1.2.10
+    - @codama/renderers-core@1.0.12
+
 ## 1.0.17
 ## 1.0.17
 
 
 ### Patch Changes
 ### Patch Changes

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

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

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

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

+ 9 - 0
packages/renderers/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/renderers
 # @codama/renderers
 
 
+## 1.0.18
+
+### Patch Changes
+
+- Updated dependencies [[`d5b01d6`](https://github.com/codama-idl/codama/commit/d5b01d665c890182a03e7c266f093f2950149db5)]:
+    - @codama/renderers-rust@1.0.18
+    - @codama/renderers-js@1.2.9
+    - @codama/renderers-js-umi@1.1.11
+
 ## 1.0.17
 ## 1.0.17
 
 
 ### Patch Changes
 ### Patch Changes

+ 1 - 1
packages/renderers/package.json

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

+ 9 - 0
packages/validators/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/validators
 # @codama/validators
 
 
+## 1.2.10
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.2.10
+    - @codama/nodes@1.2.10
+    - @codama/visitors-core@1.2.10
+
 ## 1.2.9
 ## 1.2.9
 
 
 ### Patch Changes
 ### Patch Changes

+ 1 - 1
packages/validators/package.json

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

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

@@ -1,5 +1,13 @@
 # @codama/visitors-core
 # @codama/visitors-core
 
 
+## 1.2.10
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.2.10
+    - @codama/nodes@1.2.10
+
 ## 1.2.9
 ## 1.2.9
 
 
 ### Patch Changes
 ### Patch Changes

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

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

+ 9 - 0
packages/visitors/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/visitors
 # @codama/visitors
 
 
+## 1.2.10
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.2.10
+    - @codama/nodes@1.2.10
+    - @codama/visitors-core@1.2.10
+
 ## 1.2.9
 ## 1.2.9
 
 
 ### Patch Changes
 ### Patch Changes

+ 1 - 1
packages/visitors/package.json

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