tailwindcss 3.0.4 → 3.0.5

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.
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.0.5] - 2021-12-15
13
+
14
+ ### Fixed
15
+
16
+ - Revert: add `li` to list-style reset ([9777562d](https://github.com/tailwindlabs/tailwindcss/commit/9777562da37ee631bbf77374c0d14825f09ef9af))
17
+
12
18
  ## [3.0.4] - 2021-12-15
13
19
 
14
20
  ### Fixed
@@ -21,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
27
 
22
28
  - Warn about invalid globs in `content` ([#6449](https://github.com/tailwindlabs/tailwindcss/pull/6449))
23
29
  - Add standalone tailwindcss CLI ([#6506](https://github.com/tailwindlabs/tailwindcss/pull/6506))
30
+ - Add `li` to list-style reset ([00f60e6](https://github.com/tailwindlabs/tailwindcss/commit/00f60e61013c6e4e3419e4b699371a13eb30b75d))
24
31
 
25
32
  ### Fixed
26
33
 
@@ -1716,7 +1723,8 @@ No release notes
1716
1723
 
1717
1724
  - Everything!
1718
1725
 
1719
- [unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.4...HEAD
1726
+ [unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.5...HEAD
1727
+ [3.0.5]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.4...v3.0.5
1720
1728
  [3.0.4]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.3...v3.0.4
1721
1729
  [3.0.3]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.2...v3.0.3
1722
1730
  [3.0.2]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.1...v3.0.2
@@ -289,7 +289,6 @@ legend {
289
289
 
290
290
  ol,
291
291
  ul,
292
- li,
293
292
  menu {
294
293
  list-style: none;
295
294
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwindcss",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -289,7 +289,6 @@ legend {
289
289
 
290
290
  ol,
291
291
  ul,
292
- li,
293
292
  menu {
294
293
  list-style: none;
295
294
  margin: 0;