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

View File

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