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": {