chore: release v0.15.1

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Khalid Abdi
2026-07-17 00:05:33 +03:00
parent 000591f87f
commit aa535f08c4
4 changed files with 13 additions and 3 deletions
+10
View File
@@ -7,6 +7,16 @@ for how releases are cut and published.
## [Unreleased]
## [0.15.1] — 2026-07-17
### Fixed
- **Settings frames with more than one panel now breathe.** When a settings section stacked
several cards — the AI availability toggles and the patient/account notification lists — the
panels sat flush against each other with no gap, reading as one joined block. Those frames now
use the COSS "separated panels" spacing (a 1rem gap that keeps each card's rounded corners),
while intentional joined lists (care team, records) stay flush. Opt-in via a new `separated`
prop on `SettingsFrame`/`SettingsSection` (`frontend/components/settings/settings-parts.tsx`).
## [0.15.0] — 2026-07-15
### Fixed
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "temetro-backend",
"version": "0.15.0",
"version": "0.15.1",
"private": true,
"type": "module",
"description": "temetro backend — Express + Postgres API with Better Auth (email/password, organizations) and org-scoped patient records.",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.15.0",
"version": "0.15.1",
"private": true,
"scripts": {
"dev": "next dev",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "temetro",
"version": "0.15.0",
"version": "0.15.1",
"private": true,
"devDependencies": {
"shadcn": "^4.11.0"