From 130e1aea00bc08f44715b6f08065e591ead9eed4 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Tue, 26 Nov 2024 17:45:49 +0300 Subject: [PATCH] ## 14.44.1 - 2024-11-26 --- CHANGELOG.md | 5 +++++ composer.json | 1 + src/Platform/Dashboard.php | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca859c5e..7f4a2bf94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 0f0630bc5..579660176 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index b837a5f1e..f98f7114a 100644 --- a/src/Platform/Dashboard.php +++ b/src/Platform/Dashboard.php @@ -23,7 +23,7 @@ class Dashboard * * @deprecated Use `Dashboard::version()` instead. */ - public const VERSION = '14.44.0'; + public const VERSION = '14.44.1'; /** * @deprecated