bump version [skip-cache]

pull/685/head
undefined 11 months ago
parent c8c8063240
commit 4add381be1

@ -105,6 +105,18 @@ Telegram [@webpack_exports_undefined](https://t.me/webpack_exports_undefined)
<details> <details>
<summary><h2>更新日志(点击展开)</h2></summary> <summary><h2>更新日志(点击展开)</h2></summary>
### Hydro 4.9.26 / UI 4.9.26
- core: 修复创建题目设置难度异常的问题
- core: 优化 document 索引
- core&ui: 比赛气球功能
- core&ui: clarification
- core: 修复 webauthn
- import: add HOJ support
- judge: address space limit (beta)
- install: 支持使用环境变量指定安装区域
- ui: 修复登录时用户不存在错误
- core: 修复登录重定向
### Hydro 4.9.25 / UI 4.48.25 ### Hydro 4.9.25 / UI 4.48.25
- core: 修复忘记密码邮件发送速率限制 - core: 修复忘记密码邮件发送速率限制
- core: 修复比赛讨论 - core: 修复比赛讨论

@ -1,6 +1,6 @@
{ {
"name": "@hydrooj/eslint-config", "name": "@hydrooj/eslint-config",
"version": "1.0.5", "version": "1.0.6",
"license": "MIT", "license": "MIT",
"main": "react.yaml", "main": "react.yaml",
"dependencies": { "dependencies": {

@ -1,7 +1,7 @@
{ {
"name": "@hydrooj/hydrojudge", "name": "@hydrooj/hydrojudge",
"bin": "bin/hydrojudge.js", "bin": "bin/hydrojudge.js",
"version": "3.1.30", "version": "3.1.31",
"main": "package.json", "main": "package.json",
"author": "undefined <i@undefined.moe>", "author": "undefined <i@undefined.moe>",
"repository": "https://github.com/hydro-dev/Hydro.git", "repository": "https://github.com/hydro-dev/Hydro.git",

@ -1,6 +1,6 @@
{ {
"name": "hydrooj", "name": "hydrooj",
"version": "4.9.25", "version": "4.9.26",
"bin": "bin/hydrooj.js", "bin": "bin/hydrooj.js",
"main": "src/plugin-api", "main": "src/plugin-api",
"module": "src/plugin-api", "module": "src/plugin-api",

@ -1,6 +1,6 @@
{ {
"name": "@hydrooj/ui-default", "name": "@hydrooj/ui-default",
"version": "4.48.25", "version": "4.48.26",
"author": "undefined <i@undefined.moe>", "author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "index.ts", "main": "index.ts",

@ -1,6 +1,6 @@
{ {
"name": "@hydrooj/utils", "name": "@hydrooj/utils",
"version": "1.4.15", "version": "1.4.16",
"description": "hydrooj utils", "description": "hydrooj utils",
"main": "lib/utils.ts", "main": "lib/utils.ts",
"repository": "https://github.com/hydro-dev/Hydro.git", "repository": "https://github.com/hydro-dev/Hydro.git",

Loading…
Cancel
Save