This commit is contained in:
Jordan Pittman 2023-12-18 12:32:34 -05:00
parent fbdb858e97
commit 8350cffdad
6 changed files with 11 additions and 8 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [3.4.0] - 2023-12-19
### Added
- Add `svh`, `lvh`, and `dvh` values to default `height`/`min-height`/`max-height` theme ([#11317](https://github.com/tailwindlabs/tailwindcss/pull/11317))
@ -2331,7 +2333,8 @@ No release notes
- Everything!
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.7...HEAD
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.0...HEAD
[3.4.0]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.7...v3.4.0
[3.3.7]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.6...v3.3.7
[3.3.6]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.5...v3.3.6
[3.3.5]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.4...v3.3.5

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "tailwindcss",
"version": "3.3.7",
"version": "3.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tailwindcss",
"version": "3.3.7",
"version": "3.4.0",
"license": "MIT",
"workspaces": [
"integrations/*",

View File

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

View File

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

View File

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

View File

@ -24,7 +24,7 @@
}
},
"..": {
"version": "3.3.7",
"version": "3.4.0",
"dev": true,
"license": "MIT",
"workspaces": [