cleanup metadata

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
ゆめ 2024-11-15 14:37:13 -06:00
parent 0ac3544a5c
commit 237ac7cffc
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions
CHANGELOG.mdpackage.json
packages/frontend/src/components

View file

@ -3,7 +3,7 @@
- Upstream: 2024.11.0-alpha.1 タッグをマージする
- DevOps: 管理者アクセストークンがユーザー登録できるようになる (write:admin:create-account)
- Frontend: Stream再接続ロジックdata raceを修正
- Security: CSPにCDNなどの外部ホストはホワイトリストできるように
- Security: CSPにCDNなどの外部ホストはホワイトリストできるように
## 2024.11.0-yumechinokuni.3

View file

@ -4,7 +4,7 @@
"codename": "nasubi",
"repository": {
"type": "git",
"url": "https://github.com/misskey-dev/misskey.git"
"url": "https://forge.yumechi.jp/yume.yumechi-no-kuni.git"
},
"packageManager": "pnpm@9.6.0",
"workspaces": [

View file

@ -27,7 +27,7 @@ const modal = shallowRef<InstanceType<typeof MkModal>>();
function whatIsNew() {
modal.value?.close();
window.open(`https://misskey-hub.net/docs/releases/#_${version.replace(/\./g, '')}`, '_blank');
window.open(`https://forge.yumechi.jp/yume/yumechi-no-kuni/commits/tag/${version.replace(/^v/g, '')}`, '_blank');
}
onMounted(() => {