Release: 2025.1.0
Some checks failed
Lint / lint (backend) (push) Has been skipped
Lint / lint (frontend) (push) Has been skipped
Lint / lint (frontend-embed) (push) Has been skipped
Lint / lint (misskey-bubble-game) (push) Has been skipped
Lint / lint (misskey-js) (push) Has been skipped
Lint / lint (misskey-reversi) (push) Has been skipped
Lint / lint (sw) (push) Has been skipped
Lint / typecheck (backend) (push) Has been skipped
Lint / typecheck (misskey-js) (push) Has been skipped
Lint / typecheck (sw) (push) Has been skipped
Test (backend) / Unit tests (backend) (22.11.0) (push) Failing after 18s
Test (backend) / E2E tests (backend) (22.11.0) (push) Failing after 17s
Test (federation) / Federation test (22.11.0) (push) Failing after 18s
Lint / pnpm_install (push) Failing after 17s
Lint / lint (frontend-shared) (push) Has been skipped
Lint / locale_verify (push) Failing after 17s
api.json validation / validate-api-json (22.11.0) (push) Failing after 11s
Test (production install and build) / Production build (22.11.0) (push) Failing after 11s
Test (frontend) / Unit tests (frontend) (22.11.0) (push) Failing after 11s
Test (frontend) / E2E tests (frontend) (chrome, 22.11.0) (push) Failing after 10m28s
API report (misskey.js) / report (push) Failing after 2s
Check SPDX-License-Identifier / check-spdx-license-id (push) Failing after 7s
Check copyright year / check_copyright_year (push) Failing after 2s
Dockle / dockle (push) Failing after 7s

This commit is contained in:
github-actions[bot] 2025-01-28 12:29:10 +00:00 committed by laoXong
parent 3103c01527
commit df6e36b61d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "misskey", "name": "misskey",
"version": "2025.1.0-beta.3", "version": "2025.1.0",
"codename": "nasubi", "codename": "nasubi",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,7 +1,7 @@
{ {
"type": "module", "type": "module",
"name": "misskey-js", "name": "misskey-js",
"version": "2025.1.0-beta.3", "version": "2025.1.0",
"description": "Misskey SDK for JavaScript", "description": "Misskey SDK for JavaScript",
"license": "MIT", "license": "MIT",
"main": "./built/index.js", "main": "./built/index.js",