Skip to content

Commit

Permalink
feat: v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Oct 8, 2023
1 parent ca035ae commit cdca876
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 206 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

### 2.6.0 (2023-10-09)

- Add `featured` field in article

### 2.4.0 (2023-09-06)

- Add comment calendar in Dashboard
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "veact-admin",
"version": "2.5.0",
"version": "2.6.0",
"author": "Surmon",
"license": "MIT",
"repository": {
Expand All @@ -20,18 +20,18 @@
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@monaco-editor/react": "^4.5.2",
"@monaco-editor/react": "^4.6.0",
"antd": "^4.24.12",
"axios": "^1.5.0",
"axios": "^1.5.1",
"bezier-easing": "^2.1.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
"dayjs": "^1.11.10",
"highlight.js": "^11.8.0",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
"marked": "^9.0.2",
"marked": "^9.1.0",
"marked-highlight": "^2.0.6",
"monaco-editor": "^0.43.0",
"monaco-editor": "^0.44.0",
"performant-array-to-tree": "^1.11.0",
"query-string": "^8.1.0",
"rc-picker": "2.x",
Expand All @@ -45,21 +45,21 @@
"veact-use": "^0.1.3"
},
"devDependencies": {
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.6",
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.3",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@types/react-transition-group": "^4.4.7",
"@types/ua-parser-js": "^0.7.37",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.49.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"less": "^4.2.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^4.4.11"
}
}
Loading

0 comments on commit cdca876

Please sign in to comment.