mirror of
https://github.com/temetro/temetro.git
synced 2026-09-04 14:55:28 +00:00
chore: release v0.15.1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,16 @@ for how releases are cut and published.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.15.0] — 2026-07-15
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "temetro-backend",
|
"name": "temetro-backend",
|
||||||
"version": "0.15.0",
|
"version": "0.15.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "temetro backend — Express + Postgres API with Better Auth (email/password, organizations) and org-scoped patient records.",
|
"description": "temetro backend — Express + Postgres API with Better Auth (email/password, organizations) and org-scoped patient records.",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"version": "0.15.0",
|
"version": "0.15.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "temetro",
|
"name": "temetro",
|
||||||
"version": "0.15.0",
|
"version": "0.15.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"shadcn": "^4.11.0"
|
"shadcn": "^4.11.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user