瀏覽代碼

[1.x] Publish packages (#597)

github-actions[bot] 6 月之前
父節點
當前提交
ad17443eda

+ 0 - 6
.changeset/cruel-candles-doubt.md

@@ -1,6 +0,0 @@
----
-'codama': minor
-'@codama/cli': minor
----
-
-Decouples the `@codama/cli` package to the main `codama` library as this was causing renderer updates to unnecessarily bump core Codama libraries.

+ 1 - 1
packages/cli/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@codama/cli",
     "name": "@codama/cli",
-    "version": "1.0.12",
+    "version": "1.1.0",
     "description": "A CLI for setting up and managing Codama IDLs",
     "description": "A CLI for setting up and managing Codama IDLs",
     "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.14",
+    "version": "1.1.15",
     "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.14",
+    "version": "1.1.15",
     "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.3.0
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/node-types@1.3.0
+
 ## 1.2.13
 ## 1.2.13
 
 
 ### Patch Changes
 ### Patch Changes

+ 1 - 1
packages/errors/package.json

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

+ 14 - 0
packages/library/CHANGELOG.md

@@ -1,5 +1,19 @@
 # codama
 # codama
 
 
+## 1.3.0
+
+### Minor Changes
+
+- [#596](https://github.com/codama-idl/codama/pull/596) [`23f3795`](https://github.com/codama-idl/codama/commit/23f3795b5eeb05a98199e0ec4ff12b33127ace93) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Decouples the `@codama/cli` package to the main `codama` library as this was causing renderer updates to unnecessarily bump core Codama libraries.
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.0
+    - @codama/nodes@1.3.0
+    - @codama/validators@1.3.0
+    - @codama/visitors@1.3.0
+
 ## 1.2.13
 ## 1.2.13
 
 
 ### Patch Changes
 ### Patch Changes

+ 1 - 1
packages/library/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "codama",
     "name": "codama",
-    "version": "1.2.13",
+    "version": "1.3.0",
     "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.3.0
+
 ## 1.2.13
 ## 1.2.13
 
 
 ## 1.2.12
 ## 1.2.12

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

@@ -1,6 +1,6 @@
 {
 {
     "name": "@codama/node-types",
     "name": "@codama/node-types",
-    "version": "1.2.13",
+    "version": "1.3.0",
     "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.14
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.0
+    - @codama/nodes@1.3.0
+    - @codama/visitors@1.3.0
+
 ## 1.1.13
 ## 1.1.13
 
 
 ### 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.13",
+    "version": "1.1.14",
     "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.3.0
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.0
+    - @codama/node-types@1.3.0
+
 ## 1.2.13
 ## 1.2.13
 
 
 ### Patch Changes
 ### Patch Changes

+ 1 - 1
packages/nodes/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@codama/nodes",
     "name": "@codama/nodes",
-    "version": "1.2.13",
+    "version": "1.3.0",
     "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.16
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.0
+    - @codama/nodes@1.3.0
+    - @codama/visitors-core@1.3.0
+
 ## 1.0.15
 ## 1.0.15
 
 
 ### 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.15",
+    "version": "1.0.16",
     "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.15
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.0
+    - @codama/nodes@1.3.0
+    - @codama/validators@1.3.0
+    - @codama/visitors-core@1.3.0
+    - @codama/renderers-core@1.0.16
+
 ## 1.1.14
 ## 1.1.14
 
 
 ### 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.14",
+    "version": "1.1.15",
     "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.13
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.0
+    - @codama/nodes@1.3.0
+    - @codama/visitors-core@1.3.0
+    - @codama/nodes-from-anchor@1.1.14
+    - @codama/renderers-core@1.0.16
+
 ## 1.2.12
 ## 1.2.12
 
 
 ### 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.12",
+    "version": "1.2.13",
     "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",

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

@@ -1,5 +1,15 @@
 # @codama/renderers-rust
 # @codama/renderers-rust
 
 
+## 1.0.22
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.0
+    - @codama/nodes@1.3.0
+    - @codama/visitors-core@1.3.0
+    - @codama/renderers-core@1.0.16
+
 ## 1.0.21
 ## 1.0.21
 
 
 ### 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.21",
+    "version": "1.0.22",
     "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.13",
+    "version": "1.0.14",
     "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.22
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/renderers-js@1.2.13
+    - @codama/renderers-js-umi@1.1.15
+    - @codama/renderers-rust@1.0.22
+
 ## 1.0.21
 ## 1.0.21
 
 
 ### Patch Changes
 ### Patch Changes

+ 1 - 1
packages/renderers/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@codama/renderers",
     "name": "@codama/renderers",
-    "version": "1.0.21",
+    "version": "1.0.22",
     "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.3.0
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.0
+    - @codama/nodes@1.3.0
+    - @codama/visitors-core@1.3.0
+
 ## 1.2.13
 ## 1.2.13
 
 
 ### Patch Changes
 ### Patch Changes

+ 1 - 1
packages/validators/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@codama/validators",
     "name": "@codama/validators",
-    "version": "1.2.13",
+    "version": "1.3.0",
     "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.3.0
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.0
+    - @codama/nodes@1.3.0
+
 ## 1.2.13
 ## 1.2.13
 
 
 ### 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.13",
+    "version": "1.3.0",
     "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.3.0
+
+### Patch Changes
+
+- Updated dependencies []:
+    - @codama/errors@1.3.0
+    - @codama/nodes@1.3.0
+    - @codama/visitors-core@1.3.0
+
 ## 1.2.13
 ## 1.2.13
 
 
 ### Patch Changes
 ### Patch Changes

+ 1 - 1
packages/visitors/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@codama/visitors",
     "name": "@codama/visitors",
-    "version": "1.2.13",
+    "version": "1.3.0",
     "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",