diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de2d301b21..fbecd5cdccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.12.11 (2024-10-02) + + +### Bug Fixes + +* join button responsive margin issue. closes [#3118](https://github.com/saadeghi/daisyui/issues/3118) ([50520b4](https://github.com/saadeghi/daisyui/commit/50520b44e7a9ab27d975e06d07ee29a011099a47)) + ## 4.12.10 (2024-06-26) diff --git a/package.json b/package.json index a27d6dd916b..c65093fd3a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "daisyui", - "version": "4.12.10", + "version": "4.12.11", "description": "daisyUI - Tailwind CSS Components", "author": "Pouya Saadeghi", "license": "MIT", @@ -46,10 +46,14 @@ "engines": { "node": ">=16.9.0" }, - "browserslist": ["> 7%"], + "browserslist": [ + "> 7%" + ], "publishConfig": { "access": "public", - "branches": ["master"] + "branches": [ + "master" + ] }, "scripts": { "init": "npm install && npm run build && cd src/docs && npm install && npm run get-json --silent && cd src/experiments/playground && npm install",