Skip to content

Commit

Permalink
14.19.0 - 2024-02-26
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Feb 25, 2024
1 parent 09ce9d2 commit 5e75b4f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.19.0 - 2024-02-26

### Changed
- Updated `@hotwired/turbo` package to version 8.x

### Fixed
- Color palette of pagination elements and popovers.

## 14.18.1 - 2024-02-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion public/css/orchid.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/orchid.rtl.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/mix-manifest.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/sass/theme/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ $modal-backdrop-opacity: .75;
$modal-content-border-width: 0;


$popover-body-color: $white;
$popover-bg: $white;
2 changes: 1 addition & 1 deletion src/Platform/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard
/**
* ORCHID Version.
*/
public const VERSION = '14.18.1';
public const VERSION = '14.19.0';

/**
* @deprecated
Expand Down

0 comments on commit 5e75b4f

Please sign in to comment.