Skip to content

Commit

Permalink
Merge branch 'release/0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
choules committed May 14, 2024
2 parents 1124231 + 02adf05 commit 2c724e7
Show file tree
Hide file tree
Showing 10 changed files with 596 additions and 528 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2024-05-14

## Added

- Added update info for macOS 14.5, 13.6.7, and 12.7.5

## Changed

- Updated dependecies

## [0.3.0] - 2024-04-17

### Changed
Expand Down
627 changes: 320 additions & 307 deletions composer.lock

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions database/seeders/MinorOperatingSystemSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public function run(): void
[
['major_operating_system_id' => $major_id, 'version' => '12.7.3', 'release_date' => '2024-01-22', 'about_update_url' => ''],
['major_operating_system_id' => $major_id, 'version' => '12.7.4', 'release_date' => '2024-03-07', 'about_update_url' => ''],
['major_operating_system_id' => $major_id, 'version' => '12.7.5', 'release_date' => '2024-05-13', 'about_update_url' => 'https://support.apple.com/en-us/HT214105'],
],
['version'],
['release_date', 'major_operating_system_id', 'about_update_url']
Expand Down Expand Up @@ -60,6 +61,7 @@ public function run(): void
['major_operating_system_id' => $major_id, 'version' => '13.6.4', 'release_date' => '2024-01-22', 'about_update_url' => 'https://support.apple.com/en-us/HT214058'],
['major_operating_system_id' => $major_id, 'version' => '13.6.5', 'release_date' => '2024-03-14', 'about_update_url' => 'https://support.apple.com/en-us/HT214085'],
['major_operating_system_id' => $major_id, 'version' => '13.6.6', 'release_date' => '2024-03-25', 'about_update_url' => 'https://support.apple.com/en-us/HT214095'],
['major_operating_system_id' => $major_id, 'version' => '13.6.7', 'release_date' => '2024-05-13', 'about_update_url' => 'https://support.apple.com/en-us/HT214107'],
],
['version'],
['release_date', 'major_operating_system_id', 'about_update_url']
Expand All @@ -79,6 +81,7 @@ public function run(): void
['major_operating_system_id' => $major_id, 'version' => '14.3.1', 'release_date' => '2024-02-08', 'about_update_url' => ''],
['major_operating_system_id' => $major_id, 'version' => '14.4', 'release_date' => '2024-03-07', 'about_update_url' => ''],
['major_operating_system_id' => $major_id, 'version' => '14.4.1', 'release_date' => '2024-03-25', 'about_update_url' => 'https://support.apple.com/en-us/HT214096'],
['major_operating_system_id' => $major_id, 'version' => '14.5', 'release_date' => '2024-05-13', 'about_update_url' => 'https://support.apple.com/en-us/HT214106'],
],
['version'],
['release_date', 'major_operating_system_id', 'about_update_url']
Expand Down
436 changes: 239 additions & 197 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/filament/filament/app.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/css/filament/forms/forms.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/js/filament/filament/echo.js

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions public/js/filament/forms/components/file-upload.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/filament/notifications/notifications.js

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

14 changes: 7 additions & 7 deletions public/js/filament/support/support.js

Large diffs are not rendered by default.

0 comments on commit 2c724e7

Please sign in to comment.