[PR #2] [MERGED] Feat/changelog #28644

Closed
opened 2026-04-17 20:07:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/2
Author: @Kinfe123
Created: 9/9/2024
Status: Merged
Merged: 9/10/2024
Merged by: @Bekacru

Base: mainHead: feat/changelog


📝 Commits (4)

📊 Changes

13 files changed (+864 additions, -82 deletions)

View changed files

docs/app/changelogs/_components/_layout.tsx (+111 -0)
docs/app/changelogs/_components/changelog-layout.tsx (+130 -0)
docs/app/changelogs/_components/fmt-dates.tsx (+21 -0)
docs/app/changelogs/_components/stat-field.tsx (+221 -0)
docs/app/changelogs/_logs/2024-08-09.tsx (+46 -0)
docs/app/changelogs/_logs/index.ts (+23 -0)
docs/app/changelogs/layout.tsx (+84 -0)
docs/app/changelogs/page.tsx (+25 -0)
docs/content/changelog/changelog.mdx (+0 -0)
📝 docs/lib/metadata.ts (+3 -3)
📝 docs/mdx-components.tsx (+2 -0)
📝 docs/package.json (+1 -0)
📝 pnpm-lock.yaml (+197 -79)

📄 Description

No description provided


🔄 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/2 **Author:** [@Kinfe123](https://github.com/Kinfe123) **Created:** 9/9/2024 **Status:** ✅ Merged **Merged:** 9/10/2024 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `feat/changelog` --- ### 📝 Commits (4) - [`78d2347`](https://github.com/better-auth/better-auth/commit/78d23475dbb93800145465108fff07f00f3dbb97) feat: added changelog - [`5c20c6a`](https://github.com/better-auth/better-auth/commit/5c20c6ac045a95837a3a116c1c455aa55006126d) fix: resolving - [`99215d2`](https://github.com/better-auth/better-auth/commit/99215d2e4abe17a1efc376ac36d528a3601dce1c) feat: responsive - [`00a1db8`](https://github.com/better-auth/better-auth/commit/00a1db8bf63367105782f9f30d74c140df535c57) Merge branch 'main' into feat/changelog ### 📊 Changes **13 files changed** (+864 additions, -82 deletions) <details> <summary>View changed files</summary> ➕ `docs/app/changelogs/_components/_layout.tsx` (+111 -0) ➕ `docs/app/changelogs/_components/changelog-layout.tsx` (+130 -0) ➕ `docs/app/changelogs/_components/fmt-dates.tsx` (+21 -0) ➕ `docs/app/changelogs/_components/stat-field.tsx` (+221 -0) ➕ `docs/app/changelogs/_logs/2024-08-09.tsx` (+46 -0) ➕ `docs/app/changelogs/_logs/index.ts` (+23 -0) ➕ `docs/app/changelogs/layout.tsx` (+84 -0) ➕ `docs/app/changelogs/page.tsx` (+25 -0) ➖ `docs/content/changelog/changelog.mdx` (+0 -0) 📝 `docs/lib/metadata.ts` (+3 -3) 📝 `docs/mdx-components.tsx` (+2 -0) 📝 `docs/package.json` (+1 -0) 📝 `pnpm-lock.yaml` (+197 -79) </details> ### 📄 Description _No description provided_ --- <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-17 20:07:49 -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#28644