Skip to content

Commit

Permalink
dep: update tailwindcss to v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 7, 2024
1 parent 8658b4b commit f989541
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## next / unreleased

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


## v2.2.0 / 2023-01-04

* Introduce a Puma plugin to manage the Tailwind "watch" process from `rails server`. (#300) @npezza93
Expand Down
2 changes: 1 addition & 1 deletion lib/tailwindcss/upstream.rb
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit f989541

Please sign in to comment.