Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe committed Jan 21, 2025
1 parent 4c3e2c1 commit 58cc3ed
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 11 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,22 @@ Hydro 用户群:1085853538
<details>
<summary><h2>更新日志(点击展开)</h2></summary>

## Hydro 4.19.0 / UI 4.57.0

- core&ui&judge: 添加通信题支持
- core: 优化语言列表筛选
- ui: builder: 支持 css 引入
- ui: 优化客观题题目导航样式
- ui: 在引用题目中添加显示来源按钮
- core: problem.export: 将 pidFilter 参数标记为可选
- onsite-toolkit: resolver: 区分打星队伍
- judge: 文件上传出错时重试
- framework: 文件自动回收
- core: DomainEdit: 添加 boolean 设置项支持
- ui: contest_boolean: 修复默认值
- ui: 修复排名分页
- core: RecordConnection: 支持 noTemplate 选项

## Hydro 4.18.2 / UI 4.56.2

- core: 修复提交答案题压缩包提交 (#917)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"license": "AGPL-3.0-only",
"devDependencies": {
"@simplewebauthn/types": "9.0.1",
"@types/autocannon": "^7.12.5",
"@types/autocannon": "^7.12.6",
"@types/chai": "^5.0.1",
"@types/cross-spawn": "^6.0.6",
"@types/node": "22.7.4",
Expand All @@ -48,7 +48,7 @@
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-import-resolver-webpack": "^0.13.10",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"globby": "^14.0.2",
"inspectpack": "^4.7.1",
"mongodb-memory-server": "9.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrojudge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hydrooj/hydrojudge",
"bin": "bin/hydrojudge.js",
"version": "3.3.20",
"version": "3.4.0",
"main": "./src/index.ts",
"author": "undefined <[email protected]>",
"repository": "https://github.com/hydro-dev/Hydro.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrooj/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hydrooj",
"version": "4.18.3",
"version": "4.19.0",
"bin": "bin/hydrooj.js",
"main": "src/plugin-api",
"module": "src/plugin-api",
Expand Down
2 changes: 1 addition & 1 deletion packages/import-hoj/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrooj/import-hoj",
"version": "0.0.4",
"version": "0.0.5",
"description": "Import HOJ problem export",
"main": "index.ts",
"repository": "https://github.com/hydro-dev/Hydro.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/import-qduoj/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrooj/import-qduoj",
"version": "1.5.8",
"version": "1.5.9",
"description": "Import QDUOJ problem export",
"main": "index.ts",
"repository": "https://github.com/hydro-dev/Hydro.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrooj/migrate",
"version": "0.4.2",
"version": "0.4.3",
"main": "index.ts",
"repository": "[email protected]:hydro-dev/Hydro.git",
"author": "undefined <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/onsite-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrooj/onsite-toolkit",
"version": "0.0.3",
"version": "0.0.4",
"dependencies": {
"@react-spring/web": "^9.7.5",
"react-use": "^17.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrooj/ui-default",
"version": "4.56.3",
"version": "4.57.0",
"author": "undefined <[email protected]>",
"license": "AGPL-3.0",
"main": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrooj/utils",
"version": "1.4.31",
"version": "1.4.32",
"description": "hydrooj utils",
"main": "lib/utils.ts",
"repository": "https://github.com/hydro-dev/Hydro.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/vjudge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hydrooj/vjudge",
"version": "1.9.15",
"version": "1.9.16",
"description": "Submit problems to remote oj",
"main": "./src/index.ts",
"repository": "https://github.com/hydro-dev/Hydro.git",
Expand Down

0 comments on commit 58cc3ed

Please sign in to comment.