tailwindcss 3.0.21 → 3.0.22
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 +8 -1
- package/package.json +2 -2
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.22] - 2022-02-11
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- Temporarily move postcss to dependencies ([#7424](https://github.com/tailwindlabs/tailwindcss/pull/7424))
|
|
17
|
+
|
|
12
18
|
## [3.0.21] - 2022-02-10
|
|
13
19
|
|
|
14
20
|
### Fixed
|
|
@@ -1859,7 +1865,8 @@ No release notes
|
|
|
1859
1865
|
|
|
1860
1866
|
- Everything!
|
|
1861
1867
|
|
|
1862
|
-
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.
|
|
1868
|
+
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.22...HEAD
|
|
1869
|
+
[3.0.22]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.21...v3.0.22
|
|
1863
1870
|
[3.0.21]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.20...v3.0.21
|
|
1864
1871
|
[3.0.20]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.19...v3.0.20
|
|
1865
1872
|
[3.0.19]: https://github.com/tailwindlabs/tailwindcss/compare/v3.0.18...v3.0.19
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tailwindcss",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.22",
|
|
4
4
|
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
"eslint-plugin-prettier": "^4.0.0",
|
|
51
51
|
"jest": "^27.4.7",
|
|
52
52
|
"jest-diff": "^27.4.6",
|
|
53
|
-
"postcss": "^8.4.6",
|
|
54
53
|
"prettier": "^2.5.1",
|
|
55
54
|
"prettier-plugin-tailwindcss": "^0.1.7",
|
|
56
55
|
"rimraf": "^3.0.0"
|
|
@@ -73,6 +72,7 @@
|
|
|
73
72
|
"is-glob": "^4.0.3",
|
|
74
73
|
"normalize-path": "^3.0.0",
|
|
75
74
|
"object-hash": "^2.2.0",
|
|
75
|
+
"postcss": "^8.4.6",
|
|
76
76
|
"postcss-js": "^4.0.0",
|
|
77
77
|
"postcss-load-config": "^3.1.0",
|
|
78
78
|
"postcss-nested": "5.0.6",
|