Skip to content

Commit 9f59e9e

Browse files
authored
Merge pull request #260 from rails/flavorjones-upgrade-upstream-to-3.3.1
dep: update tailwindcss to v3.3.1
2 parents 3f091fe + ee5dca5 commit 9f59e9e

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,4 +1,9 @@
11

2+
## next / unreleased
3+
4+
* Update to [Tailwind CSS v3.3.1](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.1) by @flavorjones
5+
6+
27
## v2.0.26 / 2023-03-30
38

49
* Update to [Tailwind CSS v3.3.0](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.0) by @tysongach

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.0"
4+
VERSION = "v3.3.1"
55

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

0 commit comments

Comments
 (0)