diff --git a/.github/skills/version-bump/SKILL.md b/.github/skills/version-bump/SKILL.md index 2234f4c423..b530d2d9a7 100644 --- a/.github/skills/version-bump/SKILL.md +++ b/.github/skills/version-bump/SKILL.md @@ -278,7 +278,7 @@ In each file, update only packages that are at prerelease versions (or newly add Use the [changelog skill](../changelog/SKILL.md) to create or update the changelog entry at `v3-docs/docs/generators/changelog/versions/.md`. -Update the **Bumped Meteor Packages** section in the changelog with all packages that were bumped, using the final version (without prerelease suffix). Format: one package per line, `name@version`. Include `meteor-tool@` when applicable. +Update the **Bumped Meteor Packages** section in the changelog with all packages that were bumped. Use the version that matches the current release stage — beta versions for beta releases, RC versions for RC releases, and final versions (no prerelease suffix) for official releases. Format: one package per line, `name@version`. Include `meteor-tool@` when applicable. Update any documentation files that reference specific package versions (e.g., rspack installation commands). diff --git a/v3-docs/docs/generators/changelog/versions/3.4.1.md b/v3-docs/docs/generators/changelog/versions/3.4.1.md index d8bec85446..cbe03e03fe 100644 --- a/v3-docs/docs/generators/changelog/versions/3.4.1.md +++ b/v3-docs/docs/generators/changelog/versions/3.4.1.md @@ -82,7 +82,20 @@ If you find any issues, please report them to the [Meteor issues tracker](https: #### Bumped Meteor Packages -- roles@1.0.2 +- meteor-tool@3.4.1-beta.0 +- accounts-base@3.2.1-beta341.0 +- accounts-password@3.2.3-beta341.0 +- callback-hook@1.6.3-beta341.0 +- ddp-server@3.1.3-beta341.0 +- meteor@2.2.1-beta341.0 +- minimongo@2.0.6-beta341.0 +- mongo@2.2.1-beta341.0 +- roles@1.1.0-beta341.0 +- rspack@1.1.0-beta341.0 +- test-in-console@2.0.2-beta341.0 +- tinytest@1.4.0-beta341.0 +- tools-core@1.1.0-beta341.0 +- webapp@2.1.2-beta341.0 #### Bumped NPM Packages