Merge pull request 'try standarize version' (#6) from develop into master
Some checks failed
Lint / pnpm_install (push) Successful in 1m51s
Publish Docker image / Build (push) Successful in 4m35s
Test (production install and build) / production (20.16.0) (push) Successful in 1m17s
Test (backend) / unit (20.16.0) (push) Failing after 7m39s
Lint / lint (backend) (push) Successful in 2m17s
Lint / lint (frontend) (push) Successful in 2m11s
Lint / lint (frontend-embed) (push) Successful in 2m17s
Lint / lint (frontend-shared) (push) Successful in 2m18s
Lint / lint (misskey-bubble-game) (push) Successful in 2m15s
Test (backend) / e2e (20.16.0) (push) Successful in 11m33s
Lint / lint (misskey-js) (push) Successful in 2m23s
Lint / lint (sw) (push) Successful in 2m34s
Lint / lint (misskey-reversi) (push) Successful in 3m5s
Lint / typecheck (backend) (push) Successful in 2m23s
Lint / typecheck (misskey-js) (push) Successful in 1m44s
Lint / typecheck (sw) (push) Successful in 1m55s

Reviewed-on: #6
This commit is contained in:
ゆめ 2024-11-09 06:08:15 -06:00
commit 6f53315af1
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "misskey", "name": "misskey",
"version": "2024.11.0-yumechinokuni.alpha.0", "version": "2024.11.0-yumechinokuni.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": "2024.11.0-alpha.0", "version": "2024.11.0-yumechinokuni.0",
"description": "Misskey SDK for JavaScript", "description": "Misskey SDK for JavaScript",
"license": "MIT", "license": "MIT",
"main": "./built/index.js", "main": "./built/index.js",