Skip to content

Commit b128001

Browse files
committed
version bump to v3.2.0
1 parent 32d4da0 commit b128001

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## next / unreleased
22

3+
## v3.2.0 / 2025-01-10
4+
5+
* Improve the scaffold views by making positions, padding, and sizes more consistent, add titles to all pages, add hover states and semantic colors to buttons and links, and change border and focus colors on fields with errors. (#452) @patriciomacadden
6+
7+
38
## v3.1.0 / 2024-12-29
49

510
### Notable changes

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (3.1.0)
4+
tailwindcss-rails (3.2.0)
55
railties (>= 7.0.0)
66
tailwindcss-ruby
77

lib/tailwindcss/version.rb

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

0 commit comments

Comments
 (0)