diff --git a/.changeset/fix-hashmap-protobuf.md b/.changeset/fix-hashmap-protobuf.md deleted file mode 100644 index c700d06..0000000 --- a/.changeset/fix-hashmap-protobuf.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codama/renderers-vixen-parser": patch ---- - -- Fix broken protobuf generation for `hashMap` fields in IDL. \ No newline at end of file diff --git a/.changeset/fix-optional-repeated-protobuf.md b/.changeset/fix-optional-repeated-protobuf.md deleted file mode 100644 index f04ca74..0000000 --- a/.changeset/fix-optional-repeated-protobuf.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codama/renderers-vixen-parser": patch ---- - -- Fix broken protobuf generation for optional vectors in IDL. \ No newline at end of file diff --git a/.changeset/parser-lifetime-fix-and-i8-i16-support.md b/.changeset/parser-lifetime-fix-and-i8-i16-support.md deleted file mode 100644 index d5edfc3..0000000 --- a/.changeset/parser-lifetime-fix-and-i8-i16-support.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@codama/renderers-vixen-parser": patch ---- - -- Resolve build error regarding missing static lifetime on `id` method -- Expand generator support to `i8` and `i16` diff --git a/CHANGELOG.md b/CHANGELOG.md index 87b7390..99cfd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 288921b..4d687b5 100644 --- a/package.json +++ b/package.json @@ -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",