瀏覽代碼

[1.x] Publish packages (#716)

github-actions[bot] 4 月之前
父節點
當前提交
0e9aeb75ea

+ 0 - 5
.changeset/shaky-gifts-beam.md

@@ -1,5 +0,0 @@
----
-'@codama/renderers-js': patch
----
-
-Use fixed size return types — e.g. `FixedSizeCodec` or `FixedSizeEncoder` — whenever possible. This avoid fixed-size codecs to be wrongly interpreted as variable-size codecs when wrapped in other codecs.

+ 0 - 5
.changeset/stupid-bobcats-hug.md

@@ -1,5 +0,0 @@
----
-'@codama/renderers-js': patch
----
-
-Fix an issue where `getNextOptionalAccount` would not get generated even if optional accounts exist on the instruction.

+ 1 - 1
packages/cli/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@codama/cli",
-    "version": "1.1.3",
+    "version": "1.1.4",
     "description": "A CLI for setting up and managing Codama IDLs",
     "exports": {
         "types": "./dist/types/index.d.ts",

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

@@ -1,5 +1,13 @@
 # @codama/renderers-js
 
+## 1.3.1
+
+### Patch Changes
+
+- [#718](https://github.com/codama-idl/codama/pull/718) [`6466226`](https://github.com/codama-idl/codama/commit/6466226471340209932a073176090b262aae0b84) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Use fixed size return types — e.g. `FixedSizeCodec` or `FixedSizeEncoder` — whenever possible. This avoid fixed-size codecs to be wrongly interpreted as variable-size codecs when wrapped in other codecs.
+
+- [#715](https://github.com/codama-idl/codama/pull/715) [`9536f33`](https://github.com/codama-idl/codama/commit/9536f337370535a6b747a0128ef0c030ae65d299) Thanks [@lorisleiva](https://github.com/lorisleiva)! - Fix an issue where `getNextOptionalAccount` would not get generated even if optional accounts exist on the instruction.
+
 ## 1.3.0
 
 ### Minor Changes

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

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

+ 7 - 0
packages/renderers/CHANGELOG.md

@@ -1,5 +1,12 @@
 # @codama/renderers
 
+## 1.0.26
+
+### Patch Changes
+
+- Updated dependencies [[`6466226`](https://github.com/codama-idl/codama/commit/6466226471340209932a073176090b262aae0b84), [`9536f33`](https://github.com/codama-idl/codama/commit/9536f337370535a6b747a0128ef0c030ae65d299)]:
+    - @codama/renderers-js@1.3.1
+
 ## 1.0.25
 
 ### Patch Changes

+ 1 - 1
packages/renderers/package.json

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