From 83583073eb8ccbbd19065c8c8123a474154ed618 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:31:02 +0000 Subject: [PATCH] chore(main): release 6.7.0 --- .release-please-manifest.json | 2 +- packages/ui-react/CHANGELOG.md | 26 ++++++++++++++++++++++++++ packages/ui-react/package.json | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 packages/ui-react/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 36e0043f..e58dfd96 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "packages/ui": "6.7.0", - "packages/ui-react": "6.6.3", + "packages/ui-react": "6.7.0", "packages/ui-qwik": "6.7.0" } \ No newline at end of file diff --git a/packages/ui-react/CHANGELOG.md b/packages/ui-react/CHANGELOG.md new file mode 100644 index 00000000..12d20b13 --- /dev/null +++ b/packages/ui-react/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## [6.7.0](https://github.com/LuminescentDev/ui/compare/v6.6.3...v6.7.0) (2026-07-10) + + +### Features + +* add --lum-depth variable and integrate depth-based styling across components ([a2948b9](https://github.com/LuminescentDev/ui/commit/a2948b9e0091026eede84580c9ba678fdd9da2b2)) +* add Luminescent UI React library with components and documentation ([28d224b](https://github.com/LuminescentDev/ui/commit/28d224baf4be0898f2517317bd1b238f1aa2d233)) +* enhance SelectMenu component with additional props for customization ([435431b](https://github.com/LuminescentDev/ui/commit/435431bf46b255d5871f2789ce1af63d9837202b)) +* **nav:** close mobile menu on outside click; add nodismiss prop ([1801ac6](https://github.com/LuminescentDev/ui/commit/1801ac6876b440ed26ea8eae9c922916abd204f3)) + + +### Bug Fixes + +* correct stop-color to stopColor in Birdflop logo gradient ([c959ee9](https://github.com/LuminescentDev/ui/commit/c959ee9ce8d1d52303a51462f6e70bd4db8ca950)) +* improve menu dismissal logic to ignore clicks on elements with 'nav-ignore-dismiss' class ([fed1049](https://github.com/LuminescentDev/ui/commit/fed1049a02bef98dfae51015146e28be080e8e15)) +* **nav:** add title attribute to hamburger button for accessibility ([63647dd](https://github.com/LuminescentDev/ui/commit/63647ddf934c1607806fcbb8fcb799e4849e9326)) +* prevent menu dismissal when clicking on elements with noNavDismiss attribute ([6ce45c2](https://github.com/LuminescentDev/ui/commit/6ce45c2a19de299da8c5ab1de837a2e82a1154c3)) +* **SelectMenu:** refactor to use useSignal for select reference and remove id prop ([fde776b](https://github.com/LuminescentDev/ui/commit/fde776b6c114f3dea135d40b583e843be7cef9aa)) + + +### Code Refactoring + +* Standardize import statements and formatting across components ([b39a21e](https://github.com/LuminescentDev/ui/commit/b39a21ee7eb3ce2e6173251e3962c3187565da3f)) +* tighten transition utilities and standardize selector syntax ([411521b](https://github.com/LuminescentDev/ui/commit/411521b9fb5d0432210c10c9ccb633d6385ba3ff)) diff --git a/packages/ui-react/package.json b/packages/ui-react/package.json index ad5018e2..9dd5fa9f 100644 --- a/packages/ui-react/package.json +++ b/packages/ui-react/package.json @@ -1,6 +1,6 @@ { "name": "@luminescent/ui-react", - "version": "6.8.2", + "version": "6.7.0", "description": "Luminescent UI library - React", "engines": { "node": ">=23.11.0",