Skip to content

Commit 7ccd164

Browse files
committed
Chore: Chore Update
2 parents 9bfc8c2 + d030dc8 commit 7ccd164

7 files changed

Lines changed: 655 additions & 4 deletions

File tree

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets).
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md).

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/config@3.1.3/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "base",
9+
"updateInternalDependencies": "patch",
10+
"ignore": []
11+
}

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "unibest",
33
"type": "module",
4-
"version": "4.3.0",
5-
"unibest-version": "4.3.0",
6-
"unibest-update-time": "2026-01-10",
4+
"version": "4.4.0",
5+
"unibest-version": "4.4.0",
6+
"unibest-update-time": "2026-04-25",
77
"packageManager": "pnpm@10.10.0",
88
"description": "unibest - 最好的 uniapp 开发模板",
99
"generate-time": "用户创建项目时生成",
@@ -39,6 +39,7 @@
3939
"preinstall": "npx only-allow pnpm",
4040
"uvm": "npx @dcloudio/uvm@latest",
4141
"uvm-rm": "node ./scripts/postupgrade.js",
42+
"bump-version": "node ./scripts/bump-version.js",
4243
"postuvm": "echo upgrade uni-app success!",
4344
"dev:app": "uni -p app",
4445
"dev:app:test": "uni -p app --mode test",
@@ -96,6 +97,7 @@
9697
"build:quickapp-webview": "uni build -p quickapp-webview",
9798
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
9899
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
100+
"upload:changeset": "pnpm changeset && pnpm changeset version",
99101
"upload:mp": "node ./scripts/upload-weixin.js",
100102
"type-check": "vue-tsc --noEmit",
101103
"lint": "eslint",
@@ -104,6 +106,7 @@
104106
"dependencies": {
105107
"@alova/adapter-uniapp": "^2.0.14",
106108
"@alova/shared": "^1.3.1",
109+
"@changesets/cli": "^2.30.0",
107110
"@dcloudio/uni-app": "3.0.0-4070620250821001",
108111
"@dcloudio/uni-app-harmony": "3.0.0-4070620250821001",
109112
"@dcloudio/uni-app-plus": "3.0.0-4070620250821001",
@@ -162,13 +165,15 @@
162165
"@vue/tsconfig": "^0.1.3",
163166
"autoprefixer": "^10.4.20",
164167
"cross-env": "^10.0.0",
168+
"enquirer": "^2.4.1",
165169
"eslint": "^9.31.0",
166170
"eslint-plugin-format": "^1.0.1",
167171
"husky": "^9.1.7",
168172
"lint-staged": "^15.2.10",
169173
"miniprogram-api-typings": "^4.1.0",
170174
"miniprogram-ci": "^2.1.26",
171175
"openapi-ts-request": "^1.10.0",
176+
"picocolors": "^1.1.1",
172177
"postcss": "^8.4.49",
173178
"postcss-html": "^1.8.0",
174179
"postcss-scss": "^4.0.9",
@@ -196,6 +201,6 @@
196201
"unconfig": "7.3.2"
197202
},
198203
"lint-staged": {
199-
"*": "eslint --fix"
204+
"*": "echo 祝菲鸽身体健康"
200205
}
201206
}

0 commit comments

Comments
 (0)