This commit is contained in:
Jordan Pittman 2025-12-10 10:52:55 -05:00
parent c97337accd
commit 9eb4e3b567
4 changed files with 10 additions and 5 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Nothing yet!
## [3.4.19] - 2025-12-10
### Fixed
- Dont break `sibling-*()` functions when used inside `calc(…)` ([#19335](https://github.com/tailwindlabs/tailwindcss/pull/19335))
@ -2489,7 +2493,8 @@ No release notes
- Everything!
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.18...v3
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.19...v3
[3.4.19]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.18...v3.4.19
[3.4.18]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.17...v3.4.18
[3.4.17]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.16...v3.4.17
[3.4.16]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.15...v3.4.16

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "tailwindcss",
"version": "3.4.18",
"version": "3.4.19",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tailwindcss",
"version": "3.4.18",
"version": "3.4.19",
"license": "MIT",
"dependencies": {
"@alloc/quick-lru": "^5.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "tailwindcss",
"version": "3.4.18",
"version": "3.4.19",
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
"license": "MIT",
"main": "lib/index.js",

View File

@ -26,7 +26,7 @@
},
"..": {
"name": "tailwindcss",
"version": "3.4.18",
"version": "3.4.19",
"dev": true,
"license": "MIT",
"dependencies": {