Skip to content

Commit cd86ee6

Browse files
Publish package
1 parent 6659519 commit cd86ee6

File tree

5 files changed

+12
-17
lines changed

5 files changed

+12
-17
lines changed

.changeset/fix-hashmap-protobuf.md

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

.changeset/fix-optional-repeated-protobuf.md

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

.changeset/parser-lifetime-fix-and-i8-i16-support.md

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

CHANGELOG.md

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

3+
## 1.2.7
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- [#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.
10+
11+
- [#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
12+
- Expand generator support to `i8` and `i16`
13+
314
## 1.2.6
415

516
### Patch Changes

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-vixen-parser",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "Renders Yellowstone Account and Instruction Parsers",
55
"exports": {
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)