From e59bdb7e287150e157debb8e4bc09599bf673ce0 Mon Sep 17 00:00:00 2001 From: Rui Wu Date: Thu, 17 Oct 2024 19:07:43 +0800 Subject: [PATCH] chore: release v1.0.0-alpha.5 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/uni-app-components/CHANGELOG.md | 4 ++++ packages/uni-app-components/package.json | 2 +- packages/uni-app-types/CHANGELOG.md | 4 ++++ 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 | 6 ++++++ packages/uni-ui-types/package.json | 2 +- 12 files changed, 34 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de49f7a..dfcd984 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.5](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2024-10-17) + +### Bug Fixes + +* **uut:** 补充 UniIcons 类型 ([c688b7f](https://github.com/uni-helper/uni-typed/commit/c688b7f200f05b87d48441bf7cbae2001a64a2cb)) - by @ + ## [1.0.0-alpha.4](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-09-10) ### ⚠ BREAKING CHANGES diff --git a/lerna.json b/lerna.json index ca85189..dee7eaf 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.4", + "version": "1.0.0-alpha.5", "npmClient": "pnpm", "packages": [ "packages/*" diff --git a/packages/uni-app-components/CHANGELOG.md b/packages/uni-app-components/CHANGELOG.md index c028d6f..b41aed5 100644 --- a/packages/uni-app-components/CHANGELOG.md +++ b/packages/uni-app-components/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.5](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2024-10-17) + +**Note:** Version bump only for package @uni-helper/uni-app-components + ## [1.0.0-alpha.4](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-09-10) ### ⚠ BREAKING CHANGES diff --git a/packages/uni-app-components/package.json b/packages/uni-app-components/package.json index 72ae938..a39fffb 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": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "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 5f8c8ee..313ee70 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.5](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2024-10-17) + +**Note:** Version bump only for package @uni-helper/uni-app-types + ## [1.0.0-alpha.4](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-09-10) ### Bug Fixes diff --git a/packages/uni-app-types/package.json b/packages/uni-app-types/package.json index 7cfa862..b0a3a18 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.4", + "version": "1.0.0-alpha.5", "description": "为 uni-app 组件提供 TypeScript 类型", "keywords": [ "uni-app", diff --git a/packages/uni-cloud-types/CHANGELOG.md b/packages/uni-cloud-types/CHANGELOG.md index 987d1ed..b39fc5a 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.5](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2024-10-17) + +**Note:** Version bump only for package @uni-helper/uni-cloud-types + ## [1.0.0-alpha.4](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-09-10) ### Bug Fixes diff --git a/packages/uni-cloud-types/package.json b/packages/uni-cloud-types/package.json index 19a003e..32685a2 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.4", + "version": "1.0.0-alpha.5", "description": "为 uni-cloud 组件提供 TypeScript 类型", "keywords": [ "uni-app", diff --git a/packages/uni-types/CHANGELOG.md b/packages/uni-types/CHANGELOG.md index d3e56e3..3e490d0 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.5](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2024-10-17) + +**Note:** Version bump only for package @uni-helper/uni-types + ## [1.0.0-alpha.4](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-09-10) ### Bug Fixes diff --git a/packages/uni-types/package.json b/packages/uni-types/package.json index 72d2eec..bc8d2e9 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.4", + "version": "1.0.0-alpha.5", "description": "为 uni-app、uni-cloud 和 uni-ui 组件提供 TypeScript 类型", "keywords": [ "uni-app", diff --git a/packages/uni-ui-types/CHANGELOG.md b/packages/uni-ui-types/CHANGELOG.md index e83a617..dfa4981 100644 --- a/packages/uni-ui-types/CHANGELOG.md +++ b/packages/uni-ui-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.5](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2024-10-17) + +### Bug Fixes + +* **uut:** 补充 UniIcons 类型 ([c688b7f](https://github.com/uni-helper/uni-typed/commit/c688b7f200f05b87d48441bf7cbae2001a64a2cb)) - by @ + ## [1.0.0-alpha.4](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-09-10) ### ⚠ BREAKING CHANGES diff --git a/packages/uni-ui-types/package.json b/packages/uni-ui-types/package.json index 9569ce0..c899133 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.4", + "version": "1.0.0-alpha.5", "description": "为 uni-ui 组件提供 TypeScript 类型", "keywords": [ "uni-app",