Skip to content

Commit

Permalink
build: release version
Browse files Browse the repository at this point in the history
 - @arco-design/[email protected]
 - @arco-design/[email protected]
  • Loading branch information
TinaPeach committed Jan 31, 2024
1 parent c791a8e commit 2838b15
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
14 changes: 14 additions & 0 deletions packages/arcodesign/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.30.8](https://github.com/arco-design/arco-design-mobile/compare/@arco-design/[email protected]...@arco-design/[email protected]) (2024-01-31)


### Bug Fixes

* `SwipeLoad` supports RTL ([#225](https://github.com/arco-design/arco-design-mobile/issues/225)) ([e39d09e](https://github.com/arco-design/arco-design-mobile/commit/e39d09e69c72c6e3ca65addabd1d90d96ac91eb1))
* `Ellipsis` optimize line height caculation ([#227](https://github.com/arco-design/arco-design-mobile/issues/227)) ([c791a8e](https://github.com/arco-design/arco-design-mobile/commit/c791a8e36309ce4887297fe711348f427e12954d))
* `Ellipsis` use ellipsisValueRef to reduce reflow ([#226](https://github.com/arco-design/arco-design-mobile/issues/226)) ([cbb761f](https://github.com/arco-design/arco-design-mobile/commit/cbb761fd05788e3cf191c94fd5870474e990cfa1))
* `Tabs` trigger "onChange" before distance is set to 0 ([#223](https://github.com/arco-design/arco-design-mobile/issues/223)) ([0f91c5b](https://github.com/arco-design/arco-design-mobile/commit/0f91c5b8e77d1b4688b47d3fd68e231ad964b214))





## [2.30.7](https://github.com/arco-design/arco-design-mobile/compare/@arco-design/[email protected]...@arco-design/[email protected]) (2023-12-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/arcodesign/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/arcodesign/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arco-design/mobile-react",
"version": "2.30.7",
"version": "2.30.8",
"description": "",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand All @@ -15,7 +15,7 @@
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"@arco-design/mobile-utils": "2.17.7",
"@arco-design/mobile-utils": "2.17.8",
"@arco-design/transformable": "^1.0.0",
"lodash.throttle": "^4.1.1",
"resize-observer-polyfill": "^1.5.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/common-widgets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.17.8](https://github.com/arco-design/arco-design-mobile/compare/@arco-design/[email protected]...@arco-design/[email protected]) (2024-01-31)


### Bug Fixes

* `Ellipsis` optimize line height caculation ([#227](https://github.com/arco-design/arco-design-mobile/issues/227)) ([c791a8e](https://github.com/arco-design/arco-design-mobile/commit/c791a8e36309ce4887297fe711348f427e12954d))
* optimize string & boolean validator of `Form` ([#222](https://github.com/arco-design/arco-design-mobile/issues/222)) ([02c7158](https://github.com/arco-design/arco-design-mobile/commit/02c715895a32aa6e4bf364586445cc8ee31fd5a3))





## [2.17.7](https://github.com/arco-design/arco-design-mobile/compare/@arco-design/[email protected]...@arco-design/[email protected]) (2023-12-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/common-widgets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/common-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arco-design/mobile-utils",
"version": "2.17.7",
"version": "2.17.8",
"description": "",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 2838b15

Please sign in to comment.