From 8aeaeebf87c510d363d2d2e978bffb0d1cfa9f9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Mar 2022 14:03:27 -0400 Subject: [PATCH] chore: release 1.5.1 (#49) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc83b7e8..ec5c40a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [1.5.1](https://www.github.com/daisyui/react-daisyui/compare/v1.5.0...v1.5.1) (2022-03-16) + + +### Bug Fixes + +* added disabled prop to dropdown toggle ([7d2543c](https://www.github.com/daisyui/react-daisyui/commit/7d2543c758418564f67fc30f78a32a693b4c1200)) +* readded lost commit from rebase ([41edb8b](https://www.github.com/daisyui/react-daisyui/commit/41edb8b91d35fa3b0fdcd8f3d1c7f72ef8fccd3b)) + ## [1.5.0](https://www.github.com/daisyui/react-daisyui/compare/v1.4.0...v1.5.0) (2022-03-16) diff --git a/package-lock.json b/package-lock.json index 5e0fe5aa..01c4b006 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-daisyui", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-daisyui", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.16.0", diff --git a/package.json b/package.json index 8a80f2c6..73be8e93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-daisyui", - "version": "1.5.0", + "version": "1.5.1", "description": "react-daisyui - DaisyUI components built with React 🌼", "author": "daisyui", "license": "MIT",