v1.0.3 - Add/Change/Remove features
This commit is contained in:
@@ -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/),
|
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).
|
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
|
## [1.0.2] - 2025-07-01
|
||||||
|
|
||||||
### Changed / Added
|
### Changed / Added
|
||||||
|
|||||||
@@ -90,5 +90,10 @@
|
|||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"date": "2025-07-01",
|
"date": "2025-07-01",
|
||||||
"notes": ["升级README文档", "增加贡献说明", "增加贡献者列表"]
|
"notes": ["升级README文档", "增加贡献说明", "增加贡献者列表"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.0.3",
|
||||||
|
"date": "2025-07-02",
|
||||||
|
"notes": ["增加Github Pages", "修改README, 添加GIthub在线Demo入口", "移除大体积静态资源"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "jordium-gantt-vue3",
|
"name": "jordium-gantt-vue3",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/jordium-gantt-vue3.cjs.js",
|
"main": "dist/jordium-gantt-vue3.cjs.js",
|
||||||
"module": "dist/jordium-gantt-vue3.es.js",
|
"module": "dist/jordium-gantt-vue3.es.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user