Skip to content

Commit

Permalink
feat(v3.1.9.1): 版本发布
Browse files Browse the repository at this point in the history
  • Loading branch information
herodotus-ecosystem committed Mar 4, 2024
1 parent 225fb40 commit dad031c
Show file tree
Hide file tree
Showing 7 changed files with 536 additions and 572 deletions.
12 changes: 6 additions & 6 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://shields.io/badge/Spring%20Cloud-2022.0.5-blue.svg?logo=spring" alt="Spring Cloud 2022.0.5"></a>
<a href="https://github.com/alibaba/spring-cloud-alibaba" target="_blank"><img src="https://shields.io/badge/Spring%20Cloud%20Alibaba-2022.0.0.0-blue.svg?logo=alibabadotcom" alt="Spring Cloud Alibaba 2022.0.0.0"></a>
<a href="https://github.com/Tencent/spring-cloud-tencent" target="_blank"><img src="https://img.shields.io/badge/Spring%20Cloud%20Tencent-1.13.1--2022.0.4-blue.svg?logo=tencentqq" alt="Spring Cloud Tencent 1.13.1-2022.0.4"></a>
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://shields.io/badge/Nacos-2.3.0-brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.3.0"></a>
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://shields.io/badge/Nacos-2.3.1-brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.3.1"></a>
</p>
<p align="center">
<a href="#" target="_blank"><img src="https://shields.io/badge/Version-3.1.9.0-red.svg?logo=spring" alt="Version 3.1.9.0"></a>
<a href="https://gitee.com/herodotus/dante-engine" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.1.9.0-red.svg?logo=spring" alt="Dante Engine 3.1.9.0"></a>
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.1.9.0-red.svg?logo=spring" alt="Dante OSS 3.1.9.0"></a>
<a href="#" target="_blank"><img src="https://shields.io/badge/Version-3.1.9.1-red.svg?logo=spring" alt="Version 3.1.9.1"></a>
<a href="https://gitee.com/herodotus/dante-engine" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.1.9.1-red.svg?logo=spring" alt="Dante Engine 3.1.9.1"></a>
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.1.9.1-red.svg?logo=spring" alt="Dante OSS 3.1.9.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://shields.io/badge/License-Apache--2.0-blue.svg?logo=apache" alt="License Apache 2.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 All @@ -38,7 +38,7 @@

## 企业级技术中台微服务架构与服务能力开发平台

Dante Cloud (但丁,原 Eurynome Cloud) 是一款企业级微服务架构和服务能力开发平台,是采用领域驱动模型(DDD)设计思想的、全面拥抱 Spring Authorization Server 的、基于 OAuth2.1 协议的、支持智能电视、IoT等物联网设备认证的微服务架构。基于 Spring Authorization Server 1.1.5、Spring Boot 3.1.9、Spring Cloud 2022.0.5、Spring Cloud Tencent 1.13.1-2022.0.4、Spring Cloud Alibaba 2022.0.0.0、Nacos 2.3.0 等主流技术栈开发的多租户系统,遵循SpringBoot 编程思想,高度模块化和可配置化。具备服务发现、配置、熔断、限流、降级、监控、多级缓存、分布式事务、工作流等功能。
Dante Cloud (但丁,原 Eurynome Cloud) 是一款企业级微服务架构和服务能力开发平台,是采用领域驱动模型(DDD)设计思想的、全面拥抱 Spring Authorization Server 的、基于 OAuth2.1 协议的、支持智能电视、IoT等物联网设备认证的微服务架构。基于 Spring Authorization Server 1.1.5、Spring Boot 3.1.9、Spring Cloud 2022.0.5、Spring Cloud Tencent 1.13.1-2022.0.4、Spring Cloud Alibaba 2022.0.0.0、Nacos 2.3.1 等主流技术栈开发的多租户系统,遵循SpringBoot 编程思想,高度模块化和可配置化。具备服务发现、配置、熔断、限流、降级、监控、多级缓存、分布式事务、工作流等功能。

## 定位

Expand Down Expand Up @@ -155,7 +155,7 @@ Dante Cloud (但丁,原 Eurynome Cloud) 是一款企业级微服务架构和
| `Spring Cloud Tencent` | 1.13.1-2022.0.4 |
| `Spring Authorization Server` | 1.1.5 |
| `Spring Boot Admin` | 3.2.2 |
| `Nacos` | 2.3.0 |
| `Nacos` | 2.3.1 |
| `Sentinel` | 1.8.7 |
| `Seata` | 1.7.0 |

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dante-cloud-ui",
"private": true,
"version": "3.1.9.0",
"version": "3.1.9.1",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down Expand Up @@ -32,29 +32,29 @@
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"qs": "^6.11.2",
"quasar": "^2.14.5",
"vue": "^3.4.19",
"vue-i18n": "^9.9.1"
"quasar": "^2.14.6",
"vue": "^3.4.21",
"vue-i18n": "^9.10.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@quasar/vite-plugin": "^1.6.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.19",
"@types/qs": "^6.9.11",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@types/node": "^20.11.24",
"@types/qs": "^6.9.12",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint": "^8.57.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.21.1",
"eslint-plugin-vue": "^9.22.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
Expand All @@ -65,10 +65,10 @@
"sass": "^1.71.1",
"stylelint": "^16.2.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^4.6.0",
"stylelint-config-recess-order": "^5.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.0.0",
"terser": "^5.27.2",
"terser": "^5.28.1",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
Expand All @@ -77,6 +77,6 @@
"vite-plugin-compression": "^0.5.1",
"vite-plugin-dts": "3.7.3",
"vite-plugin-html": "^3.2.2",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.4"
}
}
2 changes: 1 addition & 1 deletion packages/ui/container/herodotus/ui.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.9'
services:
ui:
image: dante-cloud-ui:3.1.9.0
image: dante-cloud-ui:3.1.9.1
build:
context: ../context
dockerfile: Dockerfile
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dante/ui",
"version": "3.1.9.0",
"version": "3.1.9.1",
"description": "",
"keywords": [],
"author": "",
Expand All @@ -25,23 +25,23 @@
"@stomp/stompjs": "^7.0.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^10.8.0",
"@vueuse/core": "^10.9.0",
"animate.css": "^4.1.1",
"colord": "^2.9.3",
"echarts": "^5.5.0",
"element-resize-detector": "^1.2.4",
"highlight.js": "^11.9.0",
"jwt-decode": "^4.0.0",
"vkbeautify": "^0.99.3",
"vue": "^3.4.19",
"vue": "^3.4.21",
"vue-cookies": "^1.8.3",
"vue-i18n": "^9.9.1",
"vue-i18n": "^9.10.1",
"vue-router": "^4.3.0",
"vue-simple-uploader": "^1.0.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "20.11.19",
"@types/node": "20.11.24",
"@types/vkbeautify": "^0.99.4"
}
}
Loading

0 comments on commit dad031c

Please sign in to comment.