Merge branch 'develop' into watermark

This commit is contained in:
syuilo 2025-06-02 10:06:19 +09:00
commit 74a0ef7053
3 changed files with 12 additions and 4 deletions

View File

@ -1,8 +1,17 @@
## 2025.6.0
## Unreleased
### General
-
### Client
-
### Server
-
## 2025.6.0
### Client
- Enhance: 非同期的なコンポーネントの読み込み時のハンドリングを強化
- Fix: リアクションの一部の絵文字が重複して表示されることがある問題を修正
@ -11,7 +20,6 @@
### Server
- Fix: 非利用者に対するユーザー作成コンテンツの公開範囲が全て非公開になっている場合でもusers/showを許可するように
## 2025.5.1
### Note

View File

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

View File

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