Bump version to next 1.5 beta (v1.5.0-beta.16) #2890

Closed
opened 2026-03-13 10:25:54 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @Bekacru on GitHub (Feb 18, 2026).

Version Bump Request

Current version: 1.5.0-beta.15
Target version: 1.5.0-beta.16

Context

This is a request to bump the version across all packages in the monorepo to the next 1.5 beta version.

Packages that need version updates

Based on the monorepo structure, the following packages need their versions updated:

  • packages/better-auth/package.json
  • packages/cli/package.json
  • packages/core/package.json
  • packages/drizzle-adapter/package.json
  • packages/electron/package.json
  • packages/expo/package.json
  • packages/i18n/package.json
  • packages/kysely-adapter/package.json
  • packages/memory-adapter/package.json
  • packages/mongo-adapter/package.json
  • packages/oauth-provider/package.json
  • packages/passkey/package.json
  • packages/prisma-adapter/package.json
  • packages/redis-storage/package.json
  • packages/scim/package.json
  • packages/sso/package.json
  • packages/stripe/package.json
  • packages/telemetry/package.json
  • packages/test-utils/package.json

Since this project uses bumpp for version management (as seen in the root package.json scripts), you can likely run:

pnpm run bump

This should handle updating all package versions consistently across the monorepo.

Additional considerations

  • Ensure workspace dependencies (those using workspace:*) remain consistent
  • Update any lockfiles after the version bump
  • Consider if this warrants a changelog entry or release notes
Originally created by @Bekacru on GitHub (Feb 18, 2026). ## Version Bump Request **Current version:** `1.5.0-beta.15` **Target version:** `1.5.0-beta.16` ### Context This is a request to bump the version across all packages in the monorepo to the next 1.5 beta version. ### Packages that need version updates Based on the monorepo structure, the following packages need their versions updated: - `packages/better-auth/package.json` - `packages/cli/package.json` - `packages/core/package.json` - `packages/drizzle-adapter/package.json` - `packages/electron/package.json` - `packages/expo/package.json` - `packages/i18n/package.json` - `packages/kysely-adapter/package.json` - `packages/memory-adapter/package.json` - `packages/mongo-adapter/package.json` - `packages/oauth-provider/package.json` - `packages/passkey/package.json` - `packages/prisma-adapter/package.json` - `packages/redis-storage/package.json` - `packages/scim/package.json` - `packages/sso/package.json` - `packages/stripe/package.json` - `packages/telemetry/package.json` - `packages/test-utils/package.json` ### Recommended approach Since this project uses `bumpp` for version management (as seen in the root `package.json` scripts), you can likely run: ```bash pnpm run bump ``` This should handle updating all package versions consistently across the monorepo. ### Additional considerations - Ensure workspace dependencies (those using `workspace:*`) remain consistent - Update any lockfiles after the version bump - Consider if this warrants a changelog entry or release notes
GiteaMirror added the dependenciesversion-bumpmaintenance labels 2026-03-13 10:25:54 -05:00
Author
Owner

@chanchan173636-hue commented on GitHub (Feb 26, 2026):

pnpm run bump

@chanchan173636-hue commented on GitHub (Feb 26, 2026): pnpm run bump
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#2890