2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ - Nothing yet!
11
+
12
+ ## [ 0.5.8] - 2024-08-28
13
+
10
14
### Fixed
11
15
12
16
- Support installing with alpha versions of Tailwind CSS v4 ([ #163 ] ( https://github.com/tailwindlabs/tailwindcss-forms/pull/163 ) )
@@ -150,7 +154,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
150
154
151
155
Initial release!
152
156
153
- [ unreleased ] : https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.7...HEAD
157
+ [ unreleased ] : https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.8...HEAD
158
+ [ 0.5.8 ] : https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.7...v0.5.8
154
159
[ 0.5.7 ] : https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.6...v0.5.7
155
160
[ 0.5.6 ] : https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.5...v0.5.6
156
161
[ 0.5.5 ] : https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.4...v0.5.5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tailwindcss/forms" ,
3
- "version" : " 0.5.7 " ,
3
+ "version" : " 0.5.8 " ,
4
4
"main" : " src/index.js" ,
5
5
"types" : " src/index.d.ts" ,
6
6
"license" : " MIT" ,
0 commit comments