Skip to content

Commit 29802b6

Browse files
authored
Merge pull request #33 from flavorjones/flavorjones-dep-tailwindcss-3.4.16
dep: bump tailwindcss to 3.4.16
2 parents 3bd1ac3 + 88f7f0a commit 29802b6

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
## [Unreleased]
22

3+
## v3.4.16
4+
5+
* Update `tailwindcss` to [v3.4.16](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.16). (#33) @flavorjones
6+
7+
38
## v3.4.15
49

510
* Update `tailwindcss` to [v3.4.15](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.15). (#19) @flavorjones

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 = "v3.4.15"
4+
VERSION = "v3.4.16"
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 = "3.4.15"
5+
VERSION = "3.4.16"
66
end
77
end

0 commit comments

Comments
 (0)