mirror of
https://github.com/temetro/temetro.git
synced 2026-08-28 19:37:33 +00:00
chore: release v0.13.1
Bump version to 0.13.1 across root/backend/frontend and add the 0.13.1 CHANGELOG entry (COSS checkbox/table on the web, wallet-app home sheets). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,24 @@ for how releases are cut and published.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.13.1] — 2026-07-13
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- **New Invoice checkboxes.** The Back-date / Due-date toggles now use the COSS `Checkbox`
|
||||||
|
(`frontend/components/ui/checkbox.tsx`) instead of raw, misshapen native checkboxes.
|
||||||
|
- **Patients page toolbar & table.** The list is now a COSS **Table in a `CardFrame`**
|
||||||
|
(`frontend/components/ui/table.tsx`), and the secondary "Import from a patient app" action moved
|
||||||
|
into a `⋯` overflow menu so the toolbar keeps a single primary "Add patient" CTA.
|
||||||
|
- **Patient detail sheet header.** The five action buttons plus delete collapse into a primary
|
||||||
|
**Edit** button and a `⋯ More` menu (Download summary, Record visit, Transfer, Push to wallet, and
|
||||||
|
a destructive Delete).
|
||||||
|
|
||||||
|
### Wallet app
|
||||||
|
- **Home quick actions open sheets.** "Share record" now opens a bottom sheet with a scannable **QR**
|
||||||
|
of the wallet number (`react-native-qrcode-svg`); "My wallet" opens a bottom sheet with copyable
|
||||||
|
wallet number / fingerprint / algorithm; and the duplicate "Notifications" action (the header
|
||||||
|
already has a bell) is replaced with **Scan**.
|
||||||
|
|
||||||
## [0.13.0] — 2026-07-12
|
## [0.13.0] — 2026-07-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "temetro-backend",
|
"name": "temetro-backend",
|
||||||
"version": "0.13.0",
|
"version": "0.13.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.13.0",
|
"version": "0.13.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.13.0",
|
"version": "0.13.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"shadcn": "^4.11.0"
|
"shadcn": "^4.11.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user