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 Sep 13, 2023
1 parent 0432445 commit 102b5dc
Show file tree
Hide file tree
Showing 6 changed files with 27 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.29.4](https://github.com/arco-design/arco-design-mobile/compare/@arco-design/[email protected]...@arco-design/[email protected]) (2023-09-13)


### Bug Fixes

* `LoadMore` support the prop "getDataWhenNoScrollAtFirst" ([#170](https://github.com/arco-design/arco-design-mobile/issues/170)) ([7a4881d](https://github.com/arco-design/arco-design-mobile/commit/7a4881d92cb9fbb1a345240a2aaa940af0afbe63))
* `Picker` support default values when click confirm button ([c6f12ee](https://github.com/arco-design/arco-design-mobile/commit/c6f12ee54131235470c380c3bd59a22983247622))
* `SearchBar` adjust clear icon ([4f540fc](https://github.com/arco-design/arco-design-mobile/commit/4f540fcb255553fb59d0b972a74edf23a7224a16))
* `Tabs` prevent jumping when no touchmove event ([df01464](https://github.com/arco-design/arco-design-mobile/commit/df014640dc220af7f911fe1c2cb1e504c463a37b))





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


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.29.3",
"version": "2.29.4",
"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.16.6",
"@arco-design/mobile-utils": "2.16.7",
"@arco-design/transformable": "^1.0.0",
"lodash.throttle": "^4.1.1",
"resize-observer-polyfill": "^1.5.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/common-widgets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.16.7](https://github.com/arco-design/arco-design-mobile/compare/@arco-design/[email protected]...@arco-design/[email protected]) (2023-09-13)

**Note:** Version bump only for package @arco-design/mobile-utils





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

**Note:** Version bump only for package @arco-design/mobile-utils
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.16.6",
"version": "2.16.7",
"description": "",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 102b5dc

Please sign in to comment.