Procházet zdrojové kódy

[1.x] Publish packages (#916)

github-actions[bot] před 2 dny
rodič
revize
36df852972

+ 0 - 7
.changeset/bumpy-ideas-share.md

@@ -1,7 +0,0 @@
----
-'@codama/nodes-from-anchor': minor
-'@codama/node-types': minor
-'@codama/nodes': minor
----
-
-Add optional programId field to PdaValueNode to allow using a provided account as the program of the PDA

+ 1 - 1
packages/cli/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/cli",
-    "version": "1.3.6",
+    "version": "1.3.7",
     "description": "A CLI for setting up and managing Codama IDLs",
     "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.24",
+    "version": "1.1.25",
     "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.24",
+    "version": "1.1.25",
     "description": "Helpers to dynamically identify and parse accounts and instructions",
     "exports": {
         "types": "./dist/types/index.d.ts",

+ 7 - 0
packages/errors/CHANGELOG.md

@@ -1,5 +1,12 @@
 # @codama/errors
 
+## 1.4.0
+
+### Patch Changes
+
+- Updated dependencies [[`5c3fb46`](https://github.com/codama-idl/codama/commit/5c3fb46cf5898ec9130d1f29bd7a876fcef19128)]:
+    - @codama/node-types@1.4.0
+
 ## 1.3.8
 
 ### Patch Changes

+ 1 - 1
packages/errors/package.json

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

+ 11 - 0
packages/library/CHANGELOG.md

@@ -1,5 +1,16 @@
 # codama
 
+## 1.4.0
+
+### Patch Changes
+
+- Updated dependencies [[`5c3fb46`](https://github.com/codama-idl/codama/commit/5c3fb46cf5898ec9130d1f29bd7a876fcef19128)]:
+    - @codama/nodes@1.4.0
+    - @codama/errors@1.4.0
+    - @codama/cli@1.3.7
+    - @codama/validators@1.4.0
+    - @codama/visitors@1.4.0
+
 ## 1.3.8
 
 ### Patch Changes

+ 1 - 1
packages/library/package.json

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

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

@@ -1,5 +1,11 @@
 # @codama/node-types
 
+## 1.4.0
+
+### Minor Changes
+
+- [#915](https://github.com/codama-idl/codama/pull/915) [`5c3fb46`](https://github.com/codama-idl/codama/commit/5c3fb46cf5898ec9130d1f29bd7a876fcef19128) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional programId field to PdaValueNode to allow using a provided account as the program of the PDA
+
 ## 1.3.8
 
 ## 1.3.7

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

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

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

@@ -1,5 +1,18 @@
 # @codama/nodes-from-anchor
 
+## 1.3.0
+
+### Minor Changes
+
+- [#915](https://github.com/codama-idl/codama/pull/915) [`5c3fb46`](https://github.com/codama-idl/codama/commit/5c3fb46cf5898ec9130d1f29bd7a876fcef19128) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional programId field to PdaValueNode to allow using a provided account as the program of the PDA
+
+### Patch Changes
+
+- Updated dependencies [[`5c3fb46`](https://github.com/codama-idl/codama/commit/5c3fb46cf5898ec9130d1f29bd7a876fcef19128)]:
+    - @codama/nodes@1.4.0
+    - @codama/errors@1.4.0
+    - @codama/visitors@1.4.0
+
 ## 1.2.10
 
 ### Patch Changes

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

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

+ 12 - 0
packages/nodes/CHANGELOG.md

@@ -1,5 +1,17 @@
 # @codama/nodes
 
+## 1.4.0
+
+### Minor Changes
+
+- [#915](https://github.com/codama-idl/codama/pull/915) [`5c3fb46`](https://github.com/codama-idl/codama/commit/5c3fb46cf5898ec9130d1f29bd7a876fcef19128) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Add optional programId field to PdaValueNode to allow using a provided account as the program of the PDA
+
+### Patch Changes
+
+- Updated dependencies [[`5c3fb46`](https://github.com/codama-idl/codama/commit/5c3fb46cf5898ec9130d1f29bd7a876fcef19128)]:
+    - @codama/node-types@1.4.0
+    - @codama/errors@1.4.0
+
 ## 1.3.8
 
 ### Patch Changes

+ 1 - 1
packages/nodes/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/nodes",
-    "version": "1.3.8",
+    "version": "1.4.0",
     "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.2.4
+
+### Patch Changes
+
+- Updated dependencies [[`5c3fb46`](https://github.com/codama-idl/codama/commit/5c3fb46cf5898ec9130d1f29bd7a876fcef19128)]:
+    - @codama/nodes@1.4.0
+    - @codama/errors@1.4.0
+    - @codama/visitors-core@1.4.0
+
 ## 1.2.3
 
 ### Patch Changes

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

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

+ 9 - 0
packages/validators/CHANGELOG.md

@@ -1,5 +1,14 @@
 # @codama/validators
 
+## 1.4.0
+
+### Patch Changes
+
+- Updated dependencies [[`5c3fb46`](https://github.com/codama-idl/codama/commit/5c3fb46cf5898ec9130d1f29bd7a876fcef19128)]:
+    - @codama/nodes@1.4.0
+    - @codama/errors@1.4.0
+    - @codama/visitors-core@1.4.0
+
 ## 1.3.8
 
 ### Patch Changes

+ 1 - 1
packages/validators/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/validators",
-    "version": "1.3.8",
+    "version": "1.4.0",
     "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.4.0
+
+### Patch Changes
+
+- Updated dependencies [[`5c3fb46`](https://github.com/codama-idl/codama/commit/5c3fb46cf5898ec9130d1f29bd7a876fcef19128)]:
+    - @codama/nodes@1.4.0
+    - @codama/errors@1.4.0
+
 ## 1.3.8
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/visitors-core",
-    "version": "1.3.8",
+    "version": "1.4.0",
     "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.4.0
+
+### Patch Changes
+
+- Updated dependencies [[`5c3fb46`](https://github.com/codama-idl/codama/commit/5c3fb46cf5898ec9130d1f29bd7a876fcef19128)]:
+    - @codama/nodes@1.4.0
+    - @codama/errors@1.4.0
+    - @codama/visitors-core@1.4.0
+
 ## 1.3.8
 
 ### Patch Changes

+ 1 - 1
packages/visitors/package.json

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