From f5b5fd874504d7aea82d6be749b7808412c76f77 Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Fri, 3 May 2024 04:43:48 +0000 Subject: [PATCH] chore(release): 4.10.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75b8422df68..453d34a8a5c 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.5 (2024-05-03) + + +### Bug Fixes + +* add missing `outline-*` color utility classes to CDN file ([b3e4800](https://github.com/saadeghi/daisyui/commit/b3e48008db3af6002fb04ca81b84aa18bb55e53c)), closes [#2944](https://github.com/saadeghi/daisyui/issues/2944) + ## 4.10.4 (2024-05-02) diff --git a/package.json b/package.json index 859066a0cc3..1338f3c4123 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daisyui", - "version": "4.10.4", + "version": "4.10.5", "description": "daisyUI - Tailwind CSS Components", "author": "Pouya Saadeghi", "license": "MIT",