Browse Source

[1.x] Publish packages (#914)

github-actions[bot] 3 days ago
parent
commit
c27aac997c

+ 0 - 6
.changeset/four-bears-shave.md

@@ -1,6 +0,0 @@
----
-'@codama/nodes-from-anchor': patch
-'@codama/errors': patch
----
-
-Unwrap generic types and constants from Anchor IDLs when converting them to Codama IDLs.

+ 1 - 1
packages/cli/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/cli",
-    "version": "1.3.5",
+    "version": "1.3.6",
     "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.23",
+    "version": "1.1.24",
     "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.23",
+    "version": "1.1.24",
     "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.3.8
+
+### Patch Changes
+
+- [#913](https://github.com/codama-idl/codama/pull/913) [`07825de`](https://github.com/codama-idl/codama/commit/07825dec4cbd9d773f3197a46964dfb38d63d80e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Unwrap generic types and constants from Anchor IDLs when converting them to Codama IDLs.
+
+- Updated dependencies []:
+    - @codama/node-types@1.3.8
+
 ## 1.3.7
 
 ### Patch Changes

+ 1 - 1
packages/errors/package.json

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

+ 11 - 0
packages/library/CHANGELOG.md

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

+ 1 - 1
packages/library/package.json

@@ -1,6 +1,6 @@
 {
     "name": "codama",
-    "version": "1.3.7",
+    "version": "1.3.8",
     "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.3.8
+
 ## 1.3.7
 
 ### Patch Changes

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

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

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

@@ -1,5 +1,16 @@
 # @codama/nodes-from-anchor
 
+## 1.2.10
+
+### Patch Changes
+
+- [#913](https://github.com/codama-idl/codama/pull/913) [`07825de`](https://github.com/codama-idl/codama/commit/07825dec4cbd9d773f3197a46964dfb38d63d80e) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Unwrap generic types and constants from Anchor IDLs when converting them to Codama IDLs.
+
+- Updated dependencies [[`07825de`](https://github.com/codama-idl/codama/commit/07825dec4cbd9d773f3197a46964dfb38d63d80e)]:
+    - @codama/errors@1.3.8
+    - @codama/nodes@1.3.8
+    - @codama/visitors@1.3.8
+
 ## 1.2.9
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/nodes-from-anchor",
-    "version": "1.2.9",
+    "version": "1.2.10",
     "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.3.8
+
+### Patch Changes
+
+- Updated dependencies [[`07825de`](https://github.com/codama-idl/codama/commit/07825dec4cbd9d773f3197a46964dfb38d63d80e)]:
+    - @codama/errors@1.3.8
+    - @codama/node-types@1.3.8
+
 ## 1.3.7
 
 ### Patch Changes

+ 1 - 1
packages/nodes/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/nodes",
-    "version": "1.3.7",
+    "version": "1.3.8",
     "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.3
+
+### Patch Changes
+
+- Updated dependencies [[`07825de`](https://github.com/codama-idl/codama/commit/07825dec4cbd9d773f3197a46964dfb38d63d80e)]:
+    - @codama/errors@1.3.8
+    - @codama/nodes@1.3.8
+    - @codama/visitors-core@1.3.8
+
 ## 1.2.2
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@codama/renderers-core",
-    "version": "1.2.2",
+    "version": "1.2.3",
     "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.3.8
+
+### Patch Changes
+
+- Updated dependencies [[`07825de`](https://github.com/codama-idl/codama/commit/07825dec4cbd9d773f3197a46964dfb38d63d80e)]:
+    - @codama/errors@1.3.8
+    - @codama/nodes@1.3.8
+    - @codama/visitors-core@1.3.8
+
 ## 1.3.7
 
 ### Patch Changes

+ 1 - 1
packages/validators/package.json

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

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

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

+ 1 - 1
packages/visitors/package.json

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