Skip to content

chore: update version#3047

Merged
yvonneyx merged 1 commit into
v2from
chore/v
Aug 14, 2025
Merged

chore: update version#3047
yvonneyx merged 1 commit into
v2from
chore/v

Conversation

@yvonneyx

@yvonneyx yvonneyx commented Aug 14, 2025

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • 新功能
    • 增加尺度处理,提升图表呈现的一致性与准确性。
  • Bug 修复
    • 修复比例导致的渲染异常、空数据无法绘制折线、内存溢出、示例重置异常、开发环境 JSX 误检、React 匹配错误等问题;优化节点展开/收起处理以提升性能与稳定性。
  • 文档
    • 更新变更日志,记录上述变更。
  • Chores
    • 版本升级:charts 至 2.6.2,graphs 至 2.1.1。

@coderabbitai

coderabbitai Bot commented Aug 14, 2025

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

为 charts 与 graphs 两个包新增版本变更日志(charts: 2.6.2;graphs: 2.1.1),并在各自的 package.json 进行版本号提升。此变更仅涉及文档与元数据,未包含源码或导出 API 的修改。

Changes

Cohort / File(s) Summary
Charts: 版本与变更日志
packages/charts/CHANGELOG.md, packages/charts/package.json
新增 2.6.2 版本日志(多项 Bug 修复与一项“scale 处理”特性记录);package.json 版本从 2.6.1 升至 2.6.2。
Graphs: 版本与变更日志
packages/graphs/CHANGELOG.md, packages/graphs/package.json
新增 2.1.1 版本日志(多项 Bug 修复与一项“scale 处理”特性记录);package.json 版本从 2.1.0 升至 2.1.1。

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested labels

documentation 📖, size:S

Suggested reviewers

  • hustcc

Poem

小兔挥笔记新程,
版本轻跳到新层。
修复七点如星闪,
scale 一笔线更平。
变更留痕风不惊,
嗅嗅胡萝卜,继续更! 🥕🐇

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/v

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Aug 14, 2025

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary of Changes

Hello @yvonneyx, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily focuses on updating the versions of the @ant-design/charts and @ant-design/graphs packages. It bumps the charts package to version 2.6.2 and the graphs package to 2.1.1. The updates include a collection of bug fixes that improve rendering, data handling, and performance, along with the introduction of a new scale processing feature for both libraries. The changes are reflected in the respective package.json and CHANGELOG.md files for each package.

Highlights

  • Charts Package Version Update: The @ant-design/charts package has been updated to version 2.6.2. This update includes several bug fixes and a new feature related to scale processing.
  • Graphs Package Version Update: The @ant-design/graphs package has been updated to version 2.1.1. Similar to the charts package, this update incorporates various bug fixes and the same new scale processing feature.
  • Bug Fixes Across Packages: Both packages received updates addressing issues such as abnormal chart rendering, empty data handling for lineY, memory overflow, and optimized node processing.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@coderabbitai coderabbitai Bot requested a review from hustcc August 14, 2025 04:00
@dosubot dosubot Bot added the dependencies Pull requests that update a dependency file label Aug 14, 2025
@coderabbitai coderabbitai Bot added documentation 📖 Improvements or additions to documentation size:S This PR changes 10-29 lines, ignoring generated files. labels Aug 14, 2025
@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. size:M This PR changes 30-99 lines, ignoring generated files. labels Aug 14, 2025

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the version for the charts and graphs packages. My review focuses on the correctness of the CHANGELOG.md files. I've found that both changelogs have issues: incorrect comparison URLs and duplicated or irrelevant entries. I've provided suggestions to fix these to ensure the changelogs are accurate and clear.

Comment on lines +1 to +17
## [2.6.2](https://github.com/ant-design/ant-design-charts/compare/2.6.0...2.6.2) (2025-08-14)


### Bug Fixes

* 修复 ice 产物 react 匹配错误 ([#3017](https://github.com/ant-design/ant-design-charts/issues/3017)) ([eb2cb95](https://github.com/ant-design/ant-design-charts/commit/eb2cb95e06c07e32ad1e22a5f2bfdab29f3eafad))
* chart render abnormal due to the scale ([#3029](https://github.com/ant-design/ant-design-charts/issues/3029)) ([21a27e9](https://github.com/ant-design/ant-design-charts/commit/21a27e9014a51e0cd3342ac713f24f583718017e))
* Fix the issue where lineY cannot be drawn when data is empty ([#3013](https://github.com/ant-design/ant-design-charts/issues/3013)) ([3819d71](https://github.com/ant-design/ant-design-charts/commit/3819d71967f23170117d4cbb20fa77d7e8756f65))
* **graphs:** 优化 CollapseExpandReactNode 中节点处理逻辑,移除不必要的节点查找 ([#3045](https://github.com/ant-design/ant-design-charts/issues/3045)) ([328ed45](https://github.com/ant-design/ant-design-charts/commit/328ed4529cbd547df8c1e4c6ff9e559ec98de00a))
* memory overflow by event emitter ([#3018](https://github.com/ant-design/ant-design-charts/issues/3018)) ([02b92c5](https://github.com/ant-design/ant-design-charts/commit/02b92c5a053cd4cb91e4073044280f6b55f0189f))
* reset example is abnormal ([#3014](https://github.com/ant-design/ant-design-charts/issues/3014)) ([22b833e](https://github.com/ant-design/ant-design-charts/commit/22b833e6cdc65a61e1c85369359e6aee84a943b0))
* the abnormal jsx detection in the BigFish4 dev environment ([#3030](https://github.com/ant-design/ant-design-charts/issues/3030)) ([881a648](https://github.com/ant-design/ant-design-charts/commit/881a648141bb661a4933a3d2ceb5a6c59885aa65))


### Features

* add a scale processing ([#3021](https://github.com/ant-design/ant-design-charts/issues/3021)) ([fc46dd7](https://github.com/ant-design/ant-design-charts/commit/fc46dd7c1ac8dfc618605e5dc5e4326f93f8b912))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The changelog for version 2.6.2 appears to have a few issues:

  1. The comparison link for version 2.6.2 points to 2.6.0...2.6.2, which includes changes from 2.6.1. It should likely compare against the previous version, 2.6.1...2.6.2.
  2. Several bug fixes listed under 2.6.2 were already included in the 2.6.1 release, which can be misleading. A new version's changelog should only list new changes.
  3. There are extra newlines that affect readability.

I've prepared a suggestion to correct the version comparison link, remove duplicate entries, and clean up the formatting.

Suggested change
## [2.6.2](https://github.com/ant-design/ant-design-charts/compare/2.6.0...2.6.2) (2025-08-14)
### Bug Fixes
* 修复 ice 产物 react 匹配错误 ([#3017](https://github.com/ant-design/ant-design-charts/issues/3017)) ([eb2cb95](https://github.com/ant-design/ant-design-charts/commit/eb2cb95e06c07e32ad1e22a5f2bfdab29f3eafad))
* chart render abnormal due to the scale ([#3029](https://github.com/ant-design/ant-design-charts/issues/3029)) ([21a27e9](https://github.com/ant-design/ant-design-charts/commit/21a27e9014a51e0cd3342ac713f24f583718017e))
* Fix the issue where lineY cannot be drawn when data is empty ([#3013](https://github.com/ant-design/ant-design-charts/issues/3013)) ([3819d71](https://github.com/ant-design/ant-design-charts/commit/3819d71967f23170117d4cbb20fa77d7e8756f65))
* **graphs:** 优化 CollapseExpandReactNode 中节点处理逻辑,移除不必要的节点查找 ([#3045](https://github.com/ant-design/ant-design-charts/issues/3045)) ([328ed45](https://github.com/ant-design/ant-design-charts/commit/328ed4529cbd547df8c1e4c6ff9e559ec98de00a))
* memory overflow by event emitter ([#3018](https://github.com/ant-design/ant-design-charts/issues/3018)) ([02b92c5](https://github.com/ant-design/ant-design-charts/commit/02b92c5a053cd4cb91e4073044280f6b55f0189f))
* reset example is abnormal ([#3014](https://github.com/ant-design/ant-design-charts/issues/3014)) ([22b833e](https://github.com/ant-design/ant-design-charts/commit/22b833e6cdc65a61e1c85369359e6aee84a943b0))
* the abnormal jsx detection in the BigFish4 dev environment ([#3030](https://github.com/ant-design/ant-design-charts/issues/3030)) ([881a648](https://github.com/ant-design/ant-design-charts/commit/881a648141bb661a4933a3d2ceb5a6c59885aa65))
### Features
* add a scale processing ([#3021](https://github.com/ant-design/ant-design-charts/issues/3021)) ([fc46dd7](https://github.com/ant-design/ant-design-charts/commit/fc46dd7c1ac8dfc618605e5dc5e4326f93f8b912))
## [2.6.2](https://github.com/ant-design/ant-design-charts/compare/2.6.1...2.6.2) (2025-08-14)
### Bug Fixes
* chart render abnormal due to the scale ([#3029](https://github.com/ant-design/ant-design-charts/issues/3029)) ([21a27e9](https://github.com/ant-design/ant-design-charts/commit/21a27e9014a51e0cd3342ac713f24f583718017e))
* **graphs:** 优化 CollapseExpandReactNode 中节点处理逻辑,移除不必要的节点查找 ([#3045](https://github.com/ant-design/ant-design-charts/issues/3045)) ([328ed45](https://github.com/ant-design/ant-design-charts/commit/328ed4529cbd547df8c1e4c6ff9e559ec98de00a))
* the abnormal jsx detection in the BigFish4 dev environment ([#3030](https://github.com/ant-design/ant-design-charts/issues/3030)) ([881a648](https://github.com/ant-design/ant-design-charts/commit/881a648141bb661a4933a3d2ceb5a6c59885aa65))
### Features
* add a scale processing ([#3021](https://github.com/ant-design/ant-design-charts/issues/3021)) ([fc46dd7](https://github.com/ant-design/ant-design-charts/commit/fc46dd7c1ac8dfc618605e5dc5e4326f93f8b912))

Comment on lines +1 to +17
## [2.1.1](https://github.com/ant-design/ant-design-charts/compare/2.6.0...2.1.1) (2025-08-14)


### Bug Fixes

* 修复 ice 产物 react 匹配错误 ([#3017](https://github.com/ant-design/ant-design-charts/issues/3017)) ([eb2cb95](https://github.com/ant-design/ant-design-charts/commit/eb2cb95e06c07e32ad1e22a5f2bfdab29f3eafad))
* chart render abnormal due to the scale ([#3029](https://github.com/ant-design/ant-design-charts/issues/3029)) ([21a27e9](https://github.com/ant-design/ant-design-charts/commit/21a27e9014a51e0cd3342ac713f24f583718017e))
* Fix the issue where lineY cannot be drawn when data is empty ([#3013](https://github.com/ant-design/ant-design-charts/issues/3013)) ([3819d71](https://github.com/ant-design/ant-design-charts/commit/3819d71967f23170117d4cbb20fa77d7e8756f65))
* **graphs:** 优化 CollapseExpandReactNode 中节点处理逻辑,移除不必要的节点查找 ([#3045](https://github.com/ant-design/ant-design-charts/issues/3045)) ([328ed45](https://github.com/ant-design/ant-design-charts/commit/328ed4529cbd547df8c1e4c6ff9e559ec98de00a))
* memory overflow by event emitter ([#3018](https://github.com/ant-design/ant-design-charts/issues/3018)) ([02b92c5](https://github.com/ant-design/ant-design-charts/commit/02b92c5a053cd4cb91e4073044280f6b55f0189f))
* reset example is abnormal ([#3014](https://github.com/ant-design/ant-design-charts/issues/3014)) ([22b833e](https://github.com/ant-design/ant-design-charts/commit/22b833e6cdc65a61e1c85369359e6aee84a943b0))
* the abnormal jsx detection in the BigFish4 dev environment ([#3030](https://github.com/ant-design/ant-design-charts/issues/3030)) ([881a648](https://github.com/ant-design/ant-design-charts/commit/881a648141bb661a4933a3d2ceb5a6c59885aa65))


### Features

* add a scale processing ([#3021](https://github.com/ant-design/ant-design-charts/issues/3021)) ([fc46dd7](https://github.com/ant-design/ant-design-charts/commit/fc46dd7c1ac8dfc618605e5dc5e4326f93f8b912))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The changelog entry for version 2.1.1 appears to be incorrect.

  1. The comparison link .../compare/2.6.0...2.1.1 is invalid. It should likely be .../compare/2.1.0...2.1.1 to show changes since the last version.
  2. The list of bug fixes and features seems to be a copy from the @ant-design/charts package's changelog. The changelog for @ant-design/graphs should only contain changes relevant to this specific package. Based on the commit messages, it seems only one bug fix is relevant here.

Here is a suggested correction to ensure the changelog is accurate.

Suggested change
## [2.1.1](https://github.com/ant-design/ant-design-charts/compare/2.6.0...2.1.1) (2025-08-14)
### Bug Fixes
* 修复 ice 产物 react 匹配错误 ([#3017](https://github.com/ant-design/ant-design-charts/issues/3017)) ([eb2cb95](https://github.com/ant-design/ant-design-charts/commit/eb2cb95e06c07e32ad1e22a5f2bfdab29f3eafad))
* chart render abnormal due to the scale ([#3029](https://github.com/ant-design/ant-design-charts/issues/3029)) ([21a27e9](https://github.com/ant-design/ant-design-charts/commit/21a27e9014a51e0cd3342ac713f24f583718017e))
* Fix the issue where lineY cannot be drawn when data is empty ([#3013](https://github.com/ant-design/ant-design-charts/issues/3013)) ([3819d71](https://github.com/ant-design/ant-design-charts/commit/3819d71967f23170117d4cbb20fa77d7e8756f65))
* **graphs:** 优化 CollapseExpandReactNode 中节点处理逻辑,移除不必要的节点查找 ([#3045](https://github.com/ant-design/ant-design-charts/issues/3045)) ([328ed45](https://github.com/ant-design/ant-design-charts/commit/328ed4529cbd547df8c1e4c6ff9e559ec98de00a))
* memory overflow by event emitter ([#3018](https://github.com/ant-design/ant-design-charts/issues/3018)) ([02b92c5](https://github.com/ant-design/ant-design-charts/commit/02b92c5a053cd4cb91e4073044280f6b55f0189f))
* reset example is abnormal ([#3014](https://github.com/ant-design/ant-design-charts/issues/3014)) ([22b833e](https://github.com/ant-design/ant-design-charts/commit/22b833e6cdc65a61e1c85369359e6aee84a943b0))
* the abnormal jsx detection in the BigFish4 dev environment ([#3030](https://github.com/ant-design/ant-design-charts/issues/3030)) ([881a648](https://github.com/ant-design/ant-design-charts/commit/881a648141bb661a4933a3d2ceb5a6c59885aa65))
### Features
* add a scale processing ([#3021](https://github.com/ant-design/ant-design-charts/issues/3021)) ([fc46dd7](https://github.com/ant-design/ant-design-charts/commit/fc46dd7c1ac8dfc618605e5dc5e4326f93f8b912))
## [2.1.1](https://github.com/ant-design/ant-design-charts/compare/2.1.0...2.1.1) (2025-08-14)
### Bug Fixes
* **graphs:** 优化 CollapseExpandReactNode 中节点处理逻辑,移除不必要的节点查找 ([#3045](https://github.com/ant-design/ant-design-charts/issues/3045)) ([328ed45](https://github.com/ant-design/ant-design-charts/commit/328ed4529cbd547df8c1e4c6ff9e559ec98de00a))

@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Aug 14, 2025

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (3)
packages/graphs/CHANGELOG.md (2)

6-12: 请确认“Bug Fixes”条目与 graphs 包实际改动范围的一致性

此处多条目看起来更偏向 charts 场景(例如 “chart render abnormal due to the scale”),如果是跨包共享修复,请在对应两个包的日志中保留;若仅发生于 charts,建议移出 graphs 的日志以免误导用户。

是否需要我基于提交范围自动比对两包的改动文件路径,辅助归属排查?


17-17: “Features: add a scale processing” 与 Bug Fixes 重复度较高,请确认是否为同一变更的功能/修复双重记录

如为同一改动在两处体现,建议在 Feature 或 Fix 之一保留主记录,另一处以简短说明引用,减少重复。

packages/charts/CHANGELOG.md (1)

1-1: compare 区间建议从 2.6.1 对比到 2.6.2

当前 compare 为 2.6.0...2.6.2,虽然不影响使用,但语义上更推荐与上一个正式版本对比,便于历史追溯。

可选修正:

-## [2.6.2](https://github.com/ant-design/ant-design-charts/compare/2.6.0...2.6.2) (2025-08-14)
+## [2.6.2](https://github.com/ant-design/ant-design-charts/compare/2.6.1...2.6.2) (2025-08-14)
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 328ed45 and 6c74d9f.

📒 Files selected for processing (4)
  • packages/charts/CHANGELOG.md (1 hunks)
  • packages/charts/package.json (1 hunks)
  • packages/graphs/CHANGELOG.md (1 hunks)
  • packages/graphs/package.json (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
  • GitHub Check: lint (latest)
  • GitHub Check: test (latest)
  • GitHub Check: Socket Security: Pull Request Alerts
  • GitHub Check: test (latest)
  • GitHub Check: lint (latest)
🔇 Additional comments (3)
packages/graphs/package.json (1)

3-3: 确认:graphs 包版本与 CHANGELOG 匹配(2.1.1)

已验证 packages/graphs/package.json 中 version 为 2.1.1,packages/graphs/CHANGELOG.md 存在对应条目且 compare 链接以 ...2.1.1 结尾(条目:## [2.1.1](https://github.com/ant-design/ant-design-charts/compare/2.6.0...2.1.1) (2025-08-14))。无需进一步修改。

  • 已检查文件:
    • packages/graphs/package.json (version: 2.1.1)
    • packages/graphs/CHANGELOG.md (含对应条目)
packages/charts/package.json (1)

4-4: 确认:charts 版本已正确提升至 2.6.2,变更日志与 workspace 依赖一致

已运行校验脚本,结果:

  • packages/charts/package.json — version = 2.6.2
  • packages/charts/CHANGELOG.md — 存在 "## [2.6.2]" 条目
  • packages/charts/package.json — @ant-design/graphs 保持为 "workspace:^"

无需进一步修改,LGTM。

packages/charts/CHANGELOG.md (1)

6-12: 2.6.2 的部分“Bug Fixes”与 2.6.1 中条目重复,请确认是否为重复收录

若为重复,建议去重;若为回滚后重发或补充修复,请在条目中标注补充原因,提升可读性。

我可以提供一个脚本对比 2.6.1 与 2.6.2 两段内容并输出重复条目,是否需要?

@@ -1,3 +1,23 @@
## [2.1.1](https://github.com/ant-design/ant-design-charts/compare/2.6.0...2.1.1) (2025-08-14)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

compare 链接起始版本错误,应从 2.1.0 对比到 2.1.1

当前为 2.6.0...2.1.1(明显引用了 charts 的版本),应改为 graphs 的上一个版本 2.1.0。

请应用以下修正:

-## [2.1.1](https://github.com/ant-design/ant-design-charts/compare/2.6.0...2.1.1) (2025-08-14)
+## [2.1.1](https://github.com/ant-design/ant-design-charts/compare/2.1.0...2.1.1) (2025-08-14)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## [2.1.1](https://github.com/ant-design/ant-design-charts/compare/2.6.0...2.1.1) (2025-08-14)
## [2.1.1](https://github.com/ant-design/ant-design-charts/compare/2.1.0...2.1.1) (2025-08-14)
🤖 Prompt for AI Agents
packages/graphs/CHANGELOG.md around lines 1 to 1: the compare link incorrectly
uses charts' version range "2.6.0...2.1.1"; change the compare range to use
graphs' previous version so it reads "2.1.0...2.1.1" (i.e., replace "2.6.0" with
"2.1.0") to correctly compare the prior graphs release to this one.

@yvonneyx yvonneyx merged commit d691fbc into v2 Aug 14, 2025
8 checks passed
@yvonneyx yvonneyx deleted the chore/v branch August 14, 2025 05:05
@coderabbitai coderabbitai Bot mentioned this pull request Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file documentation 📖 Improvements or additions to documentation lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants