Skip to content

Commit ac84d08

Browse files
committed
feat: 合并部分pr请求,尝试解决发包报错问题
1 parent 0d1750e commit ac84d08

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

apps/internal/metadata/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "element-plus-x-metadata",
33
"version": "1.0.0",
4+
"private": true,
45
"license": "ISC",
56
"keywords": [
67
"element-plus-x",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build:metadata": "turbo run build --filter=element-plus-x-metadata",
1717
"dev:docs": "turbo run dev --filter=docs",
1818
"build:docs": "turbo run build --filter=docs",
19-
"ci:publish": "pnpm changeset publish -r --filter=vue-element-plus-x",
19+
"ci:publish": "pnpm changeset publish -r --filter=vue-element-plus-x --otp=${NPM_OTP:-}",
2020
"dev": "npm run dev:playground",
2121
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
2222
"check-types": "turbo run check-types",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-element-plus-x",
33
"type": "module",
4-
"version": "1.3.97",
4+
"version": "1.3.98",
55
"license": "MIT",
66
"homepage": "https://element-plus-x.com",
77
"repository": {

0 commit comments

Comments
 (0)