Skip to content

Commit 7688b62

Browse files
committed
chore: version packages
1 parent 7098e7b commit 7688b62

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

.changeset/workout-notes-and-blocks.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# training-app
22

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 53b1f57: Workout tracker: client notes and colored blocks
8+
9+
- Exercise client note: unified add/edit UI (`NoteField`) with lucide icons (`Plus`/`Pencil`), label-prefixed display, moved to the bottom of the exercise card.
10+
- Workout note: the per-session note (`workout-logs.notes`) is now editable in the tracker footer; relabeled from "session" to "workout" to avoid ambiguity.
11+
- Colored blocks: groups can be merged into one colored band via the new `bundleWithPrevious` field on `workout-groups`. The loader bundles consecutive groups into `blocks` (index resets per section); the tracker renders one background per block.
12+
- Workout ID is shown in the tracker header for identification.
13+
314
## 1.2.0
415

516
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "training-app",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Aplikacja treningowa na Payload 3",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)