Skip to content

Commit ad08d1d

Browse files
authored
Merge pull request #81 from flavorjones/flavorjones-dep-tailwindcss-v4.1.4
dep: update to Tailwind CSS v4.1.4
2 parents 03ae50a + e60604e commit ad08d1d

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# tailwindcss-ruby changelog
22

3+
## v4.1.4
4+
5+
* Update to [Tailwind CSS v4.1.4](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.1.4) @flavorjones
6+
7+
38
## v4.1.3
49

510
* Update to [Tailwind CSS v4.1.3](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.1.3) @flavorjones

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-ruby (4.1.3)
4+
tailwindcss-ruby (4.1.4)
55

66
GEM
77
remote: https://rubygems.org/

lib/tailwindcss/ruby/upstream.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Tailwindcss
22
module Ruby
33
module Upstream
4-
VERSION = "v4.1.3"
4+
VERSION = "v4.1.4"
55

66
# rubygems platform name => upstream release filename
77
NATIVE_PLATFORMS = {

lib/tailwindcss/ruby/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Tailwindcss
44
module Ruby
5-
VERSION = "4.1.3"
5+
VERSION = "4.1.4"
66
end
77
end

0 commit comments

Comments
 (0)