What problem does it solve?
Keeping Mediabunny and its related packages in sync across a large monorepo is error-prone, with version strings scattered across root catalogs, templates, CLI configs, and documentation. This Skill automates the coordinated update so every reference moves to the same release.
Core Features & Use Cases
- Catalog and Template Synchronization: Updates the root
package.json catalog entries and every packages/template-*/package.json to the latest Mediabunny version.
- Internal Config Updates: Refreshes version references in
packages/cli/src/extra-packages.ts and packages/studio-shared/src/package-info.ts.
- Documentation Alignment: Updates the compatibility table in
packages/docs/docs/mediabunny/version.mdx to reflect the new release.
- Use Case: When a new Mediabunny release ships, run this Skill to bump every dependency, config file, and doc reference in the Remotion repo in one pass.
Quick Start
Upgrade Mediabunny to the latest version across the Remotion repository.