chore: reset package versions to 1.5.6

Align package.json versions with npm latest (1.5.6) ahead of the
changesets migration. The next planned release is 1.6.0-beta.0.
This commit is contained in:
Gustavo Valverde
2026-04-03 11:07:25 +01:00
parent e089ce127d
commit c2bdb575a0
20 changed files with 20 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/api-key",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "API Key plugin for Better Auth.",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "better-auth",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "The most comprehensive authentication framework for TypeScript.",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "auth",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "The CLI for Better Auth",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/core",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "The most comprehensive authentication framework for TypeScript.",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/drizzle-adapter",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "Drizzle adapter for Better Auth",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/electron",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "Better Auth integration for Electron applications.",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/expo",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "Better Auth integration for Expo and React Native applications.",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/i18n",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "i18n plugin for Better Auth - translate error messages",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/kysely-adapter",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "Kysely adapter for Better Auth",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/memory-adapter",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "Memory adapter for Better Auth",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/mongo-adapter",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "Mongo adapter for Better Auth",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/oauth-provider",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "An oauth provider plugin for Better Auth",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/passkey",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "Passkey plugin for Better Auth",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/prisma-adapter",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "Prisma adapter for Better Auth",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/redis-storage",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "Redis storage for Better Auth secondary storage",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/scim",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "SCIM plugin for Better Auth",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/sso",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "SSO plugin for Better Auth",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/stripe",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "Stripe plugin for Better Auth",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/telemetry",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "Telemetry package for Better Auth",
"type": "module",
"license": "MIT",

View File

@@ -1,6 +1,6 @@
{
"name": "@better-auth/test-utils",
"version": "1.5.7-beta.1",
"version": "1.5.6",
"description": "Testing utilities for Better Auth adapter development",
"type": "module",
"license": "MIT",