From bf5144ba993d22a3f6e6a2780c0babd8a4bb4aea Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Mon, 29 Jan 2024 12:30:01 +0000 Subject: [PATCH] chore(release): 4.6.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6a7a570a6..c867f0c9786 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.6.1 (2024-01-29) + + +### Bug Fixes + +* [#2775](https://github.com/saadeghi/daisyui/issues/2775) Fix opacity modifier for disabled selection ([#2776](https://github.com/saadeghi/daisyui/issues/2776)) ([65b13a8](https://github.com/saadeghi/daisyui/commit/65b13a82e9ce25414312a40cfd8763cf98f5156f)) + ## 4.6.0 (2024-01-11) diff --git a/package.json b/package.json index 37cdfd31fb9..67ec88b601e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daisyui", - "version": "4.6.0", + "version": "4.6.1", "description": "daisyUI - Tailwind CSS Components", "author": "Pouya Saadeghi", "license": "MIT",