Skip to content

Commit d18f7ab

Browse files
committed
chore: release v1.1.0
1 parent 8fa370b commit d18f7ab

12 files changed

Lines changed: 40 additions & 6 deletions

File tree

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.1.0](https://github.com/uni-helper/uni-typed/compare/v1.0.1...v1.1.0) (2026-06-26)
7+
8+
### Bug Fixes
9+
10+
* **uni-app-types:** align types with official component docs ([ca6add1](https://github.com/uni-helper/uni-typed/commit/ca6add1264cde4d099da627f8bec61261ce1b912)) - by @ModyQyW
11+
* **uni-cloud-types:** add confirm options to unicloud-db update ([774a2d4](https://github.com/uni-helper/uni-typed/commit/774a2d4cb4ed3b6415e1ad470cfa8950c5e9ceef)) - by @ModyQyW
12+
* **uni-ui-types:** align types with official uni-ui docs ([7333f7f](https://github.com/uni-helper/uni-typed/commit/7333f7f591167d0dead31340deb4fe5181b95bc7)) - by @ModyQyW
13+
614
## [1.0.1](https://github.com/uni-helper/uni-typed/compare/v1.0.0...v1.0.1) (2026-05-26)
715

816
**Note:** Version bump only for package monorepo

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.1",
3+
"version": "1.1.0",
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.1.0](https://github.com/uni-helper/uni-typed/compare/v1.0.1...v1.1.0) (2026-06-26)
7+
8+
**Note:** Version bump only for package @uni-helper/uni-app-components
9+
610
## [1.0.1](https://github.com/uni-helper/uni-typed/compare/v1.0.0...v1.0.1) (2026-05-26)
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.1",
3+
"version": "1.1.0",
44
"description": "WIP 带有 TypeScript 类型的 uni-app 组件",
55
"keywords": [
66
"uni-app",

packages/uni-app-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.1.0](https://github.com/uni-helper/uni-typed/compare/v1.0.1...v1.1.0) (2026-06-26)
7+
8+
### Bug Fixes
9+
10+
* **uni-app-types:** align types with official component docs ([ca6add1](https://github.com/uni-helper/uni-typed/commit/ca6add1264cde4d099da627f8bec61261ce1b912)) - by @ModyQyW
11+
612
## [1.0.1](https://github.com/uni-helper/uni-typed/compare/v1.0.0...v1.0.1) (2026-05-26)
713

814
**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.1",
3+
"version": "1.1.0",
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.1.0](https://github.com/uni-helper/uni-typed/compare/v1.0.1...v1.1.0) (2026-06-26)
7+
8+
### Bug Fixes
9+
10+
* **uni-cloud-types:** add confirm options to unicloud-db update ([774a2d4](https://github.com/uni-helper/uni-typed/commit/774a2d4cb4ed3b6415e1ad470cfa8950c5e9ceef)) - by @ModyQyW
11+
612
## [1.0.1](https://github.com/uni-helper/uni-typed/compare/v1.0.0...v1.0.1) (2026-05-26)
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.1",
3+
"version": "1.1.0",
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.1.0](https://github.com/uni-helper/uni-typed/compare/v1.0.1...v1.1.0) (2026-06-26)
7+
8+
**Note:** Version bump only for package @uni-helper/uni-types
9+
610
## [1.0.1](https://github.com/uni-helper/uni-typed/compare/v1.0.0...v1.0.1) (2026-05-26)
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.1",
3+
"version": "1.1.0",
44
"description": "为 uni-app、uni-cloud 和 uni-ui 组件提供 TypeScript 类型",
55
"keywords": [
66
"uni-app",

0 commit comments

Comments
 (0)