Skip to content

Commit 5b03d35

Browse files
committed
Update changelog
1 parent 4d9ff4c commit 5b03d35

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Unify config callback helpers into single object [#5382](https://github.com/tailwindlabs/tailwindcss/pull/5382)
2121
- Preserve original color format when adding opacity whenever possible [#5154](https://github.com/tailwindlabs/tailwindcss/pull/5154)
2222

23+
## [2.2.10] - 2021-09-06
24+
25+
### Fixed
26+
27+
- Fix build error when using `presets: []` in config file [#4903](https://github.com/tailwindlabs/tailwindcss/pull/4903)
28+
29+
### Added
30+
31+
- Reintroduce universal selector optimizations under experimental `optimizeUniversalDefaults` flag [a9e160c](https://github.com/tailwindlabs/tailwindcss/commit/a9e160cf9acb75a2bbac34f8864568b12940f89a)
32+
2333
## [2.2.9] - 2021-08-30
2434

2535
### Fixed
@@ -1532,7 +1542,8 @@ No release notes
15321542

15331543
- Everything!
15341544

1535-
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.9...HEAD
1545+
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.10...HEAD
1546+
[2.2.10]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.9...v2.2.10
15361547
[2.2.9]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.8...v2.2.9
15371548
[2.2.8]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.7...v2.2.8
15381549
[2.2.7]: https://github.com/tailwindlabs/tailwindcss/compare/v2.2.6...v2.2.7

0 commit comments

Comments
 (0)