From ce2fb8a345e9b85209f1804ab2079a656fd6aa76 Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Fri, 25 Aug 2023 12:05:33 +0000 Subject: [PATCH] chore(release): 3.6.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ba5ed01ae..f586aac0f89 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.6.3 (2023-08-25) + + +### Bug Fixes + +* [#2257](https://github.com/saadeghi/daisyui/issues/2257) ([7b63fca](https://github.com/saadeghi/daisyui/commit/7b63fcad130b304ac2dfc901dde6e8052da3b8cf)) + ### 3.6.2 (2023-08-25) ### 3.6.1 (2023-08-22) diff --git a/package.json b/package.json index ca6a812996a..fa5c93d76b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daisyui", - "version": "3.6.2", + "version": "3.6.3", "description": "daisyUI - Tailwind CSS Components", "author": "Pouya Saadeghi", "license": "MIT",