Skip to content

Commit

Permalink
chore: release v1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Aug 2, 2024
1 parent dc2b88f commit 20cf200
Show file tree
Hide file tree
Showing 12 changed files with 86 additions and 18 deletions.
4 changes: 4 additions & 0 deletions 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.1](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2024-08-02)

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

## 1.0.0-alpha.0 (2024-08-01)

**Note:** Version bump only for package @monorepo/uni-types
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.0",
"version": "1.0.0-alpha.1",
"npmClient": "pnpm",
"packages": [
"packages/*",
Expand Down
4 changes: 4 additions & 0 deletions packages/uni-app-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.1](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2024-08-02)

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

## 1.0.0-alpha.0 (2024-08-01)

**Note:** Version bump only for package @uni-helper/uni-app-types
18 changes: 14 additions & 4 deletions packages/uni-app-types/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "@uni-helper/uni-app-types",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "为 uni-app 组件提供 TypeScript 类型",
"keywords": ["uni-app", "uniapp", "types", "type"],
"keywords": [
"uni-app",
"uniapp",
"types",
"type"
],
"homepage": "https://github.com/uni-helper/uni-types/tree/main/packages/uni-app-types",
"bugs": {
"url": "https://github.com/uni-helper/uni-types/issues"
Expand Down Expand Up @@ -44,10 +49,15 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/*", "./dist/index.d.ts"]
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"prepublishOnly": "pnpm build",
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.1](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2024-08-02)

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

## 1.0.0-alpha.0 (2024-08-01)

**Note:** Version bump only for package @uni-helper/uni-cloud-types
20 changes: 16 additions & 4 deletions packages/uni-cloud-types/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "@uni-helper/uni-cloud-types",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "为 uni-cloud 组件提供 TypeScript 类型",
"keywords": ["uni-app", "uniapp", "uni-cloud", "unicloud", "types", "type"],
"keywords": [
"uni-app",
"uniapp",
"uni-cloud",
"unicloud",
"types",
"type"
],
"homepage": "https://github.com/uni-helper/uni-types/tree/main/packages/uni-cloud-types",
"bugs": {
"url": "https://github.com/uni-helper/uni-types/issues"
Expand Down Expand Up @@ -34,10 +41,15 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/*", "./dist/index.d.ts"]
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"prepublishOnly": "pnpm build",
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.1](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2024-08-02)

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

## 1.0.0-alpha.0 (2024-08-01)

**Note:** Version bump only for package @uni-helper/uni-types
18 changes: 14 additions & 4 deletions packages/uni-types/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
{
"name": "@uni-helper/uni-types",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "为 uni-app 组件、uni-ui 组件和 uni-cloud 组件提供 TypeScript 类型",
"keywords": ["uni-app", "uniapp", "types", "type"],
"keywords": [
"uni-app",
"uniapp",
"types",
"type"
],
"homepage": "https://github.com/uni-helper/uni-types/tree/main/packages/uni-types",
"bugs": {
"url": "https://github.com/uni-helper/uni-types/issues"
Expand Down Expand Up @@ -44,10 +49,15 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/*", "./dist/index.d.ts"]
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"prepublishOnly": "pnpm build",
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.1](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2024-08-02)

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

## 1.0.0-alpha.0 (2024-08-01)

**Note:** Version bump only for package @uni-helper/uni-ui-types
20 changes: 16 additions & 4 deletions packages/uni-ui-types/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "@uni-helper/uni-ui-types",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "为 uni-ui 组件提供 TypeScript 类型",
"keywords": ["uni-app", "uniapp", "uni-ui", "uniui", "types", "type"],
"keywords": [
"uni-app",
"uniapp",
"uni-ui",
"uniui",
"types",
"type"
],
"homepage": "https://github.com/uni-helper/uni-types/tree/main/packages/uni-ui-types",
"bugs": {
"url": "https://github.com/uni-helper/uni-types/issues"
Expand Down Expand Up @@ -34,10 +41,15 @@
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": ["./dist/*", "./dist/index.d.ts"]
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"prepublishOnly": "pnpm build",
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.1](https://github.com/uni-helper/uni-types/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2024-08-02)

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

## 1.0.0-alpha.0 (2024-08-01)

**Note:** Version bump only for package uni-preset-vue
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.0",
"version": "1.0.0-alpha.1",
"private": true,
"scripts": {
"build:app": "uni build -p app",
Expand Down

0 comments on commit 20cf200

Please sign in to comment.