From 797aa7a25e20d401cc10efc1559d8e787570631e Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Mon, 24 Jul 2023 13:25:34 +0000 Subject: [PATCH] chore(release): 3.3.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea5849fd2ca..b4c73a4c15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 3.3.2 (2023-07-24) + + +### Bug Fixes + +* [#2125](https://github.com/saadeghi/daisyui/issues/2125) ([df24a09](https://github.com/saadeghi/daisyui/commit/df24a09157611ace85773980088b553aeea1af45)) + ### 3.3.1 (2023-07-20) diff --git a/package.json b/package.json index c2397fc74bf..3992274306f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daisyui", - "version": "3.3.1", + "version": "3.3.2", "description": "daisyUI - Tailwind CSS Components", "author": "Pouya Saadeghi", "license": "MIT",