Skip to content

Commit 21e8963

Browse files
committed
version bump to v3.1.0
1 parent ee99b73 commit 21e8963

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Diff for: CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
## next / unreleased
22

3-
## v3.0.0
3+
## v3.1.0 / 2024-12-29
4+
5+
### Notable changes
6+
7+
The tailwindcss plugins "form", "typography", and "container-queries" have been dropped from the default generated `tailwind.config.js` file. If you'd like to use them, you can re-add them to your project by uncommenting the appropriate lines in your config file. (#446) @flavorjones
8+
9+
10+
## v3.0.0 / 2024-10-15
411

512
### Notable changes
613

Diff for: lib/tailwindcss/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "3.0.0"
2+
VERSION = "3.1.0"
33
end

0 commit comments

Comments
 (0)