This commit is contained in:
Jordan Pittman 2023-04-25 18:05:49 -04:00
parent 48ff773193
commit 1867744706
5 changed files with 12 additions and 7 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.3.2] - 2023-04-25
### Fixed
- Dont move unknown pseudo-elements to the end of selectors ([#10943](https://github.com/tailwindlabs/tailwindcss/pull/10943), [#10962](https://github.com/tailwindlabs/tailwindcss/pull/10962))
@ -2232,7 +2236,8 @@ No release notes
- Everything!
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.1...HEAD
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.2...HEAD
[3.3.2]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.1...v3.3.2
[3.3.1]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.0...v3.3.1
[3.3.0]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.7...v3.3.0
[3.2.7]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.6...v3.2.7

4
package-lock.json generated
View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "tailwindcss",
"version": "3.3.1",
"version": "3.3.2",
"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.1",
"version": "3.3.2",
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
"license": "MIT",
"main": "lib/index.js",