Skip to content

Commit 9e64982

Browse files
committed
version bump to v2.0.30
1 parent 524c814 commit 9e64982

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## next / unreleased
2+
## v2.0.30 / 2023-07-13
33

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

Diff for: Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-rails (2.0.29)
4+
tailwindcss-rails (2.0.30)
55
railties (>= 6.0.0)
66

77
GEM

Diff for: lib/tailwindcss/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Tailwindcss
2-
VERSION = "2.0.29"
2+
VERSION = "2.0.30"
33
end

0 commit comments

Comments
 (0)