Skip to content

Commit 4cf3e7e

Browse files
committed
build: release version
- @arco-design/mobile-react@2.39.0 - @arco-design/mobile-utils@2.23.5
1 parent d4bd359 commit 4cf3e7e

File tree

6 files changed

+29
-5
lines changed

6 files changed

+29
-5
lines changed

packages/arcodesign/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [2.39.0](https://github.com/arco-design/arco-design-mobile/compare/@arco-design/mobile-react@2.38.4...@arco-design/mobile-react@2.39.0) (2026-01-21)
7+
8+
9+
### Bug Fixes
10+
11+
* `ImagePicker` load error status, add demo of upload status for `Uploader` ([#364](https://github.com/arco-design/arco-design-mobile/issues/364)) ([0acf2ca](https://github.com/arco-design/arco-design-mobile/commit/0acf2cac5cddfdda536374e06a4e71a7446d1a2e))
12+
13+
14+
### Features
15+
16+
* support custom label name for validation messages ([#365](https://github.com/arco-design/arco-design-mobile/issues/365)) ([3653ecc](https://github.com/arco-design/arco-design-mobile/commit/3653ecce076c87a95c9f4a02ef7fba4cb9d485ce))
17+
18+
19+
20+
21+
622
## [2.38.4](https://github.com/arco-design/arco-design-mobile/compare/@arco-design/mobile-react@2.38.3...@arco-design/mobile-react@2.38.4) (2025-12-10)
723

824

packages/arcodesign/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/arcodesign/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arco-design/mobile-react",
3-
"version": "2.38.4",
3+
"version": "2.39.0",
44
"description": "",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
@@ -15,7 +15,7 @@
1515
"author": "taoyiyue@bytedance.com",
1616
"license": "ISC",
1717
"dependencies": {
18-
"@arco-design/mobile-utils": "2.23.4",
18+
"@arco-design/mobile-utils": "2.23.5",
1919
"@arco-design/transformable": "^1.0.0",
2020
"@babel/runtime": "^7",
2121
"lodash.throttle": "^4.1.1",

packages/common-widgets/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.23.5](https://github.com/arco-design/arco-design-mobile/compare/@arco-design/mobile-utils@2.23.4...@arco-design/mobile-utils@2.23.5) (2026-01-21)
7+
8+
**Note:** Version bump only for package @arco-design/mobile-utils
9+
10+
11+
12+
13+
614
## [2.23.4](https://github.com/arco-design/arco-design-mobile/compare/@arco-design/mobile-utils@2.23.3...@arco-design/mobile-utils@2.23.4) (2025-12-10)
715

816

packages/common-widgets/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/common-widgets/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/mobile-utils",
3-
"version": "2.23.4",
3+
"version": "2.23.5",
44
"description": "",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)