Skip to content

Commit

Permalink
feat: v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Sep 5, 2023
1 parent a7cee60 commit a141103
Show file tree
Hide file tree
Showing 6 changed files with 951 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

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

### 2.4.0 (2023-09-06)

- Add comment calendar in Dashboard
- Add article new language type `mix`

### 2.2.0 (2023-07-22)

- Remove Google Analytics Card, becauese ['The new GA4 properties can only be used from the Analytics Data API'](https://stackoverflow.com/questions/64571852/does-the-google-analytics-embed-api-support-the-new-ga4-properties)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "veact-admin",
"version": "2.3.0",
"version": "2.4.0",
"author": "Surmon",
"license": "MIT",
"repository": {
Expand Down
5 changes: 4 additions & 1 deletion public/__demo__/index.js
Expand Up @@ -61,7 +61,10 @@ window.__axiosAdapter = (config) => {
get: () => ensureJSON('tag')
},
'/comment': {
get: () => ensureJSON('comment')
get: () => ensureJSON('comment/list')
},
'/comment/calendar': {
get: () => ensureJSON('comment/calendar')
},
'/disqus/config': {
get: () => ensureJSON('disqus/config')
Expand Down

0 comments on commit a141103

Please sign in to comment.