Skip to content

Commit

Permalink
chore: v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Jan 26, 2025
1 parent 67a696a commit 998a116
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmfx/admin",
"version": "0.8.4",
"version": "0.8.5",
"type": "module",
"description": "适用于 cmfx 的后台管理框架",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion admin/src/components/dialog/dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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} 元素中的点击事件
Expand Down
4 changes: 2 additions & 2 deletions cmd/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmfx/admin-demo",
"version": "0.8.4",
"version": "0.8.5",
"type": "module",
"author": {
"name": "caixw",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion cmfx/cmfx.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

// Version 表示当前框架的版本
const Version = "0.8.4"
const Version = "0.8.5"

// 400
const (
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmfx/admin-eslint",
"version": "0.8.4",
"version": "0.8.5",
"type": "module",
"private": true,
"author": {
Expand Down

0 comments on commit 998a116

Please sign in to comment.