Skip to content

Commit

Permalink
Merge pull request #29 from uozi-tech/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
akinoccc authored Jan 11, 2025
2 parents 21deaf7 + b109777 commit 425ed7c
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-shirts-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-trains-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-zoos-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-actors-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-feet-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-bugs-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-badgers-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-falcons-knock.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/create-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @uozi-admin/create-admin

## 0.1.0

### Minor Changes

- [#28](https://github.com/uozi-tech/admin-kit/pull/28) [`1d743cc`](https://github.com/uozi-tech/admin-kit/commit/1d743ccfc8fc03d86373b38bd630e80a3a7c58d8) Thanks [@akinoccc](https://github.com/akinoccc)! - feat(create-admin): moving unocss as external deps

- [#28](https://github.com/uozi-tech/admin-kit/pull/28) [`c8a463b`](https://github.com/uozi-tech/admin-kit/commit/c8a463b714ca70e1b880dfb5174a677a04635a04) Thanks [@akinoccc](https://github.com/akinoccc)! - feat: upgrade deps of template

### Patch Changes

- [#28](https://github.com/uozi-tech/admin-kit/pull/28) [`68fcafb`](https://github.com/uozi-tech/admin-kit/commit/68fcafb05db23563ba7b96fda85be0ea49e38936) Thanks [@akinoccc](https://github.com/akinoccc)! - fix: incorrect bin script

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-uozi-admin",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"keywords": [],
"type": "module",
Expand Down Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@types/minimist": "^1.2.5",
"@types/prompts": "^2.4.9",
"@uozi-admin/shared-config": "0.1.3",
"@uozi-admin/shared-config": "0.4.0",
"unbuild": "^3.0.0-rc.11"
}
}
12 changes: 12 additions & 0 deletions packages/curd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @uozi-admin/curd

## 1.0.0

### Major Changes

- [#28](https://github.com/uozi-tech/admin-kit/pull/28) [`4bdd974`](https://github.com/uozi-tech/admin-kit/commit/4bdd97411431ff4df2cc3b0db77727bed0a07f20) Thanks [@akinoccc](https://github.com/akinoccc)! - refactor: rename curd api key

### Patch Changes

- [#28](https://github.com/uozi-tech/admin-kit/pull/28) [`f897ba8`](https://github.com/uozi-tech/admin-kit/commit/f897ba8102e0ba7e5175327c0922e59a627232eb) Thanks [@akinoccc](https://github.com/akinoccc)! - fix: [switch] v-model warning

- [#28](https://github.com/uozi-tech/admin-kit/pull/28) [`9706e81`](https://github.com/uozi-tech/admin-kit/commit/9706e81c4df0d1c59d22427f017c89b18ef95476) Thanks [@akinoccc](https://github.com/akinoccc)! - fix: incorrect emit event name

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/curd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uozi-admin/curd",
"version": "0.0.5",
"version": "1.0.0",
"description": "Easy to implement curd.",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/request/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @uozi-admin/request

## 1.0.0

### Major Changes

- [#28](https://github.com/uozi-tech/admin-kit/pull/28) [`12a3ac8`](https://github.com/uozi-tech/admin-kit/commit/12a3ac8392a14cc6812ab2ef12fa440d672b11f2) Thanks [@akinoccc](https://github.com/akinoccc)! - refactor: deprecate curd class

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/request/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uozi-admin/request",
"version": "0.1.2",
"version": "1.0.0",
"description": "Easy to create curd request functions.",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @uozi-admin/shared-config

## 0.4.0

### Minor Changes

- [#28](https://github.com/uozi-tech/admin-kit/pull/28) [`1d743cc`](https://github.com/uozi-tech/admin-kit/commit/1d743ccfc8fc03d86373b38bd630e80a3a7c58d8) Thanks [@akinoccc](https://github.com/akinoccc)! - feat(shared-config): moving unocss as external deps

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uozi-admin/shared-config",
"version": "0.3.0",
"version": "0.4.0",
"description": "Easy to configure your admin apps",
"keywords": [
"uozi-admin",
Expand Down

0 comments on commit 425ed7c

Please sign in to comment.