mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
chore(main): release 1.144.0 (#886)
* chore(main): release 1.144.0 * chore: update pnpm-lock.yaml --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: kunish <kunish.butt@gmail.com>
This commit is contained in:
parent
f2bec82bb9
commit
41aa606572
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,5 +1,18 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.144.0](https://github.com/MetaCubeX/metacubexd/compare/v1.143.5...v1.144.0) (2024-08-09)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* custom table columns order for mobile ([#885](https://github.com/MetaCubeX/metacubexd/issues/885)) ([3fd6abb](https://github.com/MetaCubeX/metacubexd/commit/3fd6abb879b6aa4d3fa42b40210f39c2160d00c7))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* nil for nextnode ([#892](https://github.com/MetaCubeX/metacubexd/issues/892)) ([a4be392](https://github.com/MetaCubeX/metacubexd/commit/a4be39268a496055b76e0679fe1b2e060ee6c2a7))
|
||||||
|
* use google as default ipv6 test url ([#894](https://github.com/MetaCubeX/metacubexd/issues/894)) ([dba6d1a](https://github.com/MetaCubeX/metacubexd/commit/dba6d1a4a953dba0bbaec18a45e9e74bc82d72f9))
|
||||||
|
|
||||||
## [1.143.5](https://github.com/MetaCubeX/metacubexd/compare/v1.143.4...v1.143.5) (2024-07-30)
|
## [1.143.5](https://github.com/MetaCubeX/metacubexd/compare/v1.143.4...v1.143.5) (2024-07-30)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "metacubexd",
|
"name": "metacubexd",
|
||||||
"version": "1.143.5",
|
"version": "1.144.0",
|
||||||
"description": "Mihomo Dashboard, The Official One, XD",
|
"description": "Mihomo Dashboard, The Official One, XD",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@ -40,7 +40,7 @@
|
|||||||
"@types/node": "^22.1.0",
|
"@types/node": "^22.1.0",
|
||||||
"@types/uuid": "^10.0.0",
|
"@types/uuid": "^10.0.0",
|
||||||
"@vite-pwa/assets-generator": "^0.2.4",
|
"@vite-pwa/assets-generator": "^0.2.4",
|
||||||
"apexcharts": "^3.52.0",
|
"apexcharts": "^3.51.0",
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.20",
|
||||||
"byte-size": "^9.0.0",
|
"byte-size": "^9.0.0",
|
||||||
"commitlint": "^19.3.0",
|
"commitlint": "^19.3.0",
|
||||||
@ -52,7 +52,7 @@
|
|||||||
"husky": "^9.1.4",
|
"husky": "^9.1.4",
|
||||||
"is-ip": "^5.0.1",
|
"is-ip": "^5.0.1",
|
||||||
"ky": "^1.5.0",
|
"ky": "^1.5.0",
|
||||||
"lint-staged": "^15.2.8",
|
"lint-staged": "^15.2.7",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"match-sorter": "^6.3.4",
|
"match-sorter": "^6.3.4",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
|
4176
pnpm-lock.yaml
4176
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user