From 2a98edba13dbb973728fa3f59bbfcfa855e15a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E9=9C=9E=E7=8E=89?= Date: Thu, 24 Oct 2024 15:35:46 +0800 Subject: [PATCH] feat: version --- packages/arcodesign/package.json | 6 +++--- packages/common-widgets/package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/arcodesign/package.json b/packages/arcodesign/package.json index 2badd77e..53e8dc2a 100644 --- a/packages/arcodesign/package.json +++ b/packages/arcodesign/package.json @@ -1,6 +1,6 @@ { "name": "@arco-design/mobile-react", - "version": "2.32.1-ad4f655.4+ad4f655a", + "version": "2.32.1-3e0ba9e.5+3e0ba9ec", "description": "", "main": "cjs/index.js", "module": "esm/index.js", @@ -15,7 +15,7 @@ "author": "taoyiyue@bytedance.com", "license": "ISC", "dependencies": { - "@arco-design/mobile-utils": "2.19.1-ad4f655.4+ad4f655a", + "@arco-design/mobile-utils": "2.19.1-3e0ba9e.5+3e0ba9ec", "@arco-design/transformable": "^1.0.0", "@babel/runtime": "^7", "lodash.throttle": "^4.1.1", @@ -47,5 +47,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "ad4f655adcaf0ba191186380d2eb6036414113d9" + "gitHead": "3e0ba9ec98601318ffc48a3fd40a5fd8511c61af" } diff --git a/packages/common-widgets/package.json b/packages/common-widgets/package.json index 6fda276d..a64db265 100644 --- a/packages/common-widgets/package.json +++ b/packages/common-widgets/package.json @@ -1,6 +1,6 @@ { "name": "@arco-design/mobile-utils", - "version": "2.19.1-ad4f655.4+ad4f655a", + "version": "2.19.1-3e0ba9e.5+3e0ba9ec", "description": "", "main": "cjs/index.js", "module": "esm/index.js", @@ -13,7 +13,7 @@ "publishConfig": { "access": "public" }, - "gitHead": "ad4f655adcaf0ba191186380d2eb6036414113d9", + "gitHead": "3e0ba9ec98601318ffc48a3fd40a5fd8511c61af", "dependencies": { "es6-promise": "^4.2.8" },