From bbb74445d3d241596b1de68fd77eea02d261c407 Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Wed, 20 Dec 2023 18:34:33 +0000 Subject: [PATCH] chore(release): 4.4.23 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e7a6c4a7bd..75d9c1c374e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.4.23 (2023-12-20) + + +### Bug Fixes + +* [#2634](https://github.com/saadeghi/daisyui/issues/2634) compile base colors ([#2635](https://github.com/saadeghi/daisyui/issues/2635)) ([ae4807b](https://github.com/saadeghi/daisyui/commit/ae4807b94408453ecd0f373c6343572efc984b16)) +* [#2682](https://github.com/saadeghi/daisyui/issues/2682) ([49c6389](https://github.com/saadeghi/daisyui/commit/49c638938d81e9aaefb725348831ef3c02d0d75f)) + ## 4.4.22 (2023-12-20) diff --git a/package.json b/package.json index 3c5d6617075..a1aa63899e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daisyui", - "version": "4.4.22", + "version": "4.4.23", "description": "daisyUI - Tailwind CSS Components", "author": "Pouya Saadeghi", "license": "MIT",