We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f091fe + ee5dca5 commit 9f59e9eCopy full SHA for 9f59e9e
CHANGELOG.md
@@ -1,4 +1,9 @@
1
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
7
## v2.0.26 / 2023-03-30
8
9
* Update to [Tailwind CSS v3.3.0](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.0) by @tysongach
lib/tailwindcss/upstream.rb
@@ -1,7 +1,7 @@
module Tailwindcss
# constants describing the upstream tailwindcss project
module Upstream
- VERSION = "v3.3.0"
+ VERSION = "v3.3.1"
# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
0 commit comments