From 722b3000479b0d872927763b18f2ec506868a793 Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Tue, 7 May 2024 21:15:02 +0000 Subject: [PATCH] chore(release): 4.11.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 453d34a8a5c..c3fd35388bd 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.11.0 (2024-05-07) + + +### Features + +* add `tab-active` style for tabs with `aria-selected="true"` attribute ([213ee58](https://github.com/saadeghi/daisyui/commit/213ee58c03aa871f37c3068c20ee1e4b1292740f)) + ## 4.10.5 (2024-05-03) diff --git a/package.json b/package.json index 1338f3c4123..f97da1e7f0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daisyui", - "version": "4.10.5", + "version": "4.11.0", "description": "daisyUI - Tailwind CSS Components", "author": "Pouya Saadeghi", "license": "MIT",