From 998a11630110c7b27e370af32a9296ed55706657 Mon Sep 17 00:00:00 2001 From: caixw Date: Sun, 26 Jan 2025 18:11:58 +0800 Subject: [PATCH] chore: v0.8.5 --- admin/package.json | 2 +- admin/src/components/dialog/dialog.tsx | 2 +- cmd/admin/package.json | 4 ++-- cmfx/cmfx.go | 2 +- package-lock.json | 10 +++++----- package.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/admin/package.json b/admin/package.json index d3af005..07cd8b3 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,6 +1,6 @@ { "name": "@cmfx/admin", - "version": "0.8.4", + "version": "0.8.5", "type": "module", "description": "适用于 cmfx 的后台管理框架", "author": { diff --git a/admin/src/components/dialog/dialog.tsx b/admin/src/components/dialog/dialog.tsx index 123786b..96b9dfd 100644 --- a/admin/src/components/dialog/dialog.tsx +++ b/admin/src/components/dialog/dialog.tsx @@ -7,7 +7,7 @@ import { JSX, onCleanup, onMount, Show } from 'solid-js'; import { BaseProps } from '@/components/base'; import { Button } from '@/components/button'; import { useApp } from '@/components/context'; -import { Icon } from '../icon'; +import { Icon } from '@/components/icon'; /** * {@link Props#actions} 元素中的点击事件 diff --git a/cmd/admin/package.json b/cmd/admin/package.json index 8327592..67a2daa 100644 --- a/cmd/admin/package.json +++ b/cmd/admin/package.json @@ -1,6 +1,6 @@ { "name": "@cmfx/admin-demo", - "version": "0.8.4", + "version": "0.8.5", "type": "module", "author": { "name": "caixw", @@ -22,7 +22,7 @@ }, "dependencies": { "@solidjs/router": "^0.15.3", - "@cmfx/admin": "0.8.4", + "@cmfx/admin": "0.8.5", "solid-js": "^1.9.4" }, "devDependencies": { diff --git a/cmfx/cmfx.go b/cmfx/cmfx.go index b6fae8f..a1f91d7 100644 --- a/cmfx/cmfx.go +++ b/cmfx/cmfx.go @@ -15,7 +15,7 @@ import ( ) // Version 表示当前框架的版本 -const Version = "0.8.4" +const Version = "0.8.5" // 400 const ( diff --git a/package-lock.json b/package-lock.json index 5d7d1a4..31e6646 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cmfx/admin-eslint", - "version": "0.8.4", + "version": "0.8.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cmfx/admin-eslint", - "version": "0.8.4", + "version": "0.8.5", "license": "MIT", "workspaces": [ "cmd/admin", @@ -21,7 +21,7 @@ }, "admin": { "name": "@cmfx/admin", - "version": "0.8.4", + "version": "0.8.5", "license": "MIT", "dependencies": { "@formatjs/intl-durationformat": "^0.7.2", @@ -56,10 +56,10 @@ }, "cmd/admin": { "name": "@cmfx/admin-demo", - "version": "0.8.4", + "version": "0.8.5", "license": "MIT", "dependencies": { - "@cmfx/admin": "0.8.4", + "@cmfx/admin": "0.8.5", "@solidjs/router": "^0.15.3", "solid-js": "^1.9.4" }, diff --git a/package.json b/package.json index 39a0b9d..c68c075 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cmfx/admin-eslint", - "version": "0.8.4", + "version": "0.8.5", "type": "module", "private": true, "author": {