Skip to content

Commit f1f419a

Browse files
committed
3.4.3
1 parent e6c1082 commit f1f419a

File tree

4 files changed

+13
-17
lines changed

4 files changed

+13
-17
lines changed

CHANGELOG.md

+6-1
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.4.3] - 2024-03-27
13+
1014
### Fixed
1115

1216
- Revert changes to glob handling ([#13384](https://github.com/tailwindlabs/tailwindcss/pull/13384))
@@ -2372,7 +2376,8 @@ No release notes
23722376

23732377
- Everything!
23742378

2375-
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.2...HEAD
2379+
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...HEAD
2380+
[3.4.3]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.2...v3.4.3
23762381
[3.4.2]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.2
23772382
[3.4.1]: https://github.com/tailwindlabs/tailwindcss/compare/v3.4.0...v3.4.1
23782383
[3.4.0]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.7...v3.4.0

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
55
"license": "MIT",
66
"main": "lib/index.js",
@@ -87,26 +87,17 @@
8787
"resolve": "^1.22.2",
8888
"sucrase": "^3.32.0"
8989
},
90-
"browserslist": [
91-
"> 1%",
92-
"not edge <= 18",
93-
"not ie 11",
94-
"not op_mini all"
95-
],
90+
"browserslist": ["> 1%", "not edge <= 18", "not ie 11", "not op_mini all"],
9691
"jest": {
9792
"testTimeout": 30000,
98-
"setupFilesAfterEnv": [
99-
"<rootDir>/jest/customMatchers.js"
100-
],
93+
"setupFilesAfterEnv": ["<rootDir>/jest/customMatchers.js"],
10194
"testPathIgnorePatterns": [
10295
"/node_modules/",
10396
"/integrations/",
10497
"/standalone-cli/",
10598
"\\.test\\.skip\\.js$"
10699
],
107-
"transformIgnorePatterns": [
108-
"node_modules/(?!lightningcss)"
109-
],
100+
"transformIgnorePatterns": ["node_modules/(?!lightningcss)"],
110101
"transform": {
111102
"\\.js$": "@swc/jest",
112103
"\\.ts$": "@swc/jest"

standalone-cli/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)