@radishcandy/h-charts 0.1.0 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -510,15 +510,15 @@ npm run pack:check
510
510
  - 发布 npm 公共包
511
511
  - 提供 Vue 3 在线示例和 API 文档
512
512
  - 增加 Web Components 等其他宿主适配层
513
- - 完善频谱、时域、包络分析测试
514
- - 增加工业监测主题、暗色大屏主题和国际化示例
515
513
  - 建立版本变更记录与自动化发布流程
516
514
 
517
- 发布前需要完成的 npm 账号、仓库、Trusted Publishing 和 Gitee 配置,请参阅 [发布清单](./docs/release-checklist.md)。
515
+ ## 待完善
516
+
517
+ - 完善频谱、时域、包络分析测试
518
+ - 增加工业监测主题、暗色大屏主题和国际化示例
518
519
 
519
520
  ## 相关文档
520
521
 
521
- - [架构边界说明](./docs/architecture.md)
522
522
  - [贡献指南](./CONTRIBUTING.md)
523
523
  - [安全策略](./SECURITY.md)
524
524
  - [变更日志](./CHANGELOG.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@radishcandy/h-charts",
3
- "version": "0.1.0",
3
+ "version": "1.0.0",
4
4
  "description": "Framework-agnostic Highcharts plugins with optional Vue 3 and React host adapters for industrial analysis.",
5
5
  "license": "MIT",
6
6
  "author": {