Skip to content

Commit 8909996

Browse files
committed
chore: release v1.0.0-alpha.6
1 parent 3ed358f commit 8909996

File tree

12 files changed

+42
-6
lines changed

12 files changed

+42
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.6](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-11-06)
7+
8+
### Bug Fixes
9+
10+
* add CommonProps, close https://github.com/uni-helper/uni-typed/issues/22 ([3ed358f](https://github.com/uni-helper/uni-typed/commit/3ed358ffd6ae5f02354f7fbb6cc51160e0ea394e)) - by @
11+
* CameraFlash torch option ([#23](https://github.com/uni-helper/uni-typed/issues/23)) ([aa87524](https://github.com/uni-helper/uni-typed/commit/aa87524555225bfc3d176722bb2a826e92a49207)) - by @wtto00
12+
* fix tsdocs ([#21](https://github.com/uni-helper/uni-typed/issues/21)) ([fc0877a](https://github.com/uni-helper/uni-typed/commit/fc0877a5dad635e7bfd2f984e51a19ca2c34acb1)) - by @FliPPeDround
13+
614
## [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)
715

816
### Bug Fixes

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.5",
3+
"version": "1.0.0-alpha.6",
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.6](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-11-06)
7+
8+
**Note:** Version bump only for package @uni-helper/uni-app-components
9+
610
## [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)
711

812
**Note:** Version bump only for package @uni-helper/uni-app-components

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.5",
3+
"version": "1.0.0-alpha.6",
44
"description": "WIP 带有 TypeScript 类型的 uni-app 组件",
55
"keywords": [
66
"uni-app",

packages/uni-app-types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.6](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-11-06)
7+
8+
### Bug Fixes
9+
10+
* add CommonProps, close https://github.com/uni-helper/uni-typed/issues/22 ([3ed358f](https://github.com/uni-helper/uni-typed/commit/3ed358ffd6ae5f02354f7fbb6cc51160e0ea394e)) - by @
11+
* CameraFlash torch option ([#23](https://github.com/uni-helper/uni-typed/issues/23)) ([aa87524](https://github.com/uni-helper/uni-typed/commit/aa87524555225bfc3d176722bb2a826e92a49207)) - by @wtto00
12+
* fix tsdocs ([#21](https://github.com/uni-helper/uni-typed/issues/21)) ([fc0877a](https://github.com/uni-helper/uni-typed/commit/fc0877a5dad635e7bfd2f984e51a19ca2c34acb1)) - by @FliPPeDround
13+
614
## [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)
715

816
**Note:** Version bump only for package @uni-helper/uni-app-types

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.5",
3+
"version": "1.0.0-alpha.6",
44
"description": "为 uni-app 组件提供 TypeScript 类型",
55
"keywords": [
66
"uni-app",

packages/uni-cloud-types/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.6](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-11-06)
7+
8+
### Bug Fixes
9+
10+
* fix tsdocs ([#21](https://github.com/uni-helper/uni-typed/issues/21)) ([fc0877a](https://github.com/uni-helper/uni-typed/commit/fc0877a5dad635e7bfd2f984e51a19ca2c34acb1)) - by @FliPPeDround
11+
612
## [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)
713

814
**Note:** Version bump only for package @uni-helper/uni-cloud-types

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.5",
3+
"version": "1.0.0-alpha.6",
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.6](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2024-11-06)
7+
8+
**Note:** Version bump only for package @uni-helper/uni-types
9+
610
## [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)
711

812
**Note:** Version bump only for package @uni-helper/uni-types

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.5",
3+
"version": "1.0.0-alpha.6",
44
"description": "为 uni-app、uni-cloud 和 uni-ui 组件提供 TypeScript 类型",
55
"keywords": [
66
"uni-app",

0 commit comments

Comments
 (0)