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
ziqisia committed Jan 9, 2025
1 parent c8b539c commit efb0db8
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
19 changes: 19 additions & 0 deletions packages/arcodesign/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.35.0](https://github.com/arco-design/arco-design-mobile/compare/@arco-design/[email protected]...@arco-design/[email protected]) (2025-01-09)


### Bug Fixes

* add new less variable `[@prefix-mobile](https://github.com/prefix-mobile)` ([#310](https://github.com/arco-design/arco-design-mobile/issues/310)) ([c8b539c](https://github.com/arco-design/arco-design-mobile/commit/c8b539cf7c5a064f1334de6d87a7c00d22c8f453))
* change protocol from http to https ([#304](https://github.com/arco-design/arco-design-mobile/issues/304)) ([0c42f9b](https://github.com/arco-design/arco-design-mobile/commit/0c42f9becf74e2dcbd02d774b426e113ea2b260c))
* fix `Context-Provider` demo url ([#306](https://github.com/arco-design/arco-design-mobile/issues/306)) ([4a5c0f8](https://github.com/arco-design/arco-design-mobile/commit/4a5c0f86de85f5eddb2b0b6816db2a9ea38cde40))
* keep empty value in renderLinkedContainer of `DatePicker` ([#309](https://github.com/arco-design/arco-design-mobile/issues/309)) ([0f07a93](https://github.com/arco-design/arco-design-mobile/commit/0f07a931de93b22dfe17aa5eda878b51cc943913))


### Features

* add dynamic theme demo ([#305](https://github.com/arco-design/arco-design-mobile/issues/305)) ([f27ccc6](https://github.com/arco-design/arco-design-mobile/commit/f27ccc6910a700a064be22926c2321b3afac4694))





# [2.34.0](https://github.com/arco-design/arco-design-mobile/compare/@arco-design/[email protected]...@arco-design/[email protected]) (2024-11-21)


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.34.0",
"version": "2.35.0",
"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.20.1",
"@arco-design/mobile-utils": "2.20.2",
"@arco-design/transformable": "^1.0.0",
"@babel/runtime": "^7",
"lodash.throttle": "^4.1.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.20.2](https://github.com/arco-design/arco-design-mobile/compare/@arco-design/[email protected]...@arco-design/[email protected]) (2025-01-09)

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





## [2.20.1](https://github.com/arco-design/arco-design-mobile/compare/@arco-design/[email protected]...@arco-design/[email protected]) (2024-11-21)

**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.20.1",
"version": "2.20.2",
"description": "",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit efb0db8

Please sign in to comment.