From 91ea9e023dced56d4f7b474af149b6dd2981a923 Mon Sep 17 00:00:00 2001 From: Rui Wu Date: Wed, 7 Aug 2024 14:49:19 +0800 Subject: [PATCH] chore: release v1.0.0-alpha.3 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/uni-app-components/CHANGELOG.md | 8 ++++++++ packages/uni-app-components/package.json | 2 +- packages/uni-app-types/CHANGELOG.md | 6 ++++++ packages/uni-app-types/package.json | 2 +- packages/uni-cloud-types/CHANGELOG.md | 4 ++++ packages/uni-cloud-types/package.json | 2 +- packages/uni-types/CHANGELOG.md | 4 ++++ packages/uni-types/package.json | 2 +- packages/uni-ui-types/CHANGELOG.md | 4 ++++ packages/uni-ui-types/package.json | 2 +- playground/CHANGELOG.md | 4 ++++ playground/package.json | 2 +- 14 files changed, 43 insertions(+), 7 deletions(-) create mode 100644 packages/uni-app-components/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 933acc4..499d51d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ 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.3](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07) + +### Bug Fixes + +* **uni-app-types:** fix onInput types ([57dedec](https://github.com/uni-helper/uni-types/commit/57dedec513e43a1c807ef6badb00bea68a465b14)) - by @ + ## [1.0.0-alpha.2](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-08-06) ### ⚠ BREAKING CHANGES diff --git a/lerna.json b/lerna.json index 653b6fe..4a34d9f 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.2", + "version": "1.0.0-alpha.3", "npmClient": "pnpm", "packages": [ "packages/*", diff --git a/packages/uni-app-components/CHANGELOG.md b/packages/uni-app-components/CHANGELOG.md new file mode 100644 index 0000000..4e364a5 --- /dev/null +++ b/packages/uni-app-components/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +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.3](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07) + +**Note:** Version bump only for package @uni-helper/uni-app-components diff --git a/packages/uni-app-components/package.json b/packages/uni-app-components/package.json index 46ac5a9..1f4c959 100644 --- a/packages/uni-app-components/package.json +++ b/packages/uni-app-components/package.json @@ -1,6 +1,6 @@ { "name": "@uni-helper/uni-app-components", - "version": "0.0.0", + "version": "1.0.0-alpha.3", "description": "WIP 带有 TypeScript 类型的 uni-app 组件", "keywords": [ "uni-app", diff --git a/packages/uni-app-types/CHANGELOG.md b/packages/uni-app-types/CHANGELOG.md index 8006c57..9c418a7 100644 --- a/packages/uni-app-types/CHANGELOG.md +++ b/packages/uni-app-types/CHANGELOG.md @@ -3,6 +3,12 @@ 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.3](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07) + +### Bug Fixes + +* **uni-app-types:** fix onInput types ([57dedec](https://github.com/uni-helper/uni-types/commit/57dedec513e43a1c807ef6badb00bea68a465b14)) - by @ + ## [1.0.0-alpha.2](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-08-06) ### ⚠ BREAKING CHANGES diff --git a/packages/uni-app-types/package.json b/packages/uni-app-types/package.json index 0c1d1a3..f4ee87d 100644 --- a/packages/uni-app-types/package.json +++ b/packages/uni-app-types/package.json @@ -1,6 +1,6 @@ { "name": "@uni-helper/uni-app-types", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "为 uni-app 组件提供 TypeScript 类型", "keywords": [ "uni-app", diff --git a/packages/uni-cloud-types/CHANGELOG.md b/packages/uni-cloud-types/CHANGELOG.md index 6a11b46..2d360cb 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.3](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07) + +**Note:** Version bump only for package @uni-helper/uni-cloud-types + ## [1.0.0-alpha.2](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-08-06) ### ⚠ BREAKING CHANGES diff --git a/packages/uni-cloud-types/package.json b/packages/uni-cloud-types/package.json index 46c8572..341f14c 100644 --- a/packages/uni-cloud-types/package.json +++ b/packages/uni-cloud-types/package.json @@ -1,6 +1,6 @@ { "name": "@uni-helper/uni-cloud-types", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "为 uni-cloud 组件提供 TypeScript 类型", "keywords": [ "uni-app", diff --git a/packages/uni-types/CHANGELOG.md b/packages/uni-types/CHANGELOG.md index d56203d..d1586de 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.3](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07) + +**Note:** Version bump only for package @uni-helper/uni-types + ## [1.0.0-alpha.2](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-08-06) ### Bug Fixes diff --git a/packages/uni-types/package.json b/packages/uni-types/package.json index fc80e3d..cb9d508 100644 --- a/packages/uni-types/package.json +++ b/packages/uni-types/package.json @@ -1,6 +1,6 @@ { "name": "@uni-helper/uni-types", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "为 uni-app 组件、uni-ui 组件和 uni-cloud 组件提供 TypeScript 类型", "keywords": [ "uni-app", diff --git a/packages/uni-ui-types/CHANGELOG.md b/packages/uni-ui-types/CHANGELOG.md index 4720ced..ad473cf 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.3](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07) + +**Note:** Version bump only for package @uni-helper/uni-ui-types + ## [1.0.0-alpha.2](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-08-06) ### ⚠ BREAKING CHANGES diff --git a/packages/uni-ui-types/package.json b/packages/uni-ui-types/package.json index d6e2ba0..3c15f14 100644 --- a/packages/uni-ui-types/package.json +++ b/packages/uni-ui-types/package.json @@ -1,6 +1,6 @@ { "name": "@uni-helper/uni-ui-types", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "为 uni-ui 组件提供 TypeScript 类型", "keywords": [ "uni-app", diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index ba121dd..c7daa52 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.3](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07) + +**Note:** Version bump only for package uni-preset-vue + ## [1.0.0-alpha.2](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-08-06) **Note:** Version bump only for package uni-preset-vue diff --git a/playground/package.json b/playground/package.json index 68bfb63..dccdcd6 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "uni-preset-vue", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "private": true, "scripts": { "build:app": "uni build -p app",