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:
github-actions[bot] 2024-08-09 11:58:58 +08:00 committed by GitHub
parent f2bec82bb9
commit 41aa606572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3882 additions and 1367 deletions

View File

@ -1,5 +1,18 @@
# 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)

View File

@ -1,6 +1,6 @@
{
"name": "metacubexd",
"version": "1.143.5",
"version": "1.144.0",
"description": "Mihomo Dashboard, The Official One, XD",
"license": "MIT",
"type": "module",
@ -40,7 +40,7 @@
"@types/node": "^22.1.0",
"@types/uuid": "^10.0.0",
"@vite-pwa/assets-generator": "^0.2.4",
"apexcharts": "^3.52.0",
"apexcharts": "^3.51.0",
"autoprefixer": "^10.4.20",
"byte-size": "^9.0.0",
"commitlint": "^19.3.0",
@ -52,7 +52,7 @@
"husky": "^9.1.4",
"is-ip": "^5.0.1",
"ky": "^1.5.0",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.7",
"lodash": "^4.17.21",
"match-sorter": "^6.3.4",
"prettier": "^3.3.3",

File diff suppressed because it is too large Load Diff