diff --git a/CHANGELOG.md b/CHANGELOG.md index 7911ee39..7af701ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [6.0.0](https://github.com/daisyui/react-daisyui/compare/v5.0.5...v6.0.0) (2025-07-27) + + +### ⚠ BREAKING CHANGES + +* new peer dependency version with breaking changes + +### Features + +* **Dock:** added Dock component to replace BottomNavigation ([f00654c](https://github.com/daisyui/react-daisyui/commit/f00654c9af4554b9acf0cbb97d25f946112e7111)) + + +### Miscellaneous Chores + +* upgrade to daisyui 5.0.0 ([eb32cb1](https://github.com/daisyui/react-daisyui/commit/eb32cb14a255fc0364b8ed8512beb6bd3b94ab4a)) + ## [5.0.5](https://github.com/daisyui/react-daisyui/compare/v5.0.4...v5.0.5) (2024-09-18) diff --git a/package-lock.json b/package-lock.json index 6c94397e..33a835ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-daisyui", - "version": "5.0.5", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-daisyui", - "version": "5.0.5", + "version": "6.0.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.16.0", diff --git a/package.json b/package.json index 238730d7..7452e5bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-daisyui", - "version": "5.0.5", + "version": "6.0.0", "description": "react-daisyui - DaisyUI components built with React 🌼", "author": "daisyui", "license": "MIT",