[PR #8999] [CLOSED] chore: add 1.6 release blog post #16606

Closed
opened 2026-04-13 10:36:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/8999
Author: @gustavovalverde
Created: 4/6/2026
Status: Closed

Base: mainHead: codex/blog-1-6-release-post


📝 Commits (9)

  • 7ce36ad add 1.6 release blog post
  • 3a2a0db fix 1.6 blog frontmatter
  • 6ef88f5 docs: rewrite v1.6 release blog post
  • 71c0930 fix: correct MDX frontmatter delimiters and YAML syntax
  • 1fa99b5 fix: add remark-frontmatter to preserve YAML frontmatter in MDX files
  • 04bb682 fix: remove broken anchor links from 1.6 blog post
  • bafb41a docs: restructure v1.6 blog post for clarity and conciseness
  • bf9ced6 docs: rename Breaking Changes to Important Changes in v1.6 blog post
  • 55f250e docs: remove static OG image, use dynamic generation for v1.6 blog

📊 Changes

6 files changed (+255 additions, -7 deletions)

View changed files

📝 .cspell/third-party.txt (+1 -0)
📝 docs/.remarkrc.mjs (+2 -0)
📝 docs/README.md (+6 -6)
docs/content/blogs/1-6.mdx (+192 -0)
📝 docs/package.json (+2 -1)
📝 pnpm-lock.yaml (+52 -0)

📄 Description

Summary

  • add the Better Auth 1.6 release blog post
  • add a static v1.6-release.png asset for the post image
  • align the 1.6 post format with earlier release posts, including release image usage and link/heading conventions

Summary by cubic

Publishes the Better Auth 1.6 release blog post and switches the post to use dynamic OG image generation (no static v1.6-release.png).

  • Refactors

    • Restructured the post for clarity (Important Changes first) and removed broken in-page anchor links.
    • Renamed “Breaking Changes” to “Important Changes,” normalized docs formatting, and added bumpp to .cspell.
  • Dependencies

    • Added remark-frontmatter and enabled it in docs/.remarkrc.mjs to preserve MDX YAML frontmatter; updated pnpm-lock.yaml.

Written for commit 55f250e11f. Summary will update on new commits.


🔄 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/8999 **Author:** [@gustavovalverde](https://github.com/gustavovalverde) **Created:** 4/6/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `codex/blog-1-6-release-post` --- ### 📝 Commits (9) - [`7ce36ad`](https://github.com/better-auth/better-auth/commit/7ce36add189006521da368312582fd990095db58) add 1.6 release blog post - [`3a2a0db`](https://github.com/better-auth/better-auth/commit/3a2a0db26dd54c2546e558b53267f4872aeccb68) fix 1.6 blog frontmatter - [`6ef88f5`](https://github.com/better-auth/better-auth/commit/6ef88f58f2e82d50c73e24728395b66efb584dda) docs: rewrite v1.6 release blog post - [`71c0930`](https://github.com/better-auth/better-auth/commit/71c0930af6b4a47bae69725bf99fcfee1391431b) fix: correct MDX frontmatter delimiters and YAML syntax - [`1fa99b5`](https://github.com/better-auth/better-auth/commit/1fa99b56b15c53eb894d2a6102f6cc509744421a) fix: add remark-frontmatter to preserve YAML frontmatter in MDX files - [`04bb682`](https://github.com/better-auth/better-auth/commit/04bb6827f7b42dc8986c130409bc85ba97668b74) fix: remove broken anchor links from 1.6 blog post - [`bafb41a`](https://github.com/better-auth/better-auth/commit/bafb41aa38e7a29fe517a8a4fbb4f74dbdbe9a6f) docs: restructure v1.6 blog post for clarity and conciseness - [`bf9ced6`](https://github.com/better-auth/better-auth/commit/bf9ced68db6f105e9d77c6391daf753c6eb14416) docs: rename Breaking Changes to Important Changes in v1.6 blog post - [`55f250e`](https://github.com/better-auth/better-auth/commit/55f250e11fd85e8fba8d05bb271e1e4d2feb8920) docs: remove static OG image, use dynamic generation for v1.6 blog ### 📊 Changes **6 files changed** (+255 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `.cspell/third-party.txt` (+1 -0) 📝 `docs/.remarkrc.mjs` (+2 -0) 📝 `docs/README.md` (+6 -6) ➕ `docs/content/blogs/1-6.mdx` (+192 -0) 📝 `docs/package.json` (+2 -1) 📝 `pnpm-lock.yaml` (+52 -0) </details> ### 📄 Description ## Summary - add the Better Auth 1.6 release blog post - add a static `v1.6-release.png` asset for the post image - align the 1.6 post format with earlier release posts, including release image usage and link/heading conventions <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Publishes the Better Auth 1.6 release blog post and switches the post to use dynamic OG image generation (no static `v1.6-release.png`). - **Refactors** - Restructured the post for clarity (Important Changes first) and removed broken in-page anchor links. - Renamed “Breaking Changes” to “Important Changes,” normalized docs formatting, and added `bumpp` to `.cspell`. - **Dependencies** - Added `remark-frontmatter` and enabled it in `docs/.remarkrc.mjs` to preserve MDX YAML frontmatter; updated `pnpm-lock.yaml`. <sup>Written for commit 55f250e11fd85e8fba8d05bb271e1e4d2feb8920. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <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 10:36:20 -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#16606