v1.0.3 - Add/Change/Remove features

This commit is contained in:
LINING-PC\lining
2025-07-02 14:33:06 +08:00
parent 6976fd7b53
commit 7058c54d17
3 changed files with 17 additions and 1 deletions
+11
View File
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.3] - 2025-07-02
### Added
- 增加Github Pages
### Changed
- 修改README, 添加GIthub在线Demo入口
### Removed
- 移除大体积静态资源
## [1.0.2] - 2025-07-01
### Changed / Added
+5
View File
@@ -90,5 +90,10 @@
"version": "1.0.2",
"date": "2025-07-01",
"notes": ["升级README文档", "增加贡献说明", "增加贡献者列表"]
},
{
"version": "1.0.3",
"date": "2025-07-02",
"notes": ["增加Github Pages", "修改README, 添加GIthub在线Demo入口", "移除大体积静态资源"]
}
]
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "jordium-gantt-vue3",
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"main": "dist/jordium-gantt-vue3.cjs.js",
"module": "dist/jordium-gantt-vue3.es.js",