Skip to content

Commit c300abd

Browse files
authored
Merge pull request #39 from flavorjones/flavorjones-dep-tailwindcss-v3.4.17
dep: update to Tailwind CSS v3.4.17
2 parents a275022 + c1a9594 commit c300abd

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,3 +1,8 @@
1+
## v3.4.17
2+
3+
* Update to [Tailwind CSS v3.4.17](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.17) @flavorjones
4+
5+
16
## [Unreleased]
27

38
## v3.4.16

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.16"
4+
VERSION = "v3.4.17"
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.16"
5+
VERSION = "3.4.17"
66
end
77
end

0 commit comments

Comments
 (0)