Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"big-pianos-obey",
"bold-eyes-like",
"brown-chicken-bow",
"calm-dogs-bump",
"chilled-hairs-tease",
"dirty-shoes-lick",
"eight-oranges-accept",
Expand All @@ -38,6 +39,7 @@
"honest-kids-lie",
"hot-items-occur",
"jolly-rockets-kneel",
"kind-results-peel",
"light-dolls-remember",
"little-tables-melt",
"loud-otters-draw",
Expand Down Expand Up @@ -65,16 +67,20 @@
"social-lands-sit",
"some-tables-invite",
"sour-parks-nail",
"spicy-jobs-remain",
"spicy-rings-dress",
"spicy-words-allow",
"spotty-rice-juggle",
"strange-seals-decide",
"strong-deserts-yawn",
"stupid-lamps-repair",
"tall-shirts-know",
"tangy-parks-brush",
"tidy-panthers-dance",
"tricky-flowers-hunt",
"tricky-trains-know",
"true-clouds-call",
"true-rooms-draw",
"twelve-humans-work",
"two-carpets-compete",
"violet-bags-punch",
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# x-boilerplate

## 1.0.0-beta.28

### Minor Changes

- [`1bfb196`](https://github.com/wootsbot/X-boilerplate/commit/1bfb1966deea5d41860bd01597f71cee5b903ad8) Thanks [@wootsbot](https://github.com/wootsbot)! - git-hooks: change default package to pkgs.prek

### Patch Changes

- [`d67bc5e`](https://github.com/wootsbot/X-boilerplate/commit/d67bc5eed2d5a761c884cc1a413a28b2f72b142b) Thanks [@wootsbot](https://github.com/wootsbot)! - chore(deps): bump better-auth, drizzle-orm, drizzle-kit, postgres, and @better-fetch/fetch

- Add indexes on userId for session and account tables
- Add Drizzle relations for user, session, and account
- Add index on identifier for verification table

- [`ce408ef`](https://github.com/wootsbot/X-boilerplate/commit/ce408efd041abbbef20f5bf462375c34b46689af) Thanks [@wootsbot](https://github.com/wootsbot)! - Bump next-intl

- [`74a5501`](https://github.com/wootsbot/X-boilerplate/commit/74a5501c68d5e2eb669c8287e6efc9c9fb5a4c0b) Thanks [@wootsbot](https://github.com/wootsbot)! - Bupm nuqs

- [`353c45f`](https://github.com/wootsbot/X-boilerplate/commit/353c45f4b98f08606795f10013f6cb3cbd24d052) Thanks [@wootsbot](https://github.com/wootsbot)! - docs(agents): add project overview and improve AGENTS.md structure

- Add Project Overview section describing X-Boilerplate purpose and patterns
- Move Requirements section before Development Commands
- Add Environment Variables section with table from .env.template
- Clarify drizzle:push (dev only) vs drizzle:migrate (production/CI)
- Add Forms pattern documenting react-hook-form + zodResolver + useAction flow

- [`4ea5bed`](https://github.com/wootsbot/X-boilerplate/commit/4ea5bed8ac690327d0a6a82b2085bf3355507735) Thanks [@wootsbot](https://github.com/wootsbot)! - Fixed version node 24.x

## 1.0.0-beta.27

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "x-boilerplate",
"version": "1.0.0-beta.27",
"version": "1.0.0-beta.28",
"private": true,
"engines": {
"node": ">=24",
Expand Down