Skip to content

Commit

Permalink
fix: Correctly set minimum Tailwind CSS versions required by the libr…
Browse files Browse the repository at this point in the history
…ary (#62)
  • Loading branch information
cgero-eth authored Jan 19, 2024
1 parent 101973f commit 9ce9d61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Fixed

- Minimum `tailwindcss` version required

## [1.0.8] - 2024-01-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-dom": "^18.0.0"
},
"peerDependencies": {
"tailwindcss": "^3.0.0"
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.23.3",
Expand Down

0 comments on commit 9ce9d61

Please sign in to comment.