Skip to content

Commit ad82448

Browse files
authored
Merge pull request #7053 from mermaid-js/changeset-release/master
Version Packages
2 parents 7a8557a + 9498619 commit ad82448

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/wise-worlds-exist.md

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

packages/parser/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @mermaid-js/parser
22

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- [#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:
8+
9+
Prevents crashes during parsing by validating values post-parsing.
10+
11+
Provides clearer, user-friendly error messages for invalid negative inputs.
12+
313
## 0.6.2
414

515
### Patch Changes

packages/parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mermaid-js/parser",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "MermaidJS parser",
55
"author": "Yokozuna59",
66
"contributors": [

0 commit comments

Comments
 (0)