Skip to content

Commit

Permalink
Merge pull request #274 from rails/flavorjones-bump-tailwindcss-to-3.3.3
Browse files Browse the repository at this point in the history
dep: update tailwindcss to v3.3.3
  • Loading branch information
flavorjones committed Jul 13, 2023
2 parents bc7461b + f49eeda commit 524c814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

## next / unreleased

* Update to [Tailwind CSS v3.3.3](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.3.3) by @flavorjones
* If defined, the `spec:prepare` rake task will be decorated with `tailwindcss:build` (#271) by @rmehner


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.3.2"
VERSION = "v3.3.3"

# rubygems platform name => upstream release filename
NATIVE_PLATFORMS = {
Expand Down

0 comments on commit 524c814

Please sign in to comment.