summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-03-16 19:04:16 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-03-16 19:04:16 +0900
commit1ce81f243e2986cf5d198bac8aee53f10da868d8 (patch)
tree92ca08963ce8c631d30f18c44a0ac46bf22d0b1d
parentrefactor(frontend): signinRequired -> ensureSignin (diff)
parentBump version to 2025.3.2-beta.3 (diff)
downloadmisskey-1ce81f243e2986cf5d198bac8aee53f10da868d8.tar.gz
misskey-1ce81f243e2986cf5d198bac8aee53f10da868d8.tar.bz2
misskey-1ce81f243e2986cf5d198bac8aee53f10da868d8.zip
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
-rw-r--r--package.json2
-rw-r--r--packages/misskey-js/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index e2875ad54f..833b80e044 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "misskey",
- "version": "2025.3.2-beta.2",
+ "version": "2025.3.2-beta.3",
"codename": "nasubi",
"repository": {
"type": "git",
diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json
index b22f2c2a99..dc2ae2e8b8 100644
--- a/packages/misskey-js/package.json
+++ b/packages/misskey-js/package.json
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
- "version": "2025.3.2-beta.2",
+ "version": "2025.3.2-beta.3",
"description": "Misskey SDK for JavaScript",
"license": "MIT",
"main": "./built/index.js",