From c749fb30d6a5c8ad64a75a9397e1a94428ad11e3 Mon Sep 17 00:00:00 2001 From: Pouya Saadeghi Date: Fri, 21 Oct 2022 02:05:03 +0300 Subject: [PATCH] chore(release): 2.32.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5b62dcd73..547b718f3a3 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. +## [2.32.0](https://github.com/saadeghi/daisyui/compare/v2.31.0...v2.32.0) (2022-10-20) + + +### Bug Fixes + +* [#1261](https://github.com/saadeghi/daisyui/issues/1261) ([fdb6c93](https://github.com/saadeghi/daisyui/commit/fdb6c93de595d64e9a7d954f760124893a5bfd6f)) + ## [2.31.0](https://github.com/saadeghi/daisyui/compare/v2.30.0...v2.31.0) (2022-09-21) diff --git a/package.json b/package.json index 190d3f2de87..8c5f0d0a158 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daisyui", - "version": "2.31.0", + "version": "2.32.0", "description": "daisyUI - Tailwind CSS Components", "author": "Pouya Saadeghi", "license": "MIT",