Skip to content

Commit

Permalink
prevent npm updates to tailwindcss v4.x.x, not compatible yet
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredh159 committed Jan 24, 2025
1 parent 5926c9a commit 55fd2d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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

0 comments on commit 55fd2d7

Please sign in to comment.