Skip to content

Commit 145e313

Browse files
authored
Merge pull request rails#297 from rails/flavorjones-dep-tailwindcss-3.3.6
dep: update tailwindcss to 3.3.6
2 parents 56027ad + 0e62569 commit 145e313

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## next / unreleased
2+
3+
* Update to [Tailwind CSS v3.3.6](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.6) from v3.3.5 by @flavorjones
4+
5+
16
## v2.0.32 / 2023-10-27
27

38
* Update to [Tailwind CSS v3.3.5](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.5) from v3.3.3 by @flavorjones

lib/tailwindcss/upstream.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Tailwindcss
22
# constants describing the upstream tailwindcss project
33
module Upstream
4-
VERSION = "v3.3.5"
4+
VERSION = "v3.3.6"
55

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

0 commit comments

Comments
 (0)