release: v0.9.2#321
Conversation
WalkthroughThis PR is a version bump from 0.9.2-beta.3 to stable 0.9.2, updating version strings in constants, package manifests, changelog, and example dependencies. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #321 +/- ##
=======================================
Coverage 89.55% 89.55%
=======================================
Files 25 25
Lines 1475 1475
Branches 277 254 -23
=======================================
Hits 1321 1321
Misses 93 93
Partials 61 61 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR prepares the JavaScript SDK for the v0.9.2 release by moving from the 0.9.2-beta.3 prerelease version to the stable 0.9.2 across publishing metadata, examples, and the changelog.
Changes:
- Bump root package version from
0.9.2-beta.3to0.9.2(and sync lockfile). - Update example dependency/docs to reference
^0.9.2. - Update
CHANGELOG.md“Unreleased” compare link and release section tov0.9.2.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates published package version to 0.9.2. |
| package-lock.json | Aligns lockfile’s package version entries with 0.9.2. |
| example/example1/package.json | Updates example to depend on the stable ^0.9.2. |
| example/README.md | Updates documentation snippet to reference ^0.9.2. |
| CHANGELOG.md | Updates “Unreleased” compare link and adds/renames the v0.9.2 release entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit
Release v0.9.2
New Features
Chores