Skip to content

Commit

Permalink
chore: v0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
caixw committed Dec 9, 2024
1 parent 8e51799 commit 02d9b37
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 55 deletions.
8 changes: 4 additions & 4 deletions admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmfx/admin",
"version": "0.7.7",
"version": "0.7.8",
"type": "module",
"description": "适用于 cmfx 的后台管理框架",
"author": {
Expand Down Expand Up @@ -98,12 +98,12 @@
"test": "vitest --coverage.enabled true"
},
"dependencies": {
"@formatjs/intl-durationformat": "^0.6.4",
"@formatjs/intl-localematcher": "^0.5.8",
"@formatjs/intl-durationformat": "^0.6.5",
"@formatjs/intl-localematcher": "^0.5.9",
"@solidjs/router": "^0.15.1",
"bowser": "^2.11.0",
"echarts": "^5.5.1",
"intl-messageformat": "^10.7.7",
"intl-messageformat": "^10.7.10",
"material-symbols": "^0.27.2",
"quill": "^2.0.3",
"solid-js": "^1.9.3",
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.7.7",
"version": "0.7.8",
"type": "module",
"author": {
"name": "caixw",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@solidjs/router": "^0.15.1",
"@cmfx/admin": "0.7.7",
"@cmfx/admin": "0.7.8",
"solid-js": "^1.9.3"
},
"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.7.7"
const Version = "0.7.8"

// 400
const (
Expand Down
173 changes: 127 additions & 46 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cmfx/admin-eslint",
"version": "0.7.7",
"version": "0.7.8",
"type": "module",
"private": true,
"author": {
Expand All @@ -24,7 +24,7 @@
"lint": "eslint"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^2.11.0",
"@stylistic/eslint-plugin-ts": "^2.12.0",
"eslint": "^9.16.0",
"globals": "^15.13.0",
"typescript-eslint": "^8.17.0"
Expand Down

0 comments on commit 02d9b37

Please sign in to comment.