[PR #3623] [MERGED] chore(release): version packages #13166

Closed
opened 2026-04-13 08:48:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3623
Author: @Bekacru
Created: 7/26/2025
Status: Merged
Merged: 7/26/2025
Merged by: @Bekacru

Base: mainHead: changeset-release/main


📝 Commits (3)

📊 Changes

14 files changed (+109 additions, -35 deletions)

View changed files

.changeset/cold-sloths-laugh.md (+0 -5)
.changeset/hungry-meals-float.md (+0 -5)
.changeset/kind-baboons-speak.md (+0 -20)
📝 .github/workflows/ci.yml (+5 -0)
packages/better-auth/CHANGELOG.md (+17 -0)
📝 packages/better-auth/package.json (+1 -1)
packages/cli/CHANGELOG.md (+20 -0)
📝 packages/cli/package.json (+1 -1)
packages/expo/CHANGELOG.md (+20 -0)
📝 packages/expo/package.json (+1 -1)
packages/sso/CHANGELOG.md (+20 -0)
📝 packages/sso/package.json (+1 -1)
packages/stripe/CHANGELOG.md (+22 -0)
📝 packages/stripe/package.json (+1 -1)

📄 Description

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

better-auth@1.3.4

Patch Changes

  • 2bd2fa9: Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context.

    Organization

    • Added listMembers API with pagination, sorting, and filtering.
    • Added membersLimit param to getFullOrganization.
    • Improved client inference for additional fields in organization schemas.
    • Bug Fixes
    • Fixed date handling by casting DB values to Date objects before using date methods.
    • Fixed Notion OAuth to extract user info correctly.
    • Ensured session is set in context when reading from cookie cach

@better-auth/cli@1.3.4

Patch Changes

  • 2bd2fa9: Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context.

    Organization

    • Added listMembers API with pagination, sorting, and filtering.
    • Added membersLimit param to getFullOrganization.
    • Improved client inference for additional fields in organization schemas.
    • Bug Fixes
    • Fixed date handling by casting DB values to Date objects before using date methods.
    • Fixed Notion OAuth to extract user info correctly.
    • Ensured session is set in context when reading from cookie cach
  • Updated dependencies [2bd2fa9]

    • better-auth@1.3.4

@better-auth/expo@1.3.4

Patch Changes

  • 2bd2fa9: Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context.

    Organization

    • Added listMembers API with pagination, sorting, and filtering.
    • Added membersLimit param to getFullOrganization.
    • Improved client inference for additional fields in organization schemas.
    • Bug Fixes
    • Fixed date handling by casting DB values to Date objects before using date methods.
    • Fixed Notion OAuth to extract user info correctly.
    • Ensured session is set in context when reading from cookie cach
  • Updated dependencies [2bd2fa9]

    • better-auth@1.3.4

@better-auth/sso@1.3.4

Patch Changes

  • 2bd2fa9: Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context.

    Organization

    • Added listMembers API with pagination, sorting, and filtering.
    • Added membersLimit param to getFullOrganization.
    • Improved client inference for additional fields in organization schemas.
    • Bug Fixes
    • Fixed date handling by casting DB values to Date objects before using date methods.
    • Fixed Notion OAuth to extract user info correctly.
    • Ensured session is set in context when reading from cookie cach
  • Updated dependencies [2bd2fa9]

    • better-auth@1.3.4

@better-auth/stripe@1.3.4

Patch Changes

  • ac6baba: chore: fix typo on freeTrial

  • c2fb1aa: Fix duplicate trials when switching plans

  • 2bd2fa9: Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context.

    Organization

    • Added listMembers API with pagination, sorting, and filtering.
    • Added membersLimit param to getFullOrganization.
    • Improved client inference for additional fields in organization schemas.
    • Bug Fixes
    • Fixed date handling by casting DB values to Date objects before using date methods.
    • Fixed Notion OAuth to extract user info correctly.
    • Ensured session is set in context when reading from cookie cach
  • Updated dependencies [2bd2fa9]

    • better-auth@1.3.4

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/3623 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 7/26/2025 **Status:** ✅ Merged **Merged:** 7/26/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (3) - [`30fab6e`](https://github.com/better-auth/better-auth/commit/30fab6ecc21223ba7905bcd2b49a0d3ddd336b89) chore(release): version packages - [`2a67d91`](https://github.com/better-auth/better-auth/commit/2a67d91b01f7ef8f19161556fb73c20635b50389) chore: remove lock file - [`e02afec`](https://github.com/better-auth/better-auth/commit/e02afec2491426cbca249cd4ab0e073384545af8) chore: fix ci ### 📊 Changes **14 files changed** (+109 additions, -35 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/cold-sloths-laugh.md` (+0 -5) ➖ `.changeset/hungry-meals-float.md` (+0 -5) ➖ `.changeset/kind-baboons-speak.md` (+0 -20) 📝 `.github/workflows/ci.yml` (+5 -0) ➕ `packages/better-auth/CHANGELOG.md` (+17 -0) 📝 `packages/better-auth/package.json` (+1 -1) ➕ `packages/cli/CHANGELOG.md` (+20 -0) 📝 `packages/cli/package.json` (+1 -1) ➕ `packages/expo/CHANGELOG.md` (+20 -0) 📝 `packages/expo/package.json` (+1 -1) ➕ `packages/sso/CHANGELOG.md` (+20 -0) 📝 `packages/sso/package.json` (+1 -1) ➕ `packages/stripe/CHANGELOG.md` (+22 -0) 📝 `packages/stripe/package.json` (+1 -1) </details> ### 📄 Description This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## better-auth@1.3.4 ### Patch Changes - 2bd2fa9: Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context. Organization - Added listMembers API with pagination, sorting, and filtering. - Added membersLimit param to getFullOrganization. - Improved client inference for additional fields in organization schemas. - Bug Fixes - Fixed date handling by casting DB values to Date objects before using date methods. - Fixed Notion OAuth to extract user info correctly. - Ensured session is set in context when reading from cookie cach ## @better-auth/cli@1.3.4 ### Patch Changes - 2bd2fa9: Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context. Organization - Added listMembers API with pagination, sorting, and filtering. - Added membersLimit param to getFullOrganization. - Improved client inference for additional fields in organization schemas. - Bug Fixes - Fixed date handling by casting DB values to Date objects before using date methods. - Fixed Notion OAuth to extract user info correctly. - Ensured session is set in context when reading from cookie cach - Updated dependencies [2bd2fa9] - better-auth@1.3.4 ## @better-auth/expo@1.3.4 ### Patch Changes - 2bd2fa9: Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context. Organization - Added listMembers API with pagination, sorting, and filtering. - Added membersLimit param to getFullOrganization. - Improved client inference for additional fields in organization schemas. - Bug Fixes - Fixed date handling by casting DB values to Date objects before using date methods. - Fixed Notion OAuth to extract user info correctly. - Ensured session is set in context when reading from cookie cach - Updated dependencies [2bd2fa9] - better-auth@1.3.4 ## @better-auth/sso@1.3.4 ### Patch Changes - 2bd2fa9: Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context. Organization - Added listMembers API with pagination, sorting, and filtering. - Added membersLimit param to getFullOrganization. - Improved client inference for additional fields in organization schemas. - Bug Fixes - Fixed date handling by casting DB values to Date objects before using date methods. - Fixed Notion OAuth to extract user info correctly. - Ensured session is set in context when reading from cookie cach - Updated dependencies [2bd2fa9] - better-auth@1.3.4 ## @better-auth/stripe@1.3.4 ### Patch Changes - ac6baba: chore: fix typo on `freeTrial` - c2fb1aa: Fix duplicate trials when switching plans - 2bd2fa9: Added support for listing organization members with pagination, sorting, and filtering, and improved client inference for additional organization fields. Also fixed date handling in rate limits and tokens, improved Notion OAuth user extraction, and ensured session is always set in context. Organization - Added listMembers API with pagination, sorting, and filtering. - Added membersLimit param to getFullOrganization. - Improved client inference for additional fields in organization schemas. - Bug Fixes - Fixed date handling by casting DB values to Date objects before using date methods. - Fixed Notion OAuth to extract user info correctly. - Ensured session is set in context when reading from cookie cach - Updated dependencies [2bd2fa9] - better-auth@1.3.4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 08:48:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#13166