Skip to content

Commit dad1384

Browse files
committed
Merge branch 'main' into dev
2 parents 5c98c1e + d9c6650 commit dad1384

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [0.12.1] - 2025-04-25
10+
11+
### Fixed
12+
13+
- Change laravel-common version to `^0`.
14+
915
## [0.12.0] - 2025-04-17
1016

1117
_Stable release based on [0.12.0-rc.1]._
@@ -297,6 +303,7 @@ _Stable release based on [0.1.0-rc.1]._
297303
- New changelog file.
298304

299305
[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
300307
[0.12.0]: https://https://github.com/internetguru/laravel-model-browser/compare/v0.11.0...v0.12.0
301308
[0.12.0-rc.1]: https://github.com/internetguru/laravel-model-browser/releases/tag/v0.11.0
302309
[0.11.0]: https://https://github.com/internetguru/laravel-model-browser/compare/v0.10.0...v0.11.0

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"require": {
88
"livewire/livewire": "^3.5",
99
"laravel/framework": "^9.0 || ^10.0 || ^11.0",
10-
"internetguru/laravel-common": "^0.13"
10+
"internetguru/laravel-common": "^0"
1111
},
1212
"require-dev": {
1313
"laravel/pint": "^1.17",
1414
"orchestra/testbench": "^9.5",
1515
"phpunit/php-code-coverage": "^11.0",
1616
"livewire/livewire": "^3.5",
17-
"internetguru/laravel-common": "^0.13"
17+
"internetguru/laravel-common": "^0"
1818
},
1919
"license": "MIT",
2020
"autoload": {

0 commit comments

Comments
 (0)