tailwindcss 3.4.9 → 3.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  - Nothing yet!
11
11
 
12
+ ## [3.4.10] - 2024-08-13
13
+
14
+ ### Fixed
15
+
16
+ - Bump versions of plugins in the Standalone CLI ([#14185](https://github.com/tailwindlabs/tailwindcss/pull/14185))
17
+
12
18
  ## [3.4.9] - 2024-08-08
13
19
 
14
20
  ### Fixed
@@ -2425,7 +2431,8 @@ No release notes
2425
2431
 
2426
2432
  - Everything!
2427
2433
 
2428
- [unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.9...HEAD
2434
+ [unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...HEAD
2435
+ [3.4.10]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10
2429
2436
  [3.4.9]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.8...v3.4.9
2430
2437
  [3.4.8]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.8
2431
2438
  [3.4.7]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.6...v3.4.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwindcss",
3
- "version": "3.4.9",
3
+ "version": "3.4.10",
4
4
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",