From 20cf200f2dc9799d33708332a0a2995c291ddccd Mon Sep 17 00:00:00 2001 From: Rui Wu Date: Fri, 2 Aug 2024 13:58:04 +0800 Subject: [PATCH] chore: release v1.0.0-alpha.1 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/uni-app-types/CHANGELOG.md | 4 ++++ packages/uni-app-types/package.json | 18 ++++++++++++++---- packages/uni-cloud-types/CHANGELOG.md | 4 ++++ packages/uni-cloud-types/package.json | 20 ++++++++++++++++---- packages/uni-types/CHANGELOG.md | 4 ++++ packages/uni-types/package.json | 18 ++++++++++++++---- packages/uni-ui-types/CHANGELOG.md | 4 ++++ packages/uni-ui-types/package.json | 20 ++++++++++++++++---- playground/CHANGELOG.md | 4 ++++ playground/package.json | 2 +- 12 files changed, 86 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e0c4e..09d199a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.1](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2024-08-02) + +**Note:** Version bump only for package @monorepo/uni-types + ## 1.0.0-alpha.0 (2024-08-01) **Note:** Version bump only for package @monorepo/uni-types diff --git a/lerna.json b/lerna.json index 37aed83..d7ffca7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "npmClient": "pnpm", "packages": [ "packages/*", diff --git a/packages/uni-app-types/CHANGELOG.md b/packages/uni-app-types/CHANGELOG.md index b319efb..25c0e66 100644 --- a/packages/uni-app-types/CHANGELOG.md +++ b/packages/uni-app-types/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.1](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2024-08-02) + +**Note:** Version bump only for package @uni-helper/uni-app-types + ## 1.0.0-alpha.0 (2024-08-01) **Note:** Version bump only for package @uni-helper/uni-app-types diff --git a/packages/uni-app-types/package.json b/packages/uni-app-types/package.json index 11b6150..541a21b 100644 --- a/packages/uni-app-types/package.json +++ b/packages/uni-app-types/package.json @@ -1,8 +1,13 @@ { "name": "@uni-helper/uni-app-types", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "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" @@ -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", "prepublishOnly": "pnpm build", diff --git a/packages/uni-cloud-types/CHANGELOG.md b/packages/uni-cloud-types/CHANGELOG.md index 73c969f..2f3f74e 100644 --- a/packages/uni-cloud-types/CHANGELOG.md +++ b/packages/uni-cloud-types/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.1](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2024-08-02) + +**Note:** Version bump only for package @uni-helper/uni-cloud-types + ## 1.0.0-alpha.0 (2024-08-01) **Note:** Version bump only for package @uni-helper/uni-cloud-types diff --git a/packages/uni-cloud-types/package.json b/packages/uni-cloud-types/package.json index a439e88..d801c6e 100644 --- a/packages/uni-cloud-types/package.json +++ b/packages/uni-cloud-types/package.json @@ -1,8 +1,15 @@ { "name": "@uni-helper/uni-cloud-types", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "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" @@ -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", "prepublishOnly": "pnpm build", diff --git a/packages/uni-types/CHANGELOG.md b/packages/uni-types/CHANGELOG.md index bb1d343..77ceea5 100644 --- a/packages/uni-types/CHANGELOG.md +++ b/packages/uni-types/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.1](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2024-08-02) + +**Note:** Version bump only for package @uni-helper/uni-types + ## 1.0.0-alpha.0 (2024-08-01) **Note:** Version bump only for package @uni-helper/uni-types diff --git a/packages/uni-types/package.json b/packages/uni-types/package.json index d557769..35ac6c2 100644 --- a/packages/uni-types/package.json +++ b/packages/uni-types/package.json @@ -1,8 +1,13 @@ { "name": "@uni-helper/uni-types", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "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" @@ -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", "prepublishOnly": "pnpm build", diff --git a/packages/uni-ui-types/CHANGELOG.md b/packages/uni-ui-types/CHANGELOG.md index dc0ab33..87f82ad 100644 --- a/packages/uni-ui-types/CHANGELOG.md +++ b/packages/uni-ui-types/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.1](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2024-08-02) + +**Note:** Version bump only for package @uni-helper/uni-ui-types + ## 1.0.0-alpha.0 (2024-08-01) **Note:** Version bump only for package @uni-helper/uni-ui-types diff --git a/packages/uni-ui-types/package.json b/packages/uni-ui-types/package.json index a94c08f..fb1b31a 100644 --- a/packages/uni-ui-types/package.json +++ b/packages/uni-ui-types/package.json @@ -1,8 +1,15 @@ { "name": "@uni-helper/uni-ui-types", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "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" @@ -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", "prepublishOnly": "pnpm build", diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index 65984b8..e2b6a7b 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.0-alpha.1](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2024-08-02) + +**Note:** Version bump only for package uni-preset-vue + ## 1.0.0-alpha.0 (2024-08-01) **Note:** Version bump only for package uni-preset-vue diff --git a/playground/package.json b/playground/package.json index ee6b4cd..582230c 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "uni-preset-vue", - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "private": true, "scripts": { "build:app": "uni build -p app",