Skip to content

Commit 049ba59

Browse files
Version Packages (#164)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 28a4e2e commit 049ba59

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

.changeset/green-berries-fail.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @enalmada/nextui-admin
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- 28a4e2e: update to next-themes
8+
39
## 0.1.6
410

511
### Patch Changes

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enalmada/nextui-admin",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"scripts": {
55
"build": "bun build:clear && bun build:script && bun build:declaration",
66
"build:clear": "rm -rf dist",
@@ -44,7 +44,9 @@
4444
"types": "dist/index.d.ts",
4545
"author": "Adam Lane",
4646
"description": "nextui admin components",
47-
"keywords": ["nextui admin"],
47+
"keywords": [
48+
"nextui admin"
49+
],
4850
"license": "MIT",
4951
"bugs": {
5052
"url": "https://github.com/Enalmada/nextui-admin/issues"
@@ -60,5 +62,7 @@
6062
},
6163
"type": "module",
6264
"packageManager": "[email protected]",
63-
"trustedDependencies": ["@biomejs/biome"]
65+
"trustedDependencies": [
66+
"@biomejs/biome"
67+
]
6468
}

0 commit comments

Comments
 (0)