Skip to content

Commit eb1602a

Browse files
committed
Trigger release
1 parent 1641629 commit eb1602a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2025-12-09] [Trigger release](https://github.com/RubricLab/ui/commit/af8c880e94f9cd3ef05450dd1e3e10b2493b5417)
12
- [2025-12-08] [Apply default border color to inputs](https://github.com/RubricLab/ui/commit/a9ed3f31c1f4de1bfb32376aa3aa1c1a1b9f1bf6)
23
- [2025-12-06] [Update docs](https://github.com/RubricLab/ui/commit/f4223f72d0351c410101f557a41c2c7693ea7e6b)
34
- [2025-11-19] [Add optional classNames to all components for developer convenience without adding classNames to zod schemas](https://github.com/RubricLab/fabric-ui/commit/b1f4809712893d5a03c39237890396a77ac894f8)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Recommended setup with Tailwind v4 (`@theme inline`) in your `./globals.css`:
122122
--destructive: oklch(62.72% 0.233 29.22);
123123
--muted: oklch(98.27% 0.001 95.47);
124124
--muted-foreground: oklch(13.68% 0.034 0.09);
125-
--radius: 8px;
125+
--radius: 0.5rem;
126126
/* Optional but recommended */
127127
--accent-foreground: #111111;
128128
}
@@ -138,7 +138,7 @@ Recommended setup with Tailwind v4 (`@theme inline`) in your `./globals.css`:
138138
--destructive: oklch(62.72% 0.233 29.22);
139139
--muted: oklch(15.48% 0.006 89.58);
140140
--muted-foreground: oklch(86.68% 0.017 261.56);
141-
--radius: 8px;
141+
--radius: 0.5rem;
142142
/* Optional but recommended */
143143
--accent-foreground: #fafafa;
144144
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
"post-commit": "bun x @rubriclab/package post-commit"
5454
},
5555
"types": "./src/index.ts",
56-
"version": "5.1.46"
56+
"version": "5.1.47"
5757
}

0 commit comments

Comments
 (0)