Skip to content

Commit e59bdb7

Browse files
committed
chore: release v1.0.0-alpha.5
1 parent 571c947 commit e59bdb7

File tree

12 files changed

+34
-6
lines changed

12 files changed

+34
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
### Bug Fixes
9+
10+
* **uut:** 补充 UniIcons 类型 ([c688b7f](https://github.com/uni-helper/uni-typed/commit/c688b7f200f05b87d48441bf7cbae2001a64a2cb)) - by @
11+
612
## [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)
713

814
### ⚠ BREAKING CHANGES

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"npmClient": "pnpm",
55
"packages": [
66
"packages/*"

packages/uni-app-components/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
**Note:** Version bump only for package @uni-helper/uni-app-components
9+
610
## [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)
711

812
### ⚠ BREAKING CHANGES

packages/uni-app-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uni-helper/uni-app-components",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "WIP 带有 TypeScript 类型的 uni-app 组件",
55
"keywords": [
66
"uni-app",

packages/uni-app-types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
**Note:** Version bump only for package @uni-helper/uni-app-types
9+
610
## [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)
711

812
### Bug Fixes

packages/uni-app-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uni-helper/uni-app-types",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "为 uni-app 组件提供 TypeScript 类型",
55
"keywords": [
66
"uni-app",

packages/uni-cloud-types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
**Note:** Version bump only for package @uni-helper/uni-cloud-types
9+
610
## [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)
711

812
### Bug Fixes

packages/uni-cloud-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uni-helper/uni-cloud-types",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "为 uni-cloud 组件提供 TypeScript 类型",
55
"keywords": [
66
"uni-app",

packages/uni-types/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
**Note:** Version bump only for package @uni-helper/uni-types
9+
610
## [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)
711

812
### Bug Fixes

packages/uni-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uni-helper/uni-types",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "为 uni-app、uni-cloud 和 uni-ui 组件提供 TypeScript 类型",
55
"keywords": [
66
"uni-app",

0 commit comments

Comments
 (0)