File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.12.1] - 2025-04-25
10
+
11
+ ### Fixed
12
+
13
+ - Change laravel-common version to ` ^0 ` .
14
+
9
15
## [ 0.12.0] - 2025-04-17
10
16
11
17
_ Stable release based on [ 0.12.0-rc.1] ._
@@ -297,6 +303,7 @@ _Stable release based on [0.1.0-rc.1]._
297
303
- New changelog file.
298
304
299
305
[ Unreleased ] : https://https://github.com/internetguru/laravel-model-browser/compare/staging...dev
306
+ [ 0.12.1 ] : https://https://github.com/internetguru/laravel-model-browser/compare/v0.12.0...v0.12.1
300
307
[ 0.12.0 ] : https://https://github.com/internetguru/laravel-model-browser/compare/v0.11.0...v0.12.0
301
308
[ 0.12.0-rc.1 ] : https://github.com/internetguru/laravel-model-browser/releases/tag/v0.11.0
302
309
[ 0.11.0 ] : https://https://github.com/internetguru/laravel-model-browser/compare/v0.10.0...v0.11.0
Original file line number Diff line number Diff line change 7
7
"require" : {
8
8
"livewire/livewire" : " ^3.5" ,
9
9
"laravel/framework" : " ^9.0 || ^10.0 || ^11.0" ,
10
- "internetguru/laravel-common" : " ^0.13 "
10
+ "internetguru/laravel-common" : " ^0"
11
11
},
12
12
"require-dev" : {
13
13
"laravel/pint" : " ^1.17" ,
14
14
"orchestra/testbench" : " ^9.5" ,
15
15
"phpunit/php-code-coverage" : " ^11.0" ,
16
16
"livewire/livewire" : " ^3.5" ,
17
- "internetguru/laravel-common" : " ^0.13 "
17
+ "internetguru/laravel-common" : " ^0"
18
18
},
19
19
"license" : " MIT" ,
20
20
"autoload" : {
You can’t perform that action at this time.
0 commit comments