From 68d2303c904d5d4a3dc66983fd8ad777ef153a3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 04:56:08 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/mobile-hamburger-nav.md | 7 ------- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/mobile-hamburger-nav.md diff --git a/.changeset/mobile-hamburger-nav.md b/.changeset/mobile-hamburger-nav.md deleted file mode 100644 index 18d97ec..0000000 --- a/.changeset/mobile-hamburger-nav.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"brand-shell": minor ---- - -Add mobile hamburger navigation to the Header component. - -All adapters (React, Web Component, Vue, Svelte) now render a hamburger toggle button when nav content is present. The menu opens and closes via `aria-expanded`, which drives CSS show/hide with no extra JS class manipulation. Keyboard (Escape) and outside-click gestures close the drawer. No API changes — existing `navLinks`, CTA, and social-link props continue to work as before. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce5ab0..6da9640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # brand-shell +## 0.18.0 + +### Minor Changes + +- 1257ac5: Add mobile hamburger navigation to the Header component. + + All adapters (React, Web Component, Vue, Svelte) now render a hamburger toggle button when nav content is present. The menu opens and closes via `aria-expanded`, which drives CSS show/hide with no extra JS class manipulation. Keyboard (Escape) and outside-click gestures close the drawer. No API changes — existing `navLinks`, CTA, and social-link props continue to work as before. + ## 0.17.0 ### Minor Changes diff --git a/package.json b/package.json index 9347b0a..2f2c9df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brand-shell", - "version": "0.17.0", + "version": "0.18.0", "description": "Reusable Header and Footer components with typed details and theme. Premium default UX, works in React, Vite, Next.js.", "homepage": "https://github.com/venwork-dev/brand-shell#readme", "repository": {