Skip to content

Commit 9a85e7f

Browse files
committed
release: release 2.66.4
1 parent 2c99187 commit 9a85e7f

File tree

6 files changed

+34
-2
lines changed

6 files changed

+34
-2
lines changed

components/Steps/__changelog__/index.en-US.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.66.4
2+
3+
2025-08-11
4+
5+
### 🐛 BugFix
6+
7+
- Fixed the issue where the connection line did not change color in the completed state([#3035](https://github.com/arco-design/arco-design/pull/3035))
8+
19
## 2.41.3
210

311
2022-11-18

components/Steps/__changelog__/index.zh-CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.66.4
2+
3+
2025-08-11
4+
5+
### 🐛 问题修复
6+
7+
- 修复完成状态下连线没有变色的问题([#3035](https://github.com/arco-design/arco-design/pull/3035))
8+
19
## 2.41.3
210

311
2022-11-18

components/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,5 +229,5 @@ export { default as Watermark } from './Watermark';
229229
export type { ImageProps, ImagePreviewProps, ImagePreviewActionProps, ImagePreviewGroupProps } from './Image/interface';
230230
export { default as Image } from './Image';
231231

232-
export const version = '2.66.1';
232+
export const version = '2.66.4';
233233

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arco-design/web-react",
3-
"version": "2.66.3",
3+
"version": "2.66.4",
44
"description": "Arco Design React UI Library.",
55
"module": "./es/index.js",
66
"main": "./lib/index.js",

site/docs/version_v2.en-US.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
changelog: true
33
---
44

5+
## 2.66.4
6+
7+
2025-08-11
8+
9+
### 🐛 BugFix
10+
11+
- Fixed the issue where the connection line did not change color in the completed state([#3035](https://github.com/arco-design/arco-design/pull/3035))
12+
513
## 2.66.3
614

715
2025-08-06

site/docs/version_v2.zh-CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
changelog: true
33
---
44

5+
## 2.66.4
6+
7+
2025-08-11
8+
9+
### 🐛 问题修复
10+
11+
- 修复完成状态下连线没有变色的问题([#3035](https://github.com/arco-design/arco-design/pull/3035))
12+
513
## 2.66.3
614

715
2025-08-06

0 commit comments

Comments
 (0)