Skip to content

Commit 0315c04

Browse files
committed
Merge remote-tracking branch 'origin/master' into feat/umd
Signed-off-by: Innei <i@innei.in>
2 parents 292bf2e + 5f2eb96 commit 0315c04

File tree

37 files changed

+1896
-1700
lines changed

37 files changed

+1896
-1700
lines changed

CHANGELOG.md

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,98 @@
11
# CHANGELOG
22

3+
## [3.37.7](https://github.com/mx-space/mx-admin/compare/v3.37.6...v3.37.7) (2024-02-07)
4+
5+
6+
### Bug Fixes
7+
8+
* category getter in ManagePostListView ([ca24fce](https://github.com/mx-space/mx-admin/commit/ca24fce7ed09031c27ac80f062127aa8e8c139c0))
9+
10+
11+
12+
## [3.37.6](https://github.com/mx-space/mx-admin/compare/v3.37.5...v3.37.6) (2024-02-04)
13+
14+
15+
### Bug Fixes
16+
17+
* broken lockfile ([11fedb0](https://github.com/mx-space/mx-admin/commit/11fedb044ec2c257d31ce959149529b215e981fe))
18+
19+
20+
21+
## [3.37.5](https://github.com/mx-space/mx-admin/compare/v3.37.4...v3.37.5) (2024-02-04)
22+
23+
24+
### Bug Fixes
25+
26+
* **act:** listen route change and fetch data ([9662368](https://github.com/mx-space/mx-admin/commit/9662368b13a3f03a45d7095cb9742ecc99136468))
27+
28+
29+
30+
## [3.37.4](https://github.com/mx-space/mx-admin/compare/v3.37.3...v3.37.4) (2024-02-03)
31+
32+
33+
### Features
34+
35+
* add file type ([5906f64](https://github.com/mx-space/mx-admin/commit/5906f6479a3013c8ecfdfec4fdde29160c3f79b4))
36+
37+
38+
39+
## [3.37.3](https://github.com/mx-space/mx-admin/compare/v3.37.2...v3.37.3) (2024-02-02)
40+
41+
42+
### Bug Fixes
43+
44+
* api error ([c53a4ad](https://github.com/mx-space/mx-admin/commit/c53a4adb9cc93ec93381ba4f2bf7ed089b471f28))
45+
46+
47+
48+
## [3.37.2](https://github.com/mx-space/mx-admin/compare/v3.37.1...v3.37.2) (2024-02-02)
49+
50+
51+
52+
## [3.37.1](https://github.com/mx-space/mx-admin/compare/v3.37.0...v3.37.1) (2024-02-02)
53+
54+
55+
### Bug Fixes
56+
57+
* log view ([78515b2](https://github.com/mx-space/mx-admin/commit/78515b252075f16316e0d661c6cbc0291cf1518f))
58+
* socket connection ([cbb459b](https://github.com/mx-space/mx-admin/commit/cbb459b6c689641a489cee5e9fccabb73d576944))
59+
60+
61+
### Features
62+
63+
* Update dependencies and add PAGE_PROXY flag ([b68696c](https://github.com/mx-space/mx-admin/commit/b68696c742802b4f90376a2a68ea9bdae2787a82))
64+
65+
66+
67+
# [3.37.0](https://github.com/mx-space/mx-admin/compare/v3.36.3...v3.37.0) (2024-01-31)
68+
69+
70+
### Bug Fixes
71+
72+
* kick session all ([b39bee2](https://github.com/mx-space/mx-admin/commit/b39bee2dd983124ac7ef45fb50a7aa3c4727c99d))
73+
74+
75+
76+
## [3.36.3](https://github.com/mx-space/mx-admin/compare/v3.36.2...v3.36.3) (2024-01-30)
77+
78+
79+
### Bug Fixes
80+
81+
* allow openai in browser ([68183c7](https://github.com/mx-space/mx-admin/commit/68183c70251329e7fd73cb11f1e0d44d5d1c77a7))
82+
* upgrade vue to 3.4 ([4baeaeb](https://github.com/mx-space/mx-admin/commit/4baeaebdb2781ce89854d2a2a35114bfda8f0c87))
83+
* xlog externalUrl ([c56c2bb](https://github.com/mx-space/mx-admin/commit/c56c2bb0adee6220ba068ea14b1a464b6dc07c50))
84+
85+
86+
87+
## [3.36.2](https://github.com/mx-space/mx-admin/compare/v3.36.1...v3.36.2) (2024-01-08)
88+
89+
90+
### Bug Fixes
91+
92+
* attach token in hash mode ([601f9de](https://github.com/mx-space/mx-admin/commit/601f9de171c92e773a3bccfd70e3073d8f5f6e73))
93+
94+
95+
396
## [3.36.1](https://github.com/mx-space/mx-admin/compare/v3.36.0...v3.36.1) (2023-12-28)
497

598

package.json

Lines changed: 122 additions & 126 deletions
Original file line numberDiff line numberDiff line change
@@ -1,128 +1,124 @@
11
{
2-
"name": "mx-admin",
3-
"version": "3.36.1",
4-
"bump": {
5-
"before": [
6-
"git pull --rebase"
7-
],
8-
"changelog": true
9-
},
10-
"scripts": {
11-
"prebuild": "rm -rf dist",
12-
"dev": "NODE_ENV=development vite --mode development --open --host",
13-
"build": "NODE_ENV=production vite build --mode production",
14-
"preview": "vite preview --port 2323",
15-
"lint": "eslint \"src/**/*.{ts,tsx,js,json,vue}\" --fix",
16-
"format": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,ts,css,scss,vue,html,md}\""
17-
},
18-
"dependencies": {
19-
"@antv/g2": "^4.2.10",
20-
"@bytebase/vue-kbar": "0.1.8",
21-
"@codemirror/commands": "6.3.2",
22-
"@codemirror/lang-markdown": "6.2.3",
23-
"@codemirror/language": "6.9.3",
24-
"@codemirror/language-data": "6.3.1",
25-
"@codemirror/state": "6.3.3",
26-
"@codemirror/theme-one-dark": "6.1.2",
27-
"@codemirror/view": "6.22.3",
28-
"@ddietr/codemirror-themes": "1.4.2",
29-
"@huacnlee/autocorrect": "2.9.0",
30-
"@lezer/highlight": "^1.2.0",
31-
"@mx-space/api-client": "1.7.2",
32-
"@simplewebauthn/browser": "8.3.4",
33-
"@types/canvas-confetti": "1.6.4",
34-
"@vicons/antd": "0.12.0",
35-
"@vicons/fa": "0.12.0",
36-
"@vicons/fluent": "0.12.0",
37-
"@vicons/ionicons4": "0.12.0",
38-
"@vicons/ionicons5": "0.12.0",
39-
"@vicons/material": "0.12.0",
40-
"@vicons/tabler": "0.12.0",
41-
"@vicons/utils": "0.1.4",
42-
"@vueuse/core": "10.7.1",
43-
"ansi_up": "6.0.2",
44-
"buffer": "6.0.3",
45-
"camelcase-keys": "9.1.2",
46-
"canvas-confetti": "1.9.2",
47-
"class-transformer": "0.5.1",
48-
"class-validator": "0.14.0",
49-
"crossbell.js": "npm:crossbell@1.9.0",
50-
"date-fns": "3.0.6",
51-
"ejs": "3.1.9",
52-
"event-source-polyfill": "1.0.31",
53-
"highlight.js": "11.9.0",
54-
"js-cookie": "3.0.5",
55-
"js-yaml": "4.1.0",
56-
"json5": "2.2.3",
57-
"lodash-es": "4.17.21",
58-
"markdown-escape": "2.0.0",
59-
"marked": "11.1.0",
60-
"monaco-editor": "0.45.0",
61-
"monaco-editor-auto-typings": "0.4.5",
62-
"naive-ui": "2.36.0",
63-
"octokit": "3.1.2",
64-
"openai": "4.24.1",
65-
"os-browserify": "0.3.0",
66-
"path-browserify": "1.0.1",
67-
"pinia": "2.1.7",
68-
"qier-progress": "1.0.4",
69-
"qs": "6.11.2",
70-
"reflect-metadata": "0.2.1",
71-
"socket.io-client": "4.7.2",
72-
"sortablejs": "1.15.1",
73-
"swrv": "1.0.4",
74-
"umi-request": "1.4.0",
75-
"unidata.js": "0.8.0",
76-
"validator": "13.11.0",
77-
"vite-plugin-windicss": "1.9.3",
78-
"vue": "3.4.3",
79-
"vue-demi": "*",
80-
"vue-router": "4.2.5",
81-
"xss": "1.0.14",
82-
"xterm": "5.3.0",
83-
"xterm-addon-fit": "0.8.0",
84-
"xterm-theme": "1.1.0"
85-
},
86-
"devDependencies": {
87-
"@innei/eslint-config-vue-ts": "0.12.0",
88-
"@innei/prettier": "0.12.0",
89-
"@types/ejs": "3.1.5",
90-
"@types/event-source-polyfill": "1.0.5",
91-
"@types/js-yaml": "4.0.9",
92-
"@types/lodash-es": "4.17.12",
93-
"@types/markdown-escape": "1.1.3",
94-
"@types/qs": "6.9.11",
95-
"@types/sortablejs": "1.15.7",
96-
"@types/validator": "13.11.7",
97-
"@vitejs/plugin-vue": "5.0.2",
98-
"@vitejs/plugin-vue-jsx": "3.1.0",
99-
"@vue/compiler-sfc": "3.4.3",
100-
"@vueuse/components": "10.7.1",
101-
"@vueuse/shared": "10.7.1",
102-
"cors": "2.8.5",
103-
"eslint": "^8.56.0",
104-
"postcss": "8.4.32",
105-
"postcss-nested": "6.0.1",
106-
"postcss-preset-env": "9.3.0",
107-
"prettier": "3.1.1",
108-
"randomstring": "1.3.0",
109-
"rollup": "^4.9.2",
110-
"rollup-plugin-external-globals": "0.9.1",
111-
"rollup-plugin-visualizer": "5.12.0",
112-
"typescript": "5.3.3",
113-
"unplugin-auto-import": "0.17.3",
114-
"vite": "^4.2.3",
115-
"vite-plugin-checker": "0.6.2",
116-
"vite-plugin-externals": "0.6.2",
117-
"vite-plugin-html": "3.2.1",
118-
"vite-plugin-static-copy": "1.0.0",
119-
"vite-plugin-vue-devtools": "0.5.1",
120-
"vite-plugin-wasm": "3.3.0",
121-
"vite-tsconfig-paths": "4.2.3",
122-
"vue-eslint-parser": "9.3.2",
123-
"windicss": "3.5.6"
124-
},
125-
"resolutions": {
126-
"@bytebase/vue-kbar>@vueuse/core": "^10.7.0"
127-
}
2+
"name": "mx-admin",
3+
"version": "3.37.7",
4+
"bump": {
5+
"before": [
6+
"git pull --rebase"
7+
],
8+
"changelog": true
9+
},
10+
"scripts": {
11+
"prebuild": "rm -rf dist",
12+
"dev": "NODE_ENV=development vite --mode development --open --host",
13+
"build": "NODE_ENV=production vite build --mode production",
14+
"preview": "vite preview --port 2323",
15+
"lint": "eslint \"src/**/*.{ts,tsx,js,json,vue}\" --fix",
16+
"format": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,ts,css,scss,vue,html,md}\""
17+
},
18+
"dependencies": {
19+
"@antv/g2": "^4.2.10",
20+
"@bytebase/vue-kbar": "0.1.8",
21+
"@codemirror/commands": "6.3.3",
22+
"@codemirror/lang-markdown": "6.2.4",
23+
"@codemirror/language": "6.10.0",
24+
"@codemirror/language-data": "6.4.0",
25+
"@codemirror/state": "6.4.0",
26+
"@codemirror/theme-one-dark": "6.1.2",
27+
"@codemirror/view": "6.23.1",
28+
"@ddietr/codemirror-themes": "1.4.2",
29+
"@huacnlee/autocorrect": "2.9.0",
30+
"@lezer/highlight": "^1.2.0",
31+
"@mx-space/api-client": "1.7.2",
32+
"@simplewebauthn/browser": "9.0.1",
33+
"@types/canvas-confetti": "1.6.4",
34+
"@vicons/antd": "0.12.0",
35+
"@vicons/fa": "0.12.0",
36+
"@vicons/fluent": "0.12.0",
37+
"@vicons/ionicons4": "0.12.0",
38+
"@vicons/ionicons5": "0.12.0",
39+
"@vicons/material": "0.12.0",
40+
"@vicons/tabler": "0.12.0",
41+
"@vicons/utils": "0.1.4",
42+
"@vueuse/core": "10.7.2",
43+
"ansi_up": "6.0.2",
44+
"buffer": "6.0.3",
45+
"camelcase-keys": "9.1.3",
46+
"canvas-confetti": "1.9.2",
47+
"class-transformer": "0.5.1",
48+
"class-validator": "0.14.1",
49+
"crossbell.js": "npm:crossbell@1.9.0",
50+
"date-fns": "3.3.1",
51+
"ejs": "3.1.9",
52+
"event-source-polyfill": "1.0.31",
53+
"highlight.js": "11.9.0",
54+
"js-cookie": "3.0.5",
55+
"js-yaml": "4.1.0",
56+
"json5": "2.2.3",
57+
"lodash-es": "4.17.21",
58+
"markdown-escape": "2.0.0",
59+
"marked": "11.2.0",
60+
"monaco-editor": "0.45.0",
61+
"monaco-editor-auto-typings": "0.4.5",
62+
"naive-ui": "2.37.3",
63+
"octokit": "3.1.2",
64+
"openai": "4.26.0",
65+
"os-browserify": "0.3.0",
66+
"path-browserify": "1.0.1",
67+
"pinia": "2.1.7",
68+
"qier-progress": "1.0.4",
69+
"qs": "6.11.2",
70+
"reflect-metadata": "0.2.1",
71+
"socket.io-client": "4.7.4",
72+
"sortablejs": "1.15.2",
73+
"swrv": "1.0.4",
74+
"umi-request": "1.4.0",
75+
"unidata.js": "0.8.0",
76+
"validator": "13.11.0",
77+
"vite-plugin-windicss": "1.9.3",
78+
"vue": "3.4.15",
79+
"vue-demi": "*",
80+
"vue-router": "4.2.5",
81+
"xss": "1.0.14",
82+
"xterm": "5.3.0",
83+
"xterm-addon-fit": "0.8.0",
84+
"xterm-theme": "1.1.0"
85+
},
86+
"devDependencies": {
87+
"@innei/eslint-config-vue-ts": "0.12.2",
88+
"@innei/prettier": "0.12.2",
89+
"@types/ejs": "3.1.5",
90+
"@types/event-source-polyfill": "1.0.5",
91+
"@types/js-yaml": "4.0.9",
92+
"@types/lodash-es": "4.17.12",
93+
"@types/markdown-escape": "1.1.3",
94+
"@types/qs": "6.9.11",
95+
"@types/sortablejs": "1.15.7",
96+
"@types/validator": "13.11.8",
97+
"@vitejs/plugin-vue": "5.0.3",
98+
"@vitejs/plugin-vue-jsx": "3.1.0",
99+
"@vue/compiler-sfc": "3.4.15",
100+
"@vueuse/components": "10.7.1",
101+
"@vueuse/shared": "10.7.1",
102+
"cors": "2.8.5",
103+
"eslint": "^8.56.0",
104+
"postcss": "8.4.33",
105+
"postcss-nested": "6.0.1",
106+
"postcss-preset-env": "9.3.0",
107+
"prettier": "3.1.1",
108+
"rollup": "^4.9.1",
109+
"rollup-plugin-visualizer": "5.12.0",
110+
"typescript": "5.3.3",
111+
"unplugin-auto-import": "0.17.3",
112+
"vite": "5.0.10",
113+
"vite-plugin-checker": "0.6.2",
114+
"vite-plugin-mkcert": "1.17.3",
115+
"vite-plugin-vue-devtools": "0.5.1",
116+
"vite-plugin-wasm": "3.3.0",
117+
"vite-tsconfig-paths": "4.3.1",
118+
"vue-eslint-parser": "9.4.2",
119+
"windicss": "3.5.6"
120+
},
121+
"resolutions": {
122+
"@bytebase/vue-kbar>@vueuse/core": "^10.7.2"
123+
}
128124
}

0 commit comments

Comments
 (0)