We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8658b4b + f989541 commit d52b49eCopy full SHA for d52b49e
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## next / unreleased
2
+
3
+* Update to [Tailwind CSS v3.4.1](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.1) from v3.4.0 by @flavorjones
4
5
6
## v2.2.0 / 2023-01-04
7
8
* Introduce a Puma plugin to manage the Tailwind "watch" process from `rails server`. (#300) @npezza93
lib/tailwindcss/upstream.rb
@@ -1,7 +1,7 @@
module Tailwindcss
# constants describing the upstream tailwindcss project
module Upstream
- VERSION = "v3.4.0"
+ VERSION = "v3.4.1"
# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
0 commit comments