Skip to content

Commit 0e9aeb7

Browse files
[1.x] Publish packages (#716)
1 parent 6466226 commit 0e9aeb7

File tree

7 files changed

+18
-13
lines changed

7 files changed

+18
-13
lines changed

.changeset/shaky-gifts-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stupid-bobcats-hug.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/cli",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A CLI for setting up and managing Codama IDLs",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers-js/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @codama/renderers-js
22

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- [#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.
10+
311
## 1.3.0
412

513
### Minor Changes

packages/renderers-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/renderers-js",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "JavaScript renderer compatible with the Solana Kit library",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

packages/renderers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @codama/renderers
22

3+
## 1.0.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6466226`](https://github.com/codama-idl/codama/commit/6466226471340209932a073176090b262aae0b84), [`9536f33`](https://github.com/codama-idl/codama/commit/9536f337370535a6b747a0128ef0c030ae65d299)]:
8+
- @codama/renderers-js@1.3.1
9+
310
## 1.0.25
411

512
### Patch Changes

packages/renderers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codama/renderers",
3-
"version": "1.0.25",
3+
"version": "1.0.26",
44
"description": "Exports all Codama renderers",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)