Skip to content

Commit d41c44a

Browse files
committed
Merge branch 'main' of github.com:spatie/laravel-package-tools
2 parents 4619a5c + 2a1da72 commit d41c44a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to `laravel-package-tools` will be documented in this file.
44

5+
## 1.18.1 - 2025-01-20
6+
7+
### What's Changed
8+
9+
* General readability/extendability improvements by @stuart-elliott in https://github.com/spatie/laravel-package-tools/pull/157
10+
11+
### New Contributors
12+
13+
* @stuart-elliott made their first contribution in https://github.com/spatie/laravel-package-tools/pull/157
14+
15+
**Full Changelog**: https://github.com/spatie/laravel-package-tools/compare/1.18.0...1.18.1
16+
517
## 1.18.0 - 2024-12-30
618

719
### What's Changed

src/PackageServiceProvider.php

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Illuminate\Support\ServiceProvider;
99
use Illuminate\Support\Str;
1010
use ReflectionClass;
11-
use Spatie\LaravelPackageTools\Actions\GenerateMigrationName;
1211
use Spatie\LaravelPackageTools\Exceptions\InvalidPackage;
1312

1413
abstract class PackageServiceProvider extends ServiceProvider

0 commit comments

Comments
 (0)