Skip to content

Commit

Permalink
feat: 插件市场临时更新小插件
Browse files Browse the repository at this point in the history
  • Loading branch information
18148764734 committed Mar 28, 2024
1 parent 9526a30 commit 5d61e47
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
2 changes: 2 additions & 0 deletions uni_modules/uni-data-select/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.0.8(2024-03-28)
- 修复 在vue2下:style动态绑定导致编译失败的bug
## 1.0.7(2024-01-20)
- 修复 长文本回显超过容器的bug,超过容器部分显示省略号
## 1.0.6(2023-04-12)
Expand Down
5 changes: 3 additions & 2 deletions uni_modules/uni-data-select/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "uni-data-select",
"displayName": "uni-data-select 下拉框选择器",
"version": "1.0.7",
"version": "1.0.8",
"description": "通过数据驱动的下拉框选择器",
"keywords": [
"uni-ui",
Expand Down Expand Up @@ -43,7 +43,8 @@
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y"
"aliyun": "y",
"alipay": "n"
},
"client": {
"App": {
Expand Down
2 changes: 2 additions & 0 deletions uni_modules/uni-segmented-control/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.2.2(2024-03-28)
- 修复 在vue2下:style动态绑定导致编译失败的bug
## 1.2.1(2024-03-20)
- 新增 inActiveColor属性,可供配置未激活时的颜色
## 1.2.0(2021-11-19)
Expand Down
5 changes: 3 additions & 2 deletions uni_modules/uni-segmented-control/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "uni-segmented-control",
"displayName": "uni-segmented-control 分段器",
"version": "1.2.1",
"version": "1.2.2",
"description": "分段器由至少 2 个分段控件组成,用作不同视图的显示",
"keywords": [
"uni-ui",
Expand Down Expand Up @@ -43,7 +43,8 @@
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y"
"aliyun": "y",
"alipay": "n"
},
"client": {
"App": {
Expand Down
2 changes: 2 additions & 0 deletions uni_modules/uni-steps/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.1.2(2024-03-28)
- 修复 uni-steps为竖排列时,文本长度过长引起点错乱的bug
## 1.1.1(2021-11-22)
- 修复 vue3中某些scss变量无法找到的问题
## 1.1.0(2021-11-19)
Expand Down
14 changes: 6 additions & 8 deletions uni_modules/uni-steps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "uni-steps",
"displayName": "uni-steps 步骤条",
"version": "1.1.1",
"version": "1.1.2",
"description": "步骤条组件,提供横向和纵向两种布局格式。",
"keywords": [
"uni-ui",
Expand All @@ -16,11 +16,7 @@
"directories": {
"example": "../../temps/example_temps"
},
"dcloudext": {
"category": [
"前端组件",
"通用组件"
],
"dcloudext": {
"sale": {
"regular": {
"price": "0.00"
Expand All @@ -37,7 +33,8 @@
"data": "",
"permissions": ""
},
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui"
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
"type": "component-vue"
},
"uni_modules": {
"dependencies": [
Expand All @@ -48,7 +45,8 @@
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y"
"aliyun": "y",
"alipay": "n"
},
"client": {
"App": {
Expand Down

0 comments on commit 5d61e47

Please sign in to comment.