From 9498619d3c4fd8e0dc698f919e7ad4522eaa78d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 07:36:05 +0000 Subject: [PATCH] Version Packages --- .changeset/wise-worlds-exist.md | 9 --------- packages/parser/CHANGELOG.md | 10 ++++++++++ packages/parser/package.json | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/wise-worlds-exist.md diff --git a/.changeset/wise-worlds-exist.md b/.changeset/wise-worlds-exist.md deleted file mode 100644 index bf73e7575..000000000 --- a/.changeset/wise-worlds-exist.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@mermaid-js/parser': patch ---- - -Add validation for negative values in pie charts: - -Prevents crashes during parsing by validating values post-parsing. - -Provides clearer, user-friendly error messages for invalid negative inputs. diff --git a/packages/parser/CHANGELOG.md b/packages/parser/CHANGELOG.md index 38ad0ff9f..4659e1dd3 100644 --- a/packages/parser/CHANGELOG.md +++ b/packages/parser/CHANGELOG.md @@ -1,5 +1,15 @@ # @mermaid-js/parser +## 0.6.3 + +### Patch Changes + +- [#7051](https://github.com/mermaid-js/mermaid/pull/7051) [`63df702`](https://github.com/mermaid-js/mermaid/commit/63df7021462e8dc1f2aaecb9c5febbbbde4c38e3) Thanks [@shubhamparikh2704](https://github.com/shubhamparikh2704)! - Add validation for negative values in pie charts: + + Prevents crashes during parsing by validating values post-parsing. + + Provides clearer, user-friendly error messages for invalid negative inputs. + ## 0.6.2 ### Patch Changes diff --git a/packages/parser/package.json b/packages/parser/package.json index 718ecee66..e831eaca4 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -1,6 +1,6 @@ { "name": "@mermaid-js/parser", - "version": "0.6.2", + "version": "0.6.3", "description": "MermaidJS parser", "author": "Yokozuna59", "contributors": [