Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prevent npm updates to tailwindcss v4.x.x, not compatible yet #332

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project ad

[comment]: # 'Section Titles: Added/Fixed/Changed/Removed'

## [4.6.1] - 2025-01-24

- prevent auto-upgrades to `[email protected]` until we explore/fix compitibility
[(#331)](https://github.com/jaredh159/tailwind-react-native-classnames/issues/331)

## [4.6.0] - 2024-11-07

- added support for fontWeight sub-customization in fontSize theming (thanks @Gyeop)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"npub:precheck": "npm run lint && npm run format:check && npm run ts:check && npm run test"
},
"dependencies": {
"tailwindcss": ">=2.0.0"
"tailwindcss": ">=2.0.0 <4.0.0"
},
"peerDependencies": {
"react-native": ">=0.62.2"
Expand Down
Loading