Skip to content

Commit

Permalink
chore: release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang-Wei-666 committed Aug 27, 2024
1 parent e808c7c commit 5cfdb38
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 18 deletions.
16 changes: 4 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
## [Unreleased]

## [v2.4.0-beta.3]
## [v2.4.0], [v2.4.0-beta.3], [v2.4.0-beta.2], [v2.4.0-beta.1]
- 📅 2024-08-27
- 🌟 [@mixte/components] 新增 `ListAutoGrid` 组件, 支持 `Vue3``Vue2.7`
- 💄 [@mixte/components] 组件 `AutoGrid` 根节点添加 `mixte-auto-grid` 样式类
- 💄 [@mixte/components] 组件 `ListAutoGrid` 根节点添加 `mixte-list-auto-grid` 样式类
- 💄 [@mixte/components] 使 `ListAutoGrid` 组件拥有更好的类型推导

## [v2.4.0-beta.2]
- 📅 2024-08-26
- 💄 [@mixte/components] 组件 `ListAutoGrid``list` 传参支持传入数值

## [v2.4.0-beta.1]
- 📅 2024-08-22
- 🌟 [@mixte/components] 新增 `ListAutoGrid` 组件, 支持 `Vue2.7``Vue3`

## [v2.3.0]
- 📅 2024-08-20
Expand Down Expand Up @@ -117,7 +108,8 @@ CHANGELOG 图标规范
<hr>
<br>

[Unreleased]: https://github.com/MoomFE/mixte/compare/v2.4.0-beta.3...HEAD
[Unreleased]: https://github.com/MoomFE/mixte/compare/v2.4.0...HEAD
[v2.4.0]: https://github.com/MoomFE/mixte/releases/tag/v2.4.0
[v2.4.0-beta.3]: https://github.com/MoomFE/mixte/releases/tag/v2.4.0-beta.3
[v2.4.0-beta.2]: https://github.com/MoomFE/mixte/releases/tag/v2.4.0-beta.2
[v2.4.0-beta.1]: https://github.com/MoomFE/mixte/releases/tag/v2.4.0-beta.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mixte/monorepo",
"type": "module",
"version": "2.4.0-beta.3",
"version": "2.4.0",
"private": true,
"packageManager": "pnpm@9.6.0",
"description": "实用工具函数/Vue 组合式函数/工具向 Vue 组件/常用校验函数/一些代码片段 - Utilities/Vue composable/Vue utility components/Validator/Code snippet",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mixte/components",
"type": "module",
"version": "2.4.0-beta.3",
"version": "2.4.0",
"author": "Wei Zhang <https://github.com/Zhang-Wei-666>",
"license": "MIT",
"homepage": "https://github.com/MoomFE/mixte#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/mixte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mixte",
"type": "module",
"version": "2.4.0-beta.3",
"version": "2.4.0",
"author": "Wei Zhang <https://github.com/Zhang-Wei-666>",
"license": "MIT",
"homepage": "https://github.com/MoomFE/mixte#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/snippets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mixte/snippets",
"type": "module",
"version": "2.4.0-beta.3",
"version": "2.4.0",
"author": "Wei Zhang <https://github.com/Zhang-Wei-666>",
"license": "MIT",
"homepage": "https://github.com/MoomFE/mixte#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/use/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mixte/use",
"type": "module",
"version": "2.4.0-beta.3",
"version": "2.4.0",
"author": "Wei Zhang <https://github.com/Zhang-Wei-666>",
"license": "MIT",
"homepage": "https://github.com/MoomFE/mixte#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mixte/validator",
"type": "module",
"version": "2.4.0-beta.3",
"version": "2.4.0",
"author": "Wei Zhang <https://github.com/Zhang-Wei-666>",
"license": "MIT",
"homepage": "https://github.com/MoomFE/mixte#readme",
Expand Down

0 comments on commit 5cfdb38

Please sign in to comment.