Skip to content

Commit

Permalink
chore: release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang-Wei-666 committed Aug 20, 2024
1 parent be97591 commit 3145cd1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## [Unreleased]

## [v2.3.0]
- 📅 2024-08-20
- 🌟 [@mixte/use] 方法 `useRequest` 新增 `reset` 方法, 用于重置请求到初始状态

## [v2.2.0]
Expand Down Expand Up @@ -100,7 +103,8 @@ CHANGELOG 图标规范
<hr>
<br>

[Unreleased]: https://github.com/MoomFE/mixte/compare/v2.2.0...HEAD
[Unreleased]: https://github.com/MoomFE/mixte/compare/v2.3.0...HEAD
[v2.3.0]: https://github.com/MoomFE/mixte/releases/tag/v2.3.0
[v2.2.0]: https://github.com/MoomFE/mixte/releases/tag/v2.2.0
[v2.1.0]: https://github.com/MoomFE/mixte/releases/tag/v2.1.0
[v2.0.3]: https://github.com/MoomFE/mixte/releases/tag/v2.0.3
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.2.0",
"version": "2.3.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.2.0",
"version": "2.3.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.2.0",
"version": "2.3.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.2.0",
"version": "2.3.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.2.0",
"version": "2.3.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.2.0",
"version": "2.3.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 3145cd1

Please sign in to comment.