diff --git a/CHANGELOG.md b/CHANGELOG.md index 2283e269..529c9f89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,36 @@ All notable changes to `laravel-health` will be documented in this file. +## 1.23.10 - 2024-01-19 + +### What's Changed + +* Update nunomaduro/termwind to 2.0 by @yoeriboven in https://github.com/spatie/laravel-health/pull/213 + +### New Contributors + +* @yoeriboven made their first contribution in https://github.com/spatie/laravel-health/pull/213 + +**Full Changelog**: https://github.com/spatie/laravel-health/compare/1.23.9...1.23.10 + +## 1.23.9 - 2024-01-07 + +### What's Changed + +* only use needed properties +* Fix typos for tr lang by @sdkakcy in https://github.com/spatie/laravel-health/pull/206 +* Remove unused variable by @michaelnabil230 in https://github.com/spatie/laravel-health/pull/207 +* Fix Arabic language by @michaelnabil230 in https://github.com/spatie/laravel-health/pull/209 +* Update composer.json to use Larastan Org by @arnebr in https://github.com/spatie/laravel-health/pull/211 + +### New Contributors + +* @sdkakcy made their first contribution in https://github.com/spatie/laravel-health/pull/206 +* @michaelnabil230 made their first contribution in https://github.com/spatie/laravel-health/pull/207 +* @arnebr made their first contribution in https://github.com/spatie/laravel-health/pull/211 + +**Full Changelog**: https://github.com/spatie/laravel-health/compare/1.23.8...1.23.9 + ## 1.23.8 - 2023-12-05 ### What's Changed diff --git a/composer.json b/composer.json index 2921c03a..c4110b01 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "illuminate/database": "^8.75|^9.0|^10.0", "illuminate/notifications": "^8.75|^9.0|^10.0", "illuminate/support": "^8.75|^9.0|^10.0", - "nunomaduro/termwind": "^1.14", + "nunomaduro/termwind": "^1.0|^2.0", "spatie/enum": "^3.13", "spatie/laravel-package-tools": "^1.12.1", "spatie/regex": "^3.1.1|^3.1",