From 06f5fff0a5c7413f8f2882139a809dab3bfe8f8e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 06:16:17 +0000 Subject: [PATCH] Publish package --- .changeset/fix-bytes-type.md | 5 ----- .changeset/fix-hashmap-values-conversion.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fix-bytes-type.md delete mode 100644 .changeset/fix-hashmap-values-conversion.md diff --git a/.changeset/fix-bytes-type.md b/.changeset/fix-bytes-type.md deleted file mode 100644 index 36a4f95..0000000 --- a/.changeset/fix-bytes-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codama/renderers-vixen-parser": patch ---- - -- Fix IDL bytes type conversion \ No newline at end of file diff --git a/.changeset/fix-hashmap-values-conversion.md b/.changeset/fix-hashmap-values-conversion.md deleted file mode 100644 index 26fdbb9..0000000 --- a/.changeset/fix-hashmap-values-conversion.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codama/renderers-vixen-parser": patch ---- - -- Add HashMap values conversion when needed \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 99cfd0d..25eaacc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @codama/renderers-vixen-parser +## 1.2.8 + +### Patch Changes + +- [#26](https://github.com/codama-idl/renderers-vixen-parser/pull/26) [`ea6aaa9`](https://github.com/codama-idl/renderers-vixen-parser/commit/ea6aaa90565431a162ca5ad903cb025f42f3273c) Thanks [@CanardMandarin](https://github.com/CanardMandarin)! - - Fix IDL bytes type conversion + +- [#33](https://github.com/codama-idl/renderers-vixen-parser/pull/33) [`600a593`](https://github.com/codama-idl/renderers-vixen-parser/commit/600a593ae78e65de540e115e41dfe77488d3f306) Thanks [@CanardMandarin](https://github.com/CanardMandarin)! - - Add HashMap values conversion when needed + ## 1.2.7 ### Patch Changes diff --git a/package.json b/package.json index d9f09e3..c60e249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codama/renderers-vixen-parser", - "version": "1.2.7", + "version": "1.2.8", "description": "Renders Yellowstone Account and Instruction Parsers", "exports": { "types": "./dist/types/index.d.ts",