Skip to content

Commit

Permalink
chore(release): 4.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Oct 2, 2024
1 parent 50520b4 commit ae7c3f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daisyui",
"version": "4.12.10",
"version": "4.12.11",
"description": "daisyUI - Tailwind CSS Components",
"author": "Pouya Saadeghi",
"license": "MIT",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ae7c3f3

Please sign in to comment.