Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-hashmap-protobuf.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-optional-repeated-protobuf.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/parser-lifetime-fix-and-i8-i16-support.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codama/renderers-vixen-parser

## 1.2.7

### Patch Changes

- [#19](https://github.com/codama-idl/renderers-vixen-parser/pull/19) [`bf44e1f`](https://github.com/codama-idl/renderers-vixen-parser/commit/bf44e1f12bacabf709482d5973e83855399b0438) Thanks [@CanardMandarin](https://github.com/CanardMandarin)! - - Fix broken protobuf generation for `hashMap` fields in IDL.

- [#24](https://github.com/codama-idl/renderers-vixen-parser/pull/24) [`6659519`](https://github.com/codama-idl/renderers-vixen-parser/commit/665951981a2f548b3af34a428130922da46be26c) Thanks [@CanardMandarin](https://github.com/CanardMandarin)! - - Fix broken protobuf generation for optional vectors in IDL.

- [#12](https://github.com/codama-idl/renderers-vixen-parser/pull/12) [`c4f51cd`](https://github.com/codama-idl/renderers-vixen-parser/commit/c4f51cdf3fb2b55b4def6dca8639f83c86be7aa8) Thanks [@kespinola](https://github.com/kespinola)! - - Resolve build error regarding missing static lifetime on `id` method
- Expand generator support to `i8` and `i16`

## 1.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codama/renderers-vixen-parser",
"version": "1.2.6",
"version": "1.2.7",
"description": "Renders Yellowstone Account and Instruction Parsers",
"exports": {
"types": "./dist/types/index.d.ts",
Expand Down