Skip to content

Commit 88687ef

Browse files
authored
Merge pull request #354 from uozi-tech/changeset-release/main
Version Packages
2 parents 51a58cb + b2ab106 commit 88687ef

12 files changed

Lines changed: 36 additions & 20 deletions

File tree

.changeset/49904db1.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/clear-breads-cover.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/create-uozi-admin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @uozi-admin/create-admin
22

3+
## 1.4.36
4+
5+
### Patch Changes
6+
7+
- [#353](https://github.com/uozi-tech/admin-kit/pull/353) [`c8b4f9b`](https://github.com/uozi-tech/admin-kit/commit/c8b4f9b32303d0a85f3d58892233ccb15703aeb3) Thanks [@github-actions](https://github.com/apps/github-actions)! - Update template dependencies:
8+
- @uozi-admin/curd@^4.5.3
9+
310
## 1.4.35
411

512
### Patch Changes

packages/create-uozi-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-uozi-admin",
3-
"version": "1.4.35",
3+
"version": "1.4.36",
44
"description": "",
55
"keywords": [],
66
"type": "module",

packages/curd/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @uozi-admin/curd
22

3+
## 4.5.4
4+
5+
### Patch Changes
6+
7+
- [`51a58cb`](https://github.com/uozi-tech/admin-kit/commit/51a58cbb7c9aee902bed2bb566b6f61c72c8bbe8) Thanks [@akinoccc](https://github.com/akinoccc)! - fix(package): add "types" field to package.json for type definitions
8+
39
## 4.5.3
410

511
### Patch Changes

packages/curd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uozi-admin/curd",
3-
"version": "4.5.3",
3+
"version": "4.5.4",
44
"description": "Easy to implement curd.",
55
"type": "module",
66
"main": "src/index.ts",

packages/layout-antdv/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @uozi-admin/layout-antdv
22

3+
## 1.2.9
4+
5+
### Patch Changes
6+
7+
- [`51a58cb`](https://github.com/uozi-tech/admin-kit/commit/51a58cbb7c9aee902bed2bb566b6f61c72c8bbe8) Thanks [@akinoccc](https://github.com/akinoccc)! - fix(package): add "types" field to package.json for type definitions
8+
39
## 1.2.8
410

511
### Patch Changes

packages/layout-antdv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uozi-admin/layout-antdv",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"description": "Easy to implement admin layout",
55
"type": "module",
66
"main": "src/index.ts",

packages/request/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @uozi-admin/request
22

3+
## 2.8.2
4+
5+
### Patch Changes
6+
7+
- [`51a58cb`](https://github.com/uozi-tech/admin-kit/commit/51a58cbb7c9aee902bed2bb566b6f61c72c8bbe8) Thanks [@akinoccc](https://github.com/akinoccc)! - fix(package): add "types" field to package.json for type definitions
8+
39
## 2.8.1
410

511
### Patch Changes

packages/request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uozi-admin/request",
3-
"version": "2.8.1",
3+
"version": "2.8.2",
44
"description": "Easy to create curd request functions.",
55
"main": "src/index.ts",
66
"files": [

0 commit comments

Comments
 (0)