Skip to content

Commit

Permalink
chore: release v1.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Aug 7, 2024
1 parent 8583ed0 commit 91ea9e0
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07)

### Bug Fixes

* **uni-app-types:** fix onInput types ([57dedec](https://github.com/uni-helper/uni-types/commit/57dedec513e43a1c807ef6badb00bea68a465b14)) - by @

## [1.0.0-alpha.2](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-08-06)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"npmClient": "pnpm",
"packages": [
"packages/*",
Expand Down
8 changes: 8 additions & 0 deletions packages/uni-app-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.3](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07)

**Note:** Version bump only for package @uni-helper/uni-app-components
2 changes: 1 addition & 1 deletion packages/uni-app-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uni-helper/uni-app-components",
"version": "0.0.0",
"version": "1.0.0-alpha.3",
"description": "WIP 带有 TypeScript 类型的 uni-app 组件",
"keywords": [
"uni-app",
Expand Down
6 changes: 6 additions & 0 deletions packages/uni-app-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07)

### Bug Fixes

* **uni-app-types:** fix onInput types ([57dedec](https://github.com/uni-helper/uni-types/commit/57dedec513e43a1c807ef6badb00bea68a465b14)) - by @

## [1.0.0-alpha.2](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-08-06)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/uni-app-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uni-helper/uni-app-types",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "为 uni-app 组件提供 TypeScript 类型",
"keywords": [
"uni-app",
Expand Down
4 changes: 4 additions & 0 deletions packages/uni-cloud-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07)

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

## [1.0.0-alpha.2](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-08-06)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/uni-cloud-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uni-helper/uni-cloud-types",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "为 uni-cloud 组件提供 TypeScript 类型",
"keywords": [
"uni-app",
Expand Down
4 changes: 4 additions & 0 deletions packages/uni-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07)

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

## [1.0.0-alpha.2](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-08-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/uni-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uni-helper/uni-types",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "为 uni-app 组件、uni-ui 组件和 uni-cloud 组件提供 TypeScript 类型",
"keywords": [
"uni-app",
Expand Down
4 changes: 4 additions & 0 deletions packages/uni-ui-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07)

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

## [1.0.0-alpha.2](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-08-06)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/uni-ui-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uni-helper/uni-ui-types",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "为 uni-ui 组件提供 TypeScript 类型",
"keywords": [
"uni-app",
Expand Down
4 changes: 4 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2024-08-07)

**Note:** Version bump only for package uni-preset-vue

## [1.0.0-alpha.2](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-08-06)

**Note:** Version bump only for package uni-preset-vue
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uni-preset-vue",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"private": true,
"scripts": {
"build:app": "uni build -p app",
Expand Down

0 comments on commit 91ea9e0

Please sign in to comment.