better-auth: releasing v1.1.0#31
Merged
Merged
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
cb-karthikp
approved these changes
Apr 22, 2026
There was a problem hiding this comment.
PR Complexity Score: 1.8 - Trivial
View Breakdown
- Lines Changed: 36
- Files Changed: 5
- Complexity Added: 0
- Raw Score: 15.72
Overview
This PR releases @chargebee/better-auth version 1.1.0 and updates its documented and runtime versioning. The main functional change is bumping the chargebee dependency/peer dependency to ^3.23.1 across package manifests and lockfiles. It also updates the internal version constant and adds a corresponding changelog entry.
Key Changes
- Bumped the
@chargebee/better-authpackage version from1.0.1to1.1.0to reflect the dependency update. - Updated the
chargebeepeer dependency and dev dependency from^3.21.1to^3.23.1to align with the latest supported Chargebee SDK. - Synced all lockfiles (
package-lock.json,pnpm-lock.yaml) to resolvechargebeeat version3.23.1. - Adjusted the exported
VERSIONconstant in the code to1.1.0and documented the change in the changelog.
Risks & Considerations
- Potential compatibility issues or behavioural changes introduced in
[email protected]compared to3.21.1may affect consumers; downstream integrations should be smoke-tested. - Consumers pinned to older
chargebeeversions may see peer dependency warnings or need to upgrade to^3.23.1.
File-level change summary
| File | Change summary |
|---|---|
| packages/better-auth/CHANGELOG.md | Added a new v1.1.0 changelog entry documenting the chargebee peer dependency bump. |
| packages/better-auth/package-lock.json | Updated package version to 1.1.0 and resolved chargebee to 3.23.1 in dependencies and local workspace mapping. |
| packages/better-auth/package.json | Bumped package version to 1.1.0 and updated chargebee peer and dev dependency ranges to ^3.23.1. |
| packages/better-auth/src/version.ts | Updated the exported VERSION constant from "1.0.1" to "1.1.0". |
| pnpm-lock.yaml | Updated the chargebee specifier and resolved version to 3.23.1 and adjusted associated lock entries and snapshots. |
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.
v1.1.0 (2026-04-22)
Dependency
chargebeepeer dependency to^3.23.1.