Skip to content

Commit

Permalink
3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Oct 25, 2023
1 parent 4b12f83 commit 9db2d68
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.3.5] - 2023-10-25

### Fixed

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

- Everything!

[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.4...HEAD
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.5...HEAD
[3.3.5]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.4...v3.3.5
[3.3.4]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.3...v3.3.4
[3.3.3]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.2...v3.3.3
[3.3.2]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.1...v3.3.2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.stable.json
@@ -1,12 +1,12 @@
{
"name": "tailwindcss",
"version": "3.3.4",
"version": "3.3.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tailwindcss",
"version": "3.3.4",
"version": "3.3.5",
"license": "MIT",
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tailwindcss",
"version": "3.3.4",
"version": "3.3.5",
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
"license": "MIT",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.stable.json
@@ -1,6 +1,6 @@
{
"name": "tailwindcss",
"version": "3.3.4",
"version": "3.3.5",
"description": "A utility-first CSS framework for rapidly building custom user interfaces.",
"license": "MIT",
"main": "lib/index.js",
Expand Down

0 comments on commit 9db2d68

Please sign in to comment.