Skip to content

Commit

Permalink
2024.2.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Feb 5, 2024
1 parent 0df0694 commit 2f54a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2024.2.0-beta.9",
"version": "2024.2.0-beta.10",
"codename": "nasubi",
"repository": {
"type": "git",
Expand Down

2 comments on commit 2f54a53

@mei23
Copy link
Contributor

@mei23 mei23 commented on 2f54a53 Feb 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"version": "2024.2.0-beta.8",
も変更しないと #13116 がコケるんじゃないかしら

@mei23
Copy link
Contributor

@mei23 mei23 commented on 2f54a53 Feb 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

流儀的にはActions BOTの言う通り pnpm run build-misskey-js-with-types でいいのかと思ったけど
このスクリプトpackages/misskey-js/package.jsonは変えてくれなそうなので (APIに実質変更点がなくてもいくつかのファイルのコメントに日付とバージョンを埋め込むみたい)
結局 ROOT/package.json のバージョンを変更する際には、packages/misskey-js/package.jsonのバージョンも変えて、pnpm run build-misskey-js-with-typesも実行してコミットする運用が必要なのかもしれないのだわ。

Please sign in to comment.