From 5fff47861642d0cf293ce5fdc544ac19c5da20a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 13:31:04 +0000 Subject: [PATCH] chore: version packages --- .changeset/aria-labels-press-themes.md | 10 ---------- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 .changeset/aria-labels-press-themes.md diff --git a/.changeset/aria-labels-press-themes.md b/.changeset/aria-labels-press-themes.md deleted file mode 100644 index 5a787c8..0000000 --- a/.changeset/aria-labels-press-themes.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@dateforge/react-calendar": minor ---- -Add cascading `actionLabels` config to `` for centralized aria-label customization across all modules. - -Add `press` appearance — newspaper-style serif with sharp corners, wide letter-spacing, and flat shadows. - -Add `atelier` (light) and `bauhaus` (dark) themes — paired warm cream / cool ink palette with red dateline accent. - -Rename appearance tokens for clarity: `--header-padding` → `--cal-nav-padding`, `--header-min-height` → `--cal-nav-min-height`, `--cal-text-2xl` → `--cal-nav-font-size`, `--cal-text-xl` → `--cal-nav-meta-font-size`. The `headerPadding` / `headerMinHeight` TS keys become `navPadding` / `navMinHeight`, with new `navFontSize` / `navMetaFontSize` added. diff --git a/CHANGELOG.md b/CHANGELOG.md index 463c79b..2aa7a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.6.0 + +### Minor Changes + +- [#94](https://github.com/kirilinsky/dateforge-react-calendar/pull/94) [`2364da7`](https://github.com/kirilinsky/dateforge-react-calendar/commit/2364da749e710dc8a6053cb79e4351549932e809) Thanks [@kirilinsky](https://github.com/kirilinsky)! - Add cascading `actionLabels` config to `` for centralized aria-label customization across all modules. + + Add `press` appearance — newspaper-style serif with sharp corners, wide letter-spacing, and flat shadows. + + Add `atelier` (light) and `bauhaus` (dark) themes — paired warm cream / cool ink palette with red dateline accent. + + Rename appearance tokens for clarity: `--header-padding` → `--cal-nav-padding`, `--header-min-height` → `--cal-nav-min-height`, `--cal-text-2xl` → `--cal-nav-font-size`, `--cal-text-xl` → `--cal-nav-meta-font-size`. The `headerPadding` / `headerMinHeight` TS keys become `navPadding` / `navMinHeight`, with new `navFontSize` / `navMetaFontSize` added. + ## 1.5.1 ### Patch Changes diff --git a/package.json b/package.json index 9ef0e56..b060ccf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dateforge/react-calendar", - "version": "1.5.1", + "version": "1.6.0", "description": "Modular React calendar toolkit. Compose single, multiple, range, time, presets, tracks, themes, appearances, and custom flows with zero dependencies.", "publishConfig": { "access": "public",