mirror of
https://github.com/temetro/temetro.git
synced 2026-07-26 11:58:14 +00:00
chore(release): v0.2.1
Bump root, backend, and frontend to 0.2.1 and add the 0.2.1 changelog section. Patch release: pagination styling, patient-sheet header reflow, message avatars, and CHANGELOG-based GitHub Release notes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,21 @@ for how releases are cut and published.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.1] — 2026-06-27
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- **Patients pagination** controls now render as proper buttons — the prev/next
|
||||||
|
and page-number controls were unstyled and wrapping (the COSS `PaginationLink`
|
||||||
|
drops its button styling when given a `render` prop).
|
||||||
|
- **Patient detail sheet header** reflowed: actions (Download summary / Transfer
|
||||||
|
/ Edit / Delete) moved to their own wrapping row so the patient name is no
|
||||||
|
longer truncated.
|
||||||
|
- **Messages thread** now shows **sender and recipient avatars** alongside the
|
||||||
|
chat bubbles.
|
||||||
|
- **Release notes** — the `release` workflow now publishes the matching
|
||||||
|
`CHANGELOG.md` section as the GitHub Release body (instead of only the
|
||||||
|
auto-generated "Full Changelog" link).
|
||||||
|
|
||||||
## [0.2.0] — 2026-06-27
|
## [0.2.0] — 2026-06-27
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -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.2.0",
|
"version": "0.2.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.2.0",
|
"version": "0.2.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.2.0",
|
"version": "0.2.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"shadcn": "^4.11.0"
|
"shadcn": "^4.11.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user