Skip to content

Commit d9c6650

Browse files
committed
Merge branch 'hotfix-petrzpav' into main-0
2 parents 320f155 + 680cb6f commit d9c6650

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.12.1] - 2025-04-25
8+
9+
### Fixed
10+
11+
- Change laravel-common version to `^0`.
12+
713
## [0.12.0] - 2025-04-17
814

915
_Stable release based on [0.12.0-rc.1]._
@@ -294,6 +300,7 @@ _Stable release based on [0.1.0-rc.1]._
294300

295301
- New changelog file.
296302

303+
[0.12.1]: https://https://github.com/internetguru/laravel-model-browser/compare/v0.12.0...v0.12.1
297304
[0.12.0]: https://https://github.com/internetguru/laravel-model-browser/compare/v0.11.0...v0.12.0
298305
[0.12.0-rc.1]: https://github.com/internetguru/laravel-model-browser/releases/tag/v0.11.0
299306
[0.11.0]: https://https://github.com/internetguru/laravel-model-browser/compare/v0.10.0...v0.11.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0
1+
0.12.1

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)