Skip to content

Commit 0be9f89

Browse files
committed
chore: release v1.0.0-alpha.4
1 parent 82f4ced commit 0be9f89

File tree

14 files changed

+100
-7
lines changed

14 files changed

+100
-7
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
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.4](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-09-10)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **uut:** remove UniSearchBarOnInputEvent, update UniSearchBarOnInput types
11+
* **uni-app-components:** require vue@^3.4.21 for defineOptions and shorthand v-bind
12+
13+
### Features
14+
15+
* **uac:** add Ad ([8d4d045](https://github.com/uni-helper/uni-typed/commit/8d4d0453e6660c002f06b8433d945d5726582a56)) - by @ModyQyW
16+
* **uac:** add AdInterstitial ([be449b6](https://github.com/uni-helper/uni-typed/commit/be449b6110a8488fbf5b3d759106761b75ae9ca4)) - by @ModyQyW
17+
* **uac:** add AdRewardedVideo ([483bfcc](https://github.com/uni-helper/uni-typed/commit/483bfccd27b2e91b09849a00620ab2d79a3a6022)) - by @ModyQyW
18+
* **uni-app-components:** add AdContentPage ([3bae235](https://github.com/uni-helper/uni-typed/commit/3bae23596f83d2d39f8abf20b820864309676ee9)) - by @ModyQyW
19+
* **uni-app-components:** add AdDraw ([753606a](https://github.com/uni-helper/uni-typed/commit/753606a4dd34e4591234237c40ca70269856300a)) - by @ModyQyW
20+
* **uni-app-components:** add AdFullscreenVideo ([a0919af](https://github.com/uni-helper/uni-typed/commit/a0919afaa8d7bee5c30d3c376d183265a341b659)) - by @ModyQyW
21+
* **uni-app-components:** add AdInteractive ([2e77196](https://github.com/uni-helper/uni-typed/commit/2e771968962bdb932617d5212fc7ba890cd902f1)) - by @ModyQyW
22+
23+
### Bug Fixes
24+
25+
* fix type errors ([f32681e](https://github.com/uni-helper/uni-typed/commit/f32681e64701affed74c3f83debc3feea4b9ec51)) - by @ModyQyW
26+
* loose peerDependencies ([cb6c14b](https://github.com/uni-helper/uni-typed/commit/cb6c14bbbf02e8bd408861e394ab2fd93697ee6b)) - by @ModyQyW
27+
* **uat:** [Ad] better jsdoc styles ([ab2f5c5](https://github.com/uni-helper/uni-typed/commit/ab2f5c56d355c8bdfbc15bfbc131f60e995045eb)) - by @ModyQyW
28+
* **uat:** [AdInterstitial] better jsdoc styles ([0e76de1](https://github.com/uni-helper/uni-typed/commit/0e76de15a0e363868780097866da5582d18d2777)) - by @ModyQyW
29+
* **uat:** [AdRewardedVideo] better jsdoc styles ([1056746](https://github.com/uni-helper/uni-typed/commit/1056746924c60cca2dee02cb6d5fd1a70beb51d8)) - by @ModyQyW
30+
* **uni-app-components:** add missing slot ([4622ba0](https://github.com/uni-helper/uni-typed/commit/4622ba08f46e8ba9aa15e699006ef2122bd5450f)) - by @ModyQyW
31+
* **uni-app-components:** fix template ([590a6f8](https://github.com/uni-helper/uni-typed/commit/590a6f84fb2278e30229f0304bdfbd73eb05a822)) - by @ModyQyW
32+
* **uni-app-components:** require vue@^3.4.21 for defineOptions and shorthand v-bind ([0033f92](https://github.com/uni-helper/uni-typed/commit/0033f92b8ebd839fc78f82019dea5e06473ed67b)) - by @ModyQyW
33+
* **uni-app-types:** [AdContentPage] better jsdoc styles ([794ee03](https://github.com/uni-helper/uni-typed/commit/794ee034e25a583d25297d68ce55a1543d847190)) - by @ModyQyW
34+
* **uni-app-types:** [AdFullScreenVideo] better jsdoc styles ([01222ce](https://github.com/uni-helper/uni-typed/commit/01222ce2ce023858996675aeeebcd56200b8345d)) - by @ModyQyW
35+
* **uut:** remove UniSearchBarOnInputEvent, update UniSearchBarOnInput types ([2e32d7f](https://github.com/uni-helper/uni-typed/commit/2e32d7f9f1218d9364a92db9b24d283370beaf27)) - by @ModyQyW
36+
637
## [1.0.0-alpha.3](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07)
738

839
### 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.3",
3+
"version": "1.0.0-alpha.4",
44
"npmClient": "pnpm",
55
"packages": [
66
"packages/*",

packages/uni-app-components/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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.4](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-09-10)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **uni-app-components:** require vue@^3.4.21 for defineOptions and shorthand v-bind
11+
12+
### Features
13+
14+
* **uac:** add Ad ([8d4d045](https://github.com/uni-helper/uni-typed/commit/8d4d0453e6660c002f06b8433d945d5726582a56)) - by @ModyQyW
15+
* **uac:** add AdInterstitial ([be449b6](https://github.com/uni-helper/uni-typed/commit/be449b6110a8488fbf5b3d759106761b75ae9ca4)) - by @ModyQyW
16+
* **uac:** add AdRewardedVideo ([483bfcc](https://github.com/uni-helper/uni-typed/commit/483bfccd27b2e91b09849a00620ab2d79a3a6022)) - by @ModyQyW
17+
* **uni-app-components:** add AdContentPage ([3bae235](https://github.com/uni-helper/uni-typed/commit/3bae23596f83d2d39f8abf20b820864309676ee9)) - by @ModyQyW
18+
* **uni-app-components:** add AdDraw ([753606a](https://github.com/uni-helper/uni-typed/commit/753606a4dd34e4591234237c40ca70269856300a)) - by @ModyQyW
19+
* **uni-app-components:** add AdFullscreenVideo ([a0919af](https://github.com/uni-helper/uni-typed/commit/a0919afaa8d7bee5c30d3c376d183265a341b659)) - by @ModyQyW
20+
* **uni-app-components:** add AdInteractive ([2e77196](https://github.com/uni-helper/uni-typed/commit/2e771968962bdb932617d5212fc7ba890cd902f1)) - by @ModyQyW
21+
22+
### Bug Fixes
23+
24+
* fix type errors ([f32681e](https://github.com/uni-helper/uni-typed/commit/f32681e64701affed74c3f83debc3feea4b9ec51)) - by @ModyQyW
25+
* loose peerDependencies ([cb6c14b](https://github.com/uni-helper/uni-typed/commit/cb6c14bbbf02e8bd408861e394ab2fd93697ee6b)) - by @ModyQyW
26+
* **uni-app-components:** add missing slot ([4622ba0](https://github.com/uni-helper/uni-typed/commit/4622ba08f46e8ba9aa15e699006ef2122bd5450f)) - by @ModyQyW
27+
* **uni-app-components:** fix template ([590a6f8](https://github.com/uni-helper/uni-typed/commit/590a6f84fb2278e30229f0304bdfbd73eb05a822)) - by @ModyQyW
28+
* **uni-app-components:** require vue@^3.4.21 for defineOptions and shorthand v-bind ([0033f92](https://github.com/uni-helper/uni-typed/commit/0033f92b8ebd839fc78f82019dea5e06473ed67b)) - by @ModyQyW
29+
630
## [1.0.0-alpha.3](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07)
731

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

packages/uni-app-types/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.4](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-09-10)
7+
8+
### Bug Fixes
9+
10+
* loose peerDependencies ([cb6c14b](https://github.com/uni-helper/uni-typed/commit/cb6c14bbbf02e8bd408861e394ab2fd93697ee6b)) - by @ModyQyW
11+
* **uat:** [Ad] better jsdoc styles ([ab2f5c5](https://github.com/uni-helper/uni-typed/commit/ab2f5c56d355c8bdfbc15bfbc131f60e995045eb)) - by @ModyQyW
12+
* **uat:** [AdInterstitial] better jsdoc styles ([0e76de1](https://github.com/uni-helper/uni-typed/commit/0e76de15a0e363868780097866da5582d18d2777)) - by @ModyQyW
13+
* **uat:** [AdRewardedVideo] better jsdoc styles ([1056746](https://github.com/uni-helper/uni-typed/commit/1056746924c60cca2dee02cb6d5fd1a70beb51d8)) - by @ModyQyW
14+
* **uni-app-types:** [AdContentPage] better jsdoc styles ([794ee03](https://github.com/uni-helper/uni-typed/commit/794ee034e25a583d25297d68ce55a1543d847190)) - by @ModyQyW
15+
* **uni-app-types:** [AdFullScreenVideo] better jsdoc styles ([01222ce](https://github.com/uni-helper/uni-typed/commit/01222ce2ce023858996675aeeebcd56200b8345d)) - by @ModyQyW
16+
617
## [1.0.0-alpha.3](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07)
718

819
### 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.3",
3+
"version": "1.0.0-alpha.4",
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.4](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-09-10)
7+
8+
### Bug Fixes
9+
10+
* loose peerDependencies ([cb6c14b](https://github.com/uni-helper/uni-typed/commit/cb6c14bbbf02e8bd408861e394ab2fd93697ee6b)) - by @ModyQyW
11+
612
## [1.0.0-alpha.3](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07)
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.3",
3+
"version": "1.0.0-alpha.4",
44
"description": "为 uni-cloud 组件提供 TypeScript 类型",
55
"keywords": [
66
"uni-app",

packages/uni-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.4](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2024-09-10)
7+
8+
### Bug Fixes
9+
10+
* loose peerDependencies ([cb6c14b](https://github.com/uni-helper/uni-typed/commit/cb6c14bbbf02e8bd408861e394ab2fd93697ee6b)) - by @ModyQyW
11+
612
## [1.0.0-alpha.3](https://github.com/uni-helper/uni-typed/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07)
713

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

0 commit comments

Comments
 (0)