Skip to content

Commit

Permalink
feat(v3.3.1.2): 版本发布
Browse files Browse the repository at this point in the history
  • Loading branch information
herodotus-ecosystem committed Jul 2, 2024
1 parent 02fa255 commit 13c71cf
Show file tree
Hide file tree
Showing 9 changed files with 837 additions and 762 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<a href="https://spring.io/projects/spring-cloud" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud-2023.0.2-blue.svg?logo=spring" alt="Spring Cloud 2023.0.2"></a>
<a href="https://github.com/alibaba/spring-cloud-alibaba" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud%20Alibaba-2023.0.1.0-blue.svg?logo=alibabadotcom" alt="Spring Cloud Alibaba 2023.0.1.0"></a>
<a href="https://github.com/Tencent/spring-cloud-tencent" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud%20Tencent-1.14.0--2023.0.0-blue.svg?logo=tencentqq" alt="Spring Cloud Tencent 1.14.0--2023.0.0-SNAPSHOT"></a>
<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>
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://img.shields.io/badge/Nacos-2.3.3-brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.3.3"></a>
</p>
<p align="center">
<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="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.3.1.2-red.svg?logo=spring" alt="Version 3.3.1.2"></a>
<a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.3.1.2-red.svg?logo=spring" alt="Dante Engine 3.3.1.2"></a>
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.3.1.2-red.svg?logo=spring" alt="Dante OSS 3.3.1.2"></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 Expand Up @@ -162,7 +162,7 @@
| Spring Cloud Tencent | 1.14.0-2023.0.0 |
| Spring Authorization Server | 1.3.1 |
| Spring Boot Admin | 3.2.2 |
| Nacos | 2.3.2 |
| Nacos | 2.3.3 |
| Sentinel | 1.8.7 |
| Seata | 1.7.0 |

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,33 +31,33 @@
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"qs": "^6.12.1",
"qs": "^6.12.2",
"quasar": "^2.16.4",
"vue": "^3.4.30",
"vue": "^3.4.31",
"vue-i18n": "^9.13.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.6",
"@changesets/cli": "^2.27.7",
"@quasar/vite-plugin": "^1.7.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.8",
"@types/node": "^20.14.9",
"@types/qs": "^6.9.15",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-vue": "^5.0.5",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.5",
"eslint": "^9.5.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-quasar": "^1.1.0",
"eslint-plugin-vue": "^9.26.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"postcss-html": "^1.7.0",
"prettier": "^3.3.2",
"rollup": "4.18.0",
Expand All @@ -69,14 +69,14 @@
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"terser": "^5.31.1",
"typescript": "^5.5.2",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.3.1",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "3.9.1",
"vite-plugin-html": "^3.2.2",
"vue-tsc": "^2.0.22"
"vue-tsc": "^2.0.24"
}
}
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.1",
"version": "3.3.1.2",
"description": "",
"keywords": [],
"author": "",
Expand Down Expand Up @@ -28,20 +28,20 @@
"@vueuse/core": "^10.11.0",
"animate.css": "^4.1.1",
"colord": "^2.9.3",
"echarts": "^5.5.0",
"echarts": "^5.5.1",
"element-resize-detector": "^1.2.4",
"highlight.js": "^11.9.0",
"jwt-decode": "^4.0.0",
"vkbeautify": "^0.99.3",
"vue": "^3.4.30",
"vue": "^3.4.31",
"vue-cookies": "^1.8.4",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0",
"vue-simple-uploader": "^1.0.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "20.14.8",
"@types/node": "20.14.9",
"@types/vkbeautify": "^0.99.4"
}
}
Loading

0 comments on commit 13c71cf

Please sign in to comment.