From c697b4ae30de6e9d5747c91b8d014f79067482aa Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Sun, 18 Aug 2024 17:57:21 +0900 Subject: [PATCH 1/2] Release 2024.8.0-vrtl.1 (#117) --- CHANGELOG-VRTL.md | 3 +++ package.json | 2 +- packages/misskey-js/package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-VRTL.md b/CHANGELOG-VRTL.md index 99eb958ceb41..f920376d9e53 100644 --- a/CHANGELOG-VRTL.md +++ b/CHANGELOG-VRTL.md @@ -3,6 +3,9 @@ VRTLのブランチで行われた変更点をまとめています + +--- 2024.8.0-vrtl.1 released at this time --- + - fix(frontend): VRTL VSTLの名前が表示されないところがある問題 (anatawa12#97) - 2024/08/07 - fic(frontend): VRTL VSTLでリプライのトグルが表示されない問題 (anatawa12#92) - 2024/08/04 diff --git a/package.json b/package.json index 310ea9821473..076118d98012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2024.8.0", + "version": "2024.8.0-vrtl.1", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 39e687d4af34..dad2017f4ab4 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2024.8.0", + "version": "2024.8.0-vrtl.1", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", From a7c9d8d9b0253f59022fadab91bfe0e30f033c44 Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Sun, 29 Sep 2024 23:29:15 +0900 Subject: [PATCH 2/2] Release 2024.9.0-vrtl.1 (#163) --- CHANGELOG-VRTL.md | 2 ++ package.json | 2 +- packages/misskey-js/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG-VRTL.md b/CHANGELOG-VRTL.md index f920376d9e53..13935c6d2230 100644 --- a/CHANGELOG-VRTL.md +++ b/CHANGELOG-VRTL.md @@ -4,6 +4,8 @@ VRTLのブランチで行われた変更点をまとめています +--- 2024.9.0-vrtl.1 released at this time --- + --- 2024.8.0-vrtl.1 released at this time --- - fix(frontend): VRTL VSTLの名前が表示されないところがある問題 (anatawa12#97) - 2024/08/07 diff --git a/package.json b/package.json index edc1d7e31847..22c967a631e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2024.9.0", + "version": "2024.9.0-vrtl.1", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 684ae381f087..07463f7d2eda 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2024.9.0", + "version": "2024.9.0-vrtl.1", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js",