Skip to content

better-auth: releasing v1.1.0#31

Merged
cb-alish merged 2 commits into
mainfrom
release/v1.1.0
Apr 22, 2026
Merged

better-auth: releasing v1.1.0#31
cb-alish merged 2 commits into
mainfrom
release/v1.1.0

Conversation

@cb-alish

Copy link
Copy Markdown
Contributor

v1.1.0 (2026-04-22)


Dependency

  • Bumped the chargebee peer dependency to ^3.23.1.

@snyk-io

snyk-io Bot commented Apr 22, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@cb-alish cb-alish merged commit 27e172a into main Apr 22, 2026
6 checks passed
@cb-alish cb-alish deleted the release/v1.1.0 branch April 22, 2026 07:45

@hivel-marco hivel-marco Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-auth package version from 1.0.1 to 1.1.0 to reflect the dependency update.
  • Updated the chargebee peer dependency and dev dependency from ^3.21.1 to ^3.23.1 to align with the latest supported Chargebee SDK.
  • Synced all lockfiles (package-lock.json, pnpm-lock.yaml) to resolve chargebee at version 3.23.1.
  • Adjusted the exported VERSION constant in the code to 1.1.0 and documented the change in the changelog.
Risks & Considerations
  • Potential compatibility issues or behavioural changes introduced in [email protected] compared to 3.21.1 may affect consumers; downstream integrations should be smoke-tested.
  • Consumers pinned to older chargebee versions 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants