Skip to content

Commit

Permalink
feat(v3.3.1.1): 版本发布
Browse files Browse the repository at this point in the history
  • Loading branch information
herodotus-ecosystem committed Jun 24, 2024
1 parent f234c6e commit 02fa255
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 1,169 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://img.shields.io/badge/Nacos-2.3.2-brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.3.2"></a>
</p>
<p align="center">
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.3.1.0-red.svg?logo=spring" alt="Version 3.3.1.0"></a>
<a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.3.1.0-red.svg?logo=spring" alt="Dante Engine 3.3.1.0"></a>
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.3.1.0-red.svg?logo=spring" alt="Dante OSS 3.3.1.0"></a>
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.3.1.1-red.svg?logo=spring" alt="Version 3.3.1.1"></a>
<a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.3.1.1-red.svg?logo=spring" alt="Dante Engine 3.3.1.1"></a>
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.3.1.1-red.svg?logo=spring" alt="Dante OSS 3.3.1.1"></a>
<a href="https://bell-sw.com/pages/downloads/#downloads" target="_blank"><img src="https://img.shields.io/badge/JDK-17%2B-green.svg?logo=openjdk" alt="Java 17"></a>
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-AGPL--3.0-blue.svg?logo=apache" alt="License AGPL 3.0"></a>
<a href="https://www.herodotus.cn"><img src="https://visitor-badge.laobi.icu/badge?page_id=dante-cloud&title=Total%20Visits" alt="Total Visits"></a>
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"pinia-plugin-persistedstate": "^3.2.1",
"qs": "^6.12.1",
"quasar": "^2.16.4",
"vue": "^3.4.29",
"vue": "^3.4.30",
"vue-i18n": "^9.13.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@changesets/cli": "^2.27.6",
"@quasar/vite-plugin": "^1.7.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.7",
"@types/node": "^20.14.8",
"@types/qs": "^6.9.15",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
Expand Down Expand Up @@ -77,6 +77,6 @@
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "3.9.1",
"vite-plugin-html": "^3.2.2",
"vue-tsc": "^2.0.21"
"vue-tsc": "^2.0.22"
}
}
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dante/ui",
"version": "3.3.1.0",
"version": "3.3.1.1",
"description": "",
"keywords": [],
"author": "",
Expand Down Expand Up @@ -33,15 +33,15 @@
"highlight.js": "^11.9.0",
"jwt-decode": "^4.0.0",
"vkbeautify": "^0.99.3",
"vue": "^3.4.29",
"vue": "^3.4.30",
"vue-cookies": "^1.8.4",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.3",
"vue-router": "^4.4.0",
"vue-simple-uploader": "^1.0.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "20.14.7",
"@types/node": "20.14.8",
"@types/vkbeautify": "^0.99.4"
}
}
Loading

0 comments on commit 02fa255

Please sign in to comment.