Skip to content

Commit

Permalink
Merge branch 'main' of github.com:spatie/laravel-health
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 23, 2024
2 parents 70fd953 + eef2255 commit 0158fa6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0158fa6

Please sign in to comment.