diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a0ba9de0d2..e5573af7e31 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.5.0 (2023-07-25) + + +### Features + +* improve animation and transition speed for checkbox, collapse, drawer, dropdown, loading, menu, modal, radio, rating, swap, toggle, badge, file-input ([561e4e6](https://github.com/saadeghi/daisyui/commit/561e4e669b157958053e512837f2a3d16760c73d)) + ## 3.4.0 (2023-07-24) diff --git a/package.json b/package.json index a2ce60e93c4..8c1992db608 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daisyui", - "version": "3.4.0", + "version": "3.5.0", "description": "daisyUI - Tailwind CSS Components", "author": "Pouya Saadeghi", "license": "MIT",