Skip to content

Commit 05c5753

Browse files
committed
version bump to v2.0.23
1 parent 97c61fc commit 05c5753

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

2+
## v2.0.23 / 2023-02-19
3+
4+
* Update to [Tailwind CSS v3.2.7](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.7) by [@flavorjones](https://github.com/flavorjones).
5+
6+
27
## v2.0.22 / 2023-02-08
38

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

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.22)
4+
tailwindcss-rails (2.0.23)
55
railties (>= 6.0.0)
66

77
GEM

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.22"
2+
VERSION = "2.0.23"
33
end

0 commit comments

Comments
 (0)