Skip to content

Commit 5a9dd5e

Browse files
committed
Small change to CHANGELOG and bump Gemfile.lock
1 parent 3d87104 commit 5a9dd5e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ General changes:
1313
- The Inter font is no longer packaged with the gem.
1414
- Some Tailwind class names in the generated ERB templates are updated for v4.
1515
- The README is updated to contain verbose instructions on upgrading.
16-
- The gem's Rails generators are now hidden in the `rails g --help` output. #483 @patriciomacadden
1716

1817
Changes to the `tailwindcss:install` task:
1918

@@ -32,6 +31,9 @@ New task `tailwindcss:upgrade` upgrades many apps cleanly:
3231

3332
Thanks to @EricGusmao, @patriciomacadden, @excid3, and @brunoprietog for their feedback, contributions, and advice on v4 support.
3433

34+
### Other changes
35+
36+
- The gem's Rails generators are now hidden in the `rails g --help` output. #483 @patriciomacadden
3537

3638
## v3.3.1 / 2025-01-23
3739

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (4.0.0.rc5)
4+
tailwindcss-rails (4.0.0)
55
railties (>= 7.0.0)
66
tailwindcss-ruby (~> 4.0)
77

0 commit comments

Comments
 (0)