Skip to content

Commit

Permalink
v1.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Jul 31, 2024
1 parent b31743f commit 7c61dd7
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 18 deletions.
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "./node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0",
"version": "1.0.0-alpha.0",
"npmClient": "pnpm"
}
}
18 changes: 14 additions & 4 deletions packages/uni-app-types/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "@uni-helper/uni-app-types",
"version": "0.0.0",
"version": "1.0.0-alpha.0",
"description": "为 uni-app 组件提供 TypeScript 类型",
"keywords": ["uni-app", "uniapp", "types", "type"],
"keywords": [
"uni-app",
"uniapp",
"types",
"type"
],
"homepage": "https://github.com/uni-helper/uni-types/tree/main/packages/uni-app-types",
"bugs": {
"url": "https://github.com/uni-helper/uni-types/issues"
Expand Down Expand Up @@ -44,10 +49,15 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/*", "./dist/index.d.ts"]
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
Expand Down
20 changes: 16 additions & 4 deletions packages/uni-cloud-types/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "@uni-helper/uni-cloud-types",
"version": "0.0.0",
"version": "1.0.0-alpha.0",
"description": "为 uni-cloud 组件提供 TypeScript 类型",
"keywords": ["uni-app", "uniapp", "uni-cloud", "unicloud", "types", "type"],
"keywords": [
"uni-app",
"uniapp",
"uni-cloud",
"unicloud",
"types",
"type"
],
"homepage": "https://github.com/uni-helper/uni-types/tree/main/packages/uni-cloud-types",
"bugs": {
"url": "https://github.com/uni-helper/uni-types/issues"
Expand Down Expand Up @@ -34,10 +41,15 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/*", "./dist/index.d.ts"]
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
Expand Down
18 changes: 14 additions & 4 deletions packages/uni-types/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "@uni-helper/uni-types",
"version": "0.0.0",
"version": "1.0.0-alpha.0",
"description": "为 uni-app 组件、uni-ui 组件和 uni-cloud 组件提供 TypeScript 类型",
"keywords": ["uni-app", "uniapp", "types", "type"],
"keywords": [
"uni-app",
"uniapp",
"types",
"type"
],
"homepage": "https://github.com/uni-helper/uni-types/tree/main/packages/uni-types",
"bugs": {
"url": "https://github.com/uni-helper/uni-types/issues"
Expand Down Expand Up @@ -44,10 +49,15 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/*", "./dist/index.d.ts"]
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
Expand Down
20 changes: 16 additions & 4 deletions packages/uni-ui-types/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "@uni-helper/uni-ui-types",
"version": "0.0.0",
"version": "1.0.0-alpha.0",
"description": "为 uni-ui 组件提供 TypeScript 类型",
"keywords": ["uni-app", "uniapp", "uni-ui", "uniui", "types", "type"],
"keywords": [
"uni-app",
"uniapp",
"uni-ui",
"uniui",
"types",
"type"
],
"homepage": "https://github.com/uni-helper/uni-types/tree/main/packages/uni-ui-types",
"bugs": {
"url": "https://github.com/uni-helper/uni-types/issues"
Expand Down Expand Up @@ -34,10 +41,15 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/*", "./dist/index.d.ts"]
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
Expand Down

0 comments on commit 7c61dd7

Please sign in to comment.