Skip to content

Commit

Permalink
!194 v3.3.0.4
Browse files Browse the repository at this point in the history
Merge pull request !194 from 码匠君/develop
  • Loading branch information
herodotus-ecosystem authored and gitee-org committed Jun 4, 2024
2 parents c644455 + 664f410 commit 44c12d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 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.0.3-red.svg?logo=spring" alt="Version 3.3.0.3"></a>
<a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.3.0.3-red.svg?logo=spring" alt="Dante Engine 3.3.0.3"></a>
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.3.0.3-red.svg?logo=spring" alt="Dante OSS 3.3.0.3"></a>
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.3.0.4-red.svg?logo=spring" alt="Version 3.3.0.4"></a>
<a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.3.0.4-red.svg?logo=spring" alt="Dante Engine 3.3.0.4"></a>
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.3.0.4-red.svg?logo=spring" alt="Dante OSS 3.3.0.4"></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 @@ -164,7 +164,7 @@
| Spring Cloud Alibaba | 2023.0.1.0 |
| Spring Cloud Tencent | 1.14.0-2023.0.0 |
| Spring Authorization Server | 1.3.0 |
| Spring Boot Admin | 3.2.2 |
| Spring Boot Admin | 3.3.1 |
| Nacos | 2.3.2 |
| Sentinel | 1.8.7 |
| Seata | 1.7.0 |
Expand Down Expand Up @@ -226,7 +226,7 @@

## [6]、工程结构

```
```shell
dante-cloud
├── configurations -- 配置文件脚本和统一Docker build上下文目录
├── dependencies -- 工程Maven顶级依赖,统一控制版本和依赖
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dante-cloud-ui",
"private": true,
"version": "3.3.0.3",
"version": "3.3.0.4",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dante/ui",
"version": "3.3.0.3",
"version": "3.3.0.4",
"description": "",
"keywords": [],
"author": "",
Expand Down

0 comments on commit 44c12d6

Please sign in to comment.