Skip to content

Commit

Permalink
## 14.44.1 - 2024-11-26
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Nov 26, 2024
1 parent 21f7a1e commit 130e1ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 14.44.1 - 2024-11-26

### Fixed
- Required `composer/semver`

## 14.44.0 - 2024-11-23

### Changed
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
],
"require": {
"composer-runtime-api": "^2.2",
"composer/semver": "^3.0",
"laravel/framework": "^10.0 || ^11.0",
"laravel/scout": "^9.0 || ^10.0",
"orchid/blade-icons": "^4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Platform/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Dashboard
*
* @deprecated Use `Dashboard::version()` instead.
*/
public const VERSION = '14.44.0';
public const VERSION = '14.44.1';

/**
* @deprecated
Expand Down

0 comments on commit 130e1ae

Please sign in to comment.