diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 36e0043f..748343c3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/ui": "6.7.0", + "packages/ui": "6.7.1", "packages/ui-react": "6.6.3", "packages/ui-qwik": "6.7.0" } \ No newline at end of file diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 272a332d..575d942b 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.7.1](https://github.com/LuminescentDev/ui/compare/v6.7.0...v6.7.1) (2026-07-10) + + +### Bug Fixes + +* update border color calculations to use background color in depth utilities ([b14c761](https://github.com/LuminescentDev/ui/commit/b14c761290b9766d39807f87b7a3a6cb393327a7)) + + +### Code Refactoring + +* put depth css into one class that is shared among the other classes idk ([bad4712](https://github.com/LuminescentDev/ui/commit/bad4712912bd227186d08bd174e0b294b7b84ffa)) + ## [6.7.0](https://github.com/LuminescentDev/ui/compare/v6.6.3...v6.7.0) (2026-02-20) diff --git a/packages/ui/package.json b/packages/ui/package.json index cdc71831..4bea5137 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@luminescent/ui", - "version": "7.0.0", + "version": "6.7.1", "description": "Luminescent UI library", "exports": { ".": "./src/index.css",