8000 3.3.2 · tailwindlabs/tailwindcss@1867744 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 1867744

Browse files
committed
3.3.2
1 parent 48ff773 commit 1867744

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Nothing yet!
11+
12+
## [3.3.2] - 2023-04-25
13+
1014
### Fixed
1115

1216
- Don’t 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
22322236

22332237
- Everything!
22342238

2235-
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.1...HEAD
2239+
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.2...HEAD
2240+
[3.3.2]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.1...v3.3.2
22362241
[3.3.1]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.0...v3.3.1
22372242
[3.3.0]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.7...v3.3.0
22382243
[3.2.7]: https://github.com/tailwindlabs/tailwindcss/compare/v3.2.6...v3.2.7

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.stable.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "tailwindcss",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"lockfileVersion": 2,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "tailwindcss",
9-
"version": "3.3.1",
9+
"version": "3.3.2",
1010
"license": "MIT",
1111
"dependencies": {
1212
"@alloc/quick-lru": "^5.2.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
55
"license": "MIT",
66
"main": "lib/index.js",

package.stable.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
55
"license": "MIT",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)
0