mirror of
https://github.com/temetro/temetro.git
synced 2026-08-29 03:46:52 +00:00
chore(release): v0.2.0
Bump root, backend, and frontend to 0.2.0 and move the changelog Unreleased notes under a dated 0.2.0 heading. Adds Patients pagination, per-patient record history, patient summary PDF export, the messages bubble/attachment UI, the AI import approval-card fix, and the Docker network-address fix. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,8 @@ for how releases are cut and published.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.0] — 2026-06-27
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- **Patients table pagination.** The Patients list now paginates at 10 rows per
|
- **Patients table pagination.** The Patients list now paginates at 10 rows per
|
||||||
page (COSS `Pagination`), so large clinics no longer scroll endlessly.
|
page (COSS `Pagination`), so large clinics no longer scroll endlessly.
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ information as rich record cards — backed by a **patient-owned data model**.
|
|||||||
|
|
||||||
[](./LICENSE)
|
[](./LICENSE)
|
||||||
[](https://hub.docker.com/u/khalidxv)
|
[](https://hub.docker.com/u/khalidxv)
|
||||||
[](./CHANGELOG.md)
|
[](./CHANGELOG.md)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "temetro-backend",
|
"name": "temetro-backend",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"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.1.0",
|
"version": "0.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "temetro",
|
"name": "temetro",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"shadcn": "^4.11.0"
|
"shadcn": "^4.11.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user