release: v0.9.2-beta.1#313
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughVersion bump to pre-release v0.9.2-beta.1 across the SDK, updating version strings in core files, package configurations, and documentation. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 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)
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 #313 +/- ##
=======================================
Coverage 89.55% 89.55%
=======================================
Files 25 25
Lines 1475 1475
Branches 254 254
=======================================
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
Release PR to cut v0.9.2-beta.1 of the @openfga/sdk JavaScript/Node SDK by bumping version identifiers across the package metadata, constants, examples, and changelog.
Changes:
- Bump SDK version from
0.9.1to0.9.2-beta.1inpackage.json/package-lock.json. - Update internal SDK version/user-agent constants to
0.9.2-beta.1. - Update example docs/dependencies and add a
v0.9.2-beta.1changelog entry.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumps published package version to 0.9.2-beta.1. |
| package-lock.json | Aligns lockfile package version metadata with 0.9.2-beta.1. |
| example/example1/package.json | Updates example dependency to use ^0.9.2-beta.1. |
| example/README.md | Updates the documented example dependency version to ^0.9.2-beta.1. |
| constants/index.ts | Updates SdkVersion and UserAgent strings to 0.9.2-beta.1. |
| CHANGELOG.md | Adds v0.9.2-beta.1 section and compare link/date. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@SoulPancake may I ask you to copy these from language to here. The idea is that releasing the beta should not show it as latest |
Description
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit
New Features
Chores