From 31c21158324014a8c70762d0037c16c1b9d9d04f Mon Sep 17 00:00:00 2001 From: hazre Date: Tue, 10 Mar 2026 17:51:04 +0100 Subject: [PATCH 1/2] fix: knope changesets --- ...ticker_you_see_in_a_message_to_your_own_user_sticker_pack.md | 2 +- .changeset/add_hide_user_pass_fields.md | 2 +- .changeset/clarify_notification_settings.md | 2 +- .changeset/fix_broken_messages_images.md | 2 +- .github/workflows/require-changeset.yml | 2 +- CONTRIBUTING.md | 2 +- knope.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.changeset/add_button_to_add_a_sticker_you_see_in_a_message_to_your_own_user_sticker_pack.md b/.changeset/add_button_to_add_a_sticker_you_see_in_a_message_to_your_own_user_sticker_pack.md index e416559ac..0b582a5ae 100644 --- a/.changeset/add_button_to_add_a_sticker_you_see_in_a_message_to_your_own_user_sticker_pack.md +++ b/.changeset/add_button_to_add_a_sticker_you_see_in_a_message_to_your_own_user_sticker_pack.md @@ -1,5 +1,5 @@ --- -sable: minor +default: minor --- add button to save a sticker you see in the message timeline to your personal account sticker pack diff --git a/.changeset/add_hide_user_pass_fields.md b/.changeset/add_hide_user_pass_fields.md index 4a7a98441..6b17aabe2 100644 --- a/.changeset/add_hide_user_pass_fields.md +++ b/.changeset/add_hide_user_pass_fields.md @@ -1,5 +1,5 @@ --- -sable: minor +default: minor --- Added config option `hideUsernamePasswordFields` for hosts to hide username and password fields from login page. diff --git a/.changeset/clarify_notification_settings.md b/.changeset/clarify_notification_settings.md index 5023bfd42..cc0f76df1 100644 --- a/.changeset/clarify_notification_settings.md +++ b/.changeset/clarify_notification_settings.md @@ -1,5 +1,5 @@ --- -sable: patch +default: patch --- Clarify notification settings and functionality once and for all. diff --git a/.changeset/fix_broken_messages_images.md b/.changeset/fix_broken_messages_images.md index cf180b43d..c529b996d 100644 --- a/.changeset/fix_broken_messages_images.md +++ b/.changeset/fix_broken_messages_images.md @@ -1,5 +1,5 @@ --- -sable: patch +default: patch --- Fix images without an empty body display as "Broken Message" diff --git a/.github/workflows/require-changeset.yml b/.github/workflows/require-changeset.yml index fad5d9fef..a732659ee 100644 --- a/.github/workflows/require-changeset.yml +++ b/.github/workflows/require-changeset.yml @@ -91,7 +91,7 @@ jobs: \`\`\`md --- - sable: patch + default: patch --- Short user-facing summary of the change. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b0b3cee3..312691dee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,7 +85,7 @@ Alternatively, you can document the change manually by creating a change file: ```md --- -sable: patch +default: patch --- Short user-facing summary of the change. diff --git a/knope.toml b/knope.toml index 14e6c20a7..79dbe707b 100644 --- a/knope.toml +++ b/knope.toml @@ -23,7 +23,7 @@ type = "PrepareRelease" [[workflows.steps]] type = "Command" -command = "git commit -m \"chore: prepare release\"" +command = "git commit -m \"chore: prepare release $version\"" [[workflows.steps]] type = "Command" From 3e3b557a05785d2e11cc57190dd18d24344a6544 Mon Sep 17 00:00:00 2001 From: hazre Date: Tue, 10 Mar 2026 18:04:56 +0100 Subject: [PATCH 2/2] chore: add .gitkeep to changesets --- .changeset/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .changeset/.gitkeep diff --git a/.changeset/.gitkeep b/.changeset/.gitkeep new file mode 100644 index 000000000..e69de29bb