Skip to content

Commit 9db2d68

Browse files
committed
3.3.5
1 parent 4b12f83 commit 9db2d68

5 files changed

+10
-7
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [3.3.5] - 2023-10-25
11+
1012
### Fixed
1113

1214
- Fix incorrect spaces around `-` in `calc()` expression ([#12283](https://github.com/tailwindlabs/tailwindcss/pull/12283))
@@ -2285,7 +2287,8 @@ No release notes
22852287

22862288
- Everything!
22872289

2288-
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.4...HEAD
2290+
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.5...HEAD
2291+
[3.3.5]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.4...v3.3.5
22892292
[3.3.4]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.3...v3.3.4
22902293
[3.3.3]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.2...v3.3.3
22912294
[3.3.2]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.1...v3.3.2

package-lock.json

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

package-lock.stable.json

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

package.json

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

package.stable.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss",
3-
"version": "3.3.4",
3+
"version": "3.3.5",
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)