From a7a1e9e9f2c3517c7b543b537e94d0ea51f71162 Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Thu, 2 May 2024 20:58:44 +0000 Subject: [PATCH] chore(release): 4.10.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97584d24ac3..75b8422df68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 4.10.4 (2024-05-02) + + +### Bug Fixes + +* show the parent element of disabled `input` as disabled ([50d26b5](https://github.com/saadeghi/daisyui/commit/50d26b576416578b4e6e06e3be200cb811d8a270)), closes [#3004](https://github.com/saadeghi/daisyui/issues/3004) + ## 4.10.3 (2024-05-01) ## 4.10.2 (2024-04-16) diff --git a/package.json b/package.json index 01e9a26a161..859066a0cc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daisyui", - "version": "4.10.3", + "version": "4.10.4", "description": "daisyUI - Tailwind CSS Components", "author": "Pouya Saadeghi", "license": "MIT",