Skip to content

Commit 894f613

Browse files
committed
version bump to v4.0.0.rc3
1 parent ad32b8f commit 894f613

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v4.0.0.rc3 / 2025-01-27
4+
5+
Everything in v4.0.0.rc2, plus ...
6+
7+
General changes:
8+
9+
- Remove the Inter font assets from the gem. @EricGusmao
10+
- If Propshaft is being used, `app/assets/tailwind` will be excluded from its asset handling. (This was incompletely fixed in RC2.)
11+
12+
313
## v4.0.0.rc2 / 2025-01-26
414

515
Everything in v4.0.0.rc1, plus ...

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.rc2"
2+
VERSION = "4.0.0.rc3"
33
end

0 commit comments

Comments
 (0)