v1.0.5 - update all NPM badge urls in README

This commit is contained in:
LINING-PC\lining
2025-07-02 15:07:35 +08:00
parent 66b0ef1688
commit 50d31eb5af
5 changed files with 14 additions and 3 deletions
+5
View File
@@ -5,6 +5,11 @@ 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.5] - 2025-07-02
### Changed
- 更新README中所有NPM徽章CDN地址
## [1.0.4] - 2025-07-02 ## [1.0.4] - 2025-07-02
### Changed ### Changed
+1 -1
View File
@@ -56,7 +56,7 @@ pnpm add jordium-gantt-vue3
--- ---
> 💡 **Badge Downloads** > 💡 **Badge Downloads**
> - npm version badgehttps://badge.fury.io/ > - npm version badgehttps://img.shields.io/npm/v/jordium-gantt-vue3.svg
> - MIT license badgehttps://img.shields.io/badge/license-MIT-blue.svg > - MIT license badgehttps://img.shields.io/badge/license-MIT-blue.svg
> - Vue version badgehttps://img.shields.io/badge/vue-3.x-green.svg > - Vue version badgehttps://img.shields.io/badge/vue-3.x-green.svg
> - TypeScript badgehttps://img.shields.io/badge/typescript-5.x-blue.svg > - TypeScript badgehttps://img.shields.io/badge/typescript-5.x-blue.svg
+1 -1
View File
@@ -57,7 +57,7 @@ pnpm add jordium-gantt-vue3
--- ---
> 💡 **徽章下载** > 💡 **徽章下载**
> - npm 版本徽章:https://badge.fury.io/ > - npm 版本徽章:https://img.shields.io/npm/v/jordium-gantt-vue3.svg
> - MIT 许可证徽章:https://img.shields.io/badge/license-MIT-blue.svg > - MIT 许可证徽章:https://img.shields.io/badge/license-MIT-blue.svg
> - Vue 版本徽章:https://img.shields.io/badge/vue-3.x-green.svg > - Vue 版本徽章:https://img.shields.io/badge/vue-3.x-green.svg
> - TypeScript 徽章:https://img.shields.io/badge/typescript-5.x-blue.svg > - TypeScript 徽章:https://img.shields.io/badge/typescript-5.x-blue.svg
+5
View File
@@ -100,5 +100,10 @@
"version": "1.0.4", "version": "1.0.4",
"date": "2025-07-02", "date": "2025-07-02",
"notes": ["修改NPM徽章CDN"] "notes": ["修改NPM徽章CDN"]
},
{
"version": "1.0.5",
"date": "2025-07-02",
"notes": ["更新README中所有NPM徽章CDN地址"]
} }
] ]
+2 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "jordium-gantt-vue3", "name": "jordium-gantt-vue3",
"version": "1.0.4", "version": "1.0.5",
"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",
@@ -13,6 +13,7 @@
"type": "git", "type": "git",
"url": "https://github.com/nelson820125/jordium-gantt-vue3" "url": "https://github.com/nelson820125/jordium-gantt-vue3"
}, },
"homepage": "https://nelson820125.github.io/jordium-gantt-vue3/",
"keywords": [ "keywords": [
"gantt", "gantt",
"vue", "vue",