meta(changelog): Update package versions #1220
Merged
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 opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@spotlightjs/spotlight@4.9.0
Minor Changes
Add support for continuous profiling (Profiling V2) (#1202)
Add self-documenting CLI commands with per-command help support (#1206)
Each CLI command now provides its own metadata (short description, usage, detailed help, and examples). The main help output is generated dynamically from this metadata, and users can get detailed help for specific commands via
spotlight help <command>orspotlight <command> --help.Patch Changes
Remove dead code (#1214)
Fix profile visualization issues in trace views: (#1203)
added support for AI SDK v2 in AI Mode (#1216)
updated the empty pages of traces and envelopes (#1213)
open external links in default browser (#1212)