Skip to content

Commit 63b3788

Browse files
committed
version bump to v4.0.0.rc4
1 parent 773fedd commit 63b3788

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## next / unreleased
1+
# `tailwindcss-rails` Changelog
22

3-
## next rc / unreleased
3+
## v4.0.0.rc4 / 2025-01-27
44

55
- The input file `app/assets/tailwind/application.tailwind.css` has been renamed to `app/assets/tailwind/application.css`.
6+
- Updated README docs on using the upgrade tool to update class names. @EricGusmao
67

7-
Thanks to @brunoprietog for feedback and advice.
88

99
## v4.0.0.rc3 / 2025-01-27
1010

@@ -33,7 +33,7 @@ New task `tailwindcss:upgrade` upgrades many apps cleanly:
3333
- The "tailwind" stylesheet link tag will be removed if Propshaft is in use and already handling `app/assets/build/tailwind.css`.
3434
- The input file `application.tailwind.css` will be moved from `app/assets/stylesheets` to `app/assets/tailwind`.
3535

36-
Thanks to @EricGusmao, @patriciomacadden, and @excid3 for their feedback, contributions, and advice on the v4 release.
36+
Thanks to @EricGusmao, @patriciomacadden, @excid3, and @brunoprietog for their feedback, contributions, and advice on v4 support.
3737

3838

3939
## v3.3.1 / 2025-01-23

Gemfile.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (4.0.0.rc2)
4+
tailwindcss-rails (4.0.0.rc4)
55
railties (>= 7.0.0)
66
tailwindcss-ruby (~> 4.0)
77

@@ -65,7 +65,7 @@ GEM
6565
i18n (1.14.7)
6666
concurrent-ruby (~> 1.0)
6767
io-console (0.8.0)
68-
irb (1.15.0)
68+
irb (1.15.1)
6969
pp (>= 0.6.0)
7070
rdoc (>= 4.0.0)
7171
reline (>= 0.4.2)
@@ -89,7 +89,6 @@ GEM
8989
net-protocol (0.2.2)
9090
timeout
9191
net-smtp (0.5.0)
92-
net-protocol
9392
nokogiri (1.18.2)
9493
mini_portile2 (~> 2.8.2)
9594
racc (~> 1.4)

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
- [Upgrading your application from Tailwind v3 to v4](#upgrading-your-application-from-tailwind-v3-to-v4)
1313
* [You don't _have_ to upgrade](#you-dont-_have_-to-upgrade)
1414
* [Upgrade steps](#upgrade-steps)
15-
* [Post Upgrade](#post-upgrade)
1615
* [Troubleshooting](#troubleshooting)
1716
* [Updating CSS class names for v4](#updating-css-class-names-for-v4)
1817
- [Developing with Tailwindcss](#developing-with-tailwindcss)
@@ -179,10 +178,6 @@ Done in 56ms
179178
</details>
180179
181180
182-
### Post Upgrade
183-
184-
185-
186181
If this doesn't succeed, it's likely that you've customized your Tailwind configuration and you'll need to do some work to make sure your application upgrades. Please read the [official upgrade guide](https://tailwindcss.com/docs/upgrade-guide)!
187182
188183

lib/tailwindcss/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "4.0.0.rc3"
2+
VERSION = "4.0.0.rc4"
33
end

0 commit comments

Comments
 (0)