diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-05 19:45:14 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-04-05 19:45:14 +0900 |
| commit | 1626e8038b6fa5b2aa00216b19a1eae952f82783 (patch) | |
| tree | 4d92a31e68b2b5fe4bafb9e397c9bd3f9439eecd /packages | |
| parent | refactor(frontend): refactor divider of panel style (diff) | |
| parent | fix(ci): quote `branches-ignore` pattern in Storybook workflow (#15762) (diff) | |
| download | sharkey-1626e8038b6fa5b2aa00216b19a1eae952f82783.tar.gz sharkey-1626e8038b6fa5b2aa00216b19a1eae952f82783.tar.bz2 sharkey-1626e8038b6fa5b2aa00216b19a1eae952f82783.zip | |
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/misskey-js/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json index 15d5d8200f..7e92981230 100644 --- a/packages/misskey-js/package.json +++ b/packages/misskey-js/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "misskey-js", - "version": "2025.4.0-rc.0", + "version": "2025.4.0-rc.1", "description": "Misskey SDK for JavaScript", "license": "MIT", "main": "./built/index.js", |