From b819e61da5a8bf9fdb9ad8f7184cd651d496f535 Mon Sep 17 00:00:00 2001 From: shenjizhe Date: Mon, 29 Nov 2021 11:26:28 +0800 Subject: [PATCH] 1 --- uni_modules/thirdlucky-data-form/changelog.md | 2 ++ uni_modules/thirdlucky-data-form/package.json | 2 +- uni_modules/thirdlucky-data-input/changelog.md | 2 ++ uni_modules/thirdlucky-data-input/package.json | 10 +++++----- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/uni_modules/thirdlucky-data-form/changelog.md b/uni_modules/thirdlucky-data-form/changelog.md index e86fb7f..01c3b3e 100644 --- a/uni_modules/thirdlucky-data-form/changelog.md +++ b/uni_modules/thirdlucky-data-form/changelog.md @@ -1,3 +1,5 @@ +## 1.0.12(2021-11-29) +把 thirdlucky-data-item 抽离出去 ## 1.0.11(2021-11-19) 去掉了本身的样式 ## 1.0.10(2021-11-19) diff --git a/uni_modules/thirdlucky-data-form/package.json b/uni_modules/thirdlucky-data-form/package.json index c4d5a01..3aaa802 100644 --- a/uni_modules/thirdlucky-data-form/package.json +++ b/uni_modules/thirdlucky-data-form/package.json @@ -1,7 +1,7 @@ { "id": "thirdlucky-data-form", "displayName": "thirdlucky-data-form", - "version": "1.0.11", + "version": "1.0.12", "description": "thirdlucky-data-form", "keywords": [ "thirdlucky-data-form" diff --git a/uni_modules/thirdlucky-data-input/changelog.md b/uni_modules/thirdlucky-data-input/changelog.md index e69de29..964da30 100644 --- a/uni_modules/thirdlucky-data-input/changelog.md +++ b/uni_modules/thirdlucky-data-input/changelog.md @@ -0,0 +1,2 @@ +## 1.0.0(2021-11-29) +从 thirdlucky-data-form中抽离 diff --git a/uni_modules/thirdlucky-data-input/package.json b/uni_modules/thirdlucky-data-input/package.json index 4ee31bb..39efce5 100644 --- a/uni_modules/thirdlucky-data-input/package.json +++ b/uni_modules/thirdlucky-data-input/package.json @@ -27,9 +27,9 @@ "qq": "" }, "declaration": { - "ads": "", - "data": "", - "permissions": "" + "ads": "无", + "data": "无", + "permissions": "无" }, "npmurl": "" }, @@ -38,8 +38,8 @@ "encrypt": [], "platforms": { "cloud": { - "tcb": "u", - "aliyun": "u" + "tcb": "y", + "aliyun": "y" }, "client": { "Vue": { -- GitLab