chore(release): version packages#14
Merged
raphaelsalaja merged 1 commit intomainfrom Apr 26, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Release-automation “version packages” PR that bumps versions and updates changelogs to publish @web-kits/audio@0.2.0 (minor), along with patch bumps for dependent workspace apps.
Changes:
- Bump
@web-kits/audiofrom0.1.0→0.2.0and record thejitterPlayOptions change in its changelog. - Bump
apps/webfrom0.0.2→0.0.3and note the updated dependency. - Bump
apps/marketingfrom0.0.1→0.0.2, add a changelog, and remove the consumed changeset file.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/audio/package.json | Version bump to 0.2.0 for the @web-kits/audio release. |
| packages/audio/CHANGELOG.md | Adds 0.2.0 entry documenting the jitter option. |
| apps/web/package.json | Patch version bump to reflect updated internal dependency release. |
| apps/web/CHANGELOG.md | Adds 0.0.3 entry noting updated dependency to @web-kits/audio@0.2.0. |
| apps/marketing/package.json | Patch version bump to reflect updated internal dependency release. |
| apps/marketing/CHANGELOG.md | Adds changelog entry for dependency update to @web-kits/audio@0.2.0. |
| .changeset/jitter-play-option.md | Removes the changeset after it has been released/versioned. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was drafted by the Release workflow but the final "open PR" step failed because Workflow permissions in repo settings didn't allow Actions to open PRs. Contents of the branch are unchanged from what the workflow produced \u2014 opening it manually to unblock the release.
Releases
@web-kits/audio@0.2.0\u2014 minorjitteroption toPlayOptions(from feat(audio): add jitter option for per-voice pitch/volume/rate variance #12).To unblock future releases
Enable Settings \u2192 Actions \u2192 General \u2192 Workflow permissions \u2192 "Allow GitHub Actions to create and approve pull requests". After that, every subsequent changeset will auto-open a Version Packages PR without manual intervention.
What happens when this merges
The Release workflow runs again on
main, detects the version bump, and publishes@web-kits/audio@0.2.0to npm with provenance. No further action needed.Made with Cursor