Skip to content

Commit

Permalink
Release version 2.60.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flsion committed Feb 28, 2024
1 parent e6768b1 commit 6578ea2
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 2 deletions.
8 changes: 8 additions & 0 deletions components/Typography/__changelog__/index.en-US.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.60.1

2024-02-28

### 🐛 BugFix

- Fix the problem of single line omission failure in `Ellipsis` component([#2564](https://github.com/arco-design/arco-design/pull/2564))

## 2.60.0

2024-02-23
Expand Down
8 changes: 8 additions & 0 deletions components/Typography/__changelog__/index.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.60.1

2024-02-28

### 🐛 问题修复

- 修复 `Ellipsis` 组件单行省略失效的问题([#2564](https://github.com/arco-design/arco-design/pull/2564))

## 2.60.0

2024-02-23
Expand Down
2 changes: 1 addition & 1 deletion components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,4 @@ export { default as Watermark } from './Watermark';
export type { ImageProps, ImagePreviewProps, ImagePreviewActionProps, ImagePreviewGroupProps } from './Image/interface';
export { default as Image } from './Image';

export const version = '2.60.0';
export const version = '2.60.1';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arco-design/web-react",
"version": "2.60.0",
"version": "2.60.1",
"description": "Arco Design React UI Library.",
"module": "./es/index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions site/docs/version_v2.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
changelog: true
---

## 2.60.1

2024-02-28

### 🐛 BugFix

- Fix the problem of single line omission failure in `Ellipsis` component([#2564](https://github.com/arco-design/arco-design/pull/2564))

## 2.60.0

2024-02-23
Expand Down
8 changes: 8 additions & 0 deletions site/docs/version_v2.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
changelog: true
---

## 2.60.1

2024-02-28

### 🐛 问题修复

- 修复 `Ellipsis` 组件单行省略失效的问题([#2564](https://github.com/arco-design/arco-design/pull/2564))

## 2.60.0

2024-02-23
Expand Down

0 comments on commit 6578ea2

Please sign in to comment.