Skip to content

Commit

Permalink
Update peer dependency version to include 4.0.0-beta.1 (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess authored Jan 7, 2025
1 parent 383bee7 commit 25b0f9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing yet!
### Fixed

- Support installing with beta versions of Tailwind CSS v4 ([#365](https://github.com/tailwindlabs/tailwindcss-typography/pull/365))

## [0.5.15] - 2024-08-28

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"release-notes": "node ./scripts/release-notes.js"
},
"peerDependencies": {
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20"
"tailwindcss": ">=3.0.0 || insiders || >=4.0.0-alpha.20 || >=4.0.0-beta.1"
},
"devDependencies": {
"@mdx-js/loader": "^1.0.19",
Expand Down

0 comments on commit 25b0f9e

Please sign in to comment.