Skip to content

Commit 320f155

Browse files
committed
Merge branch 'staging'
2 parents 867e3dd + 47cedfb commit 320f155

File tree

8 files changed

+485
-101
lines changed

8 files changed

+485
-101
lines changed

.vscode/tasks.json

-15
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.0] - 2025-04-17
8+
9+
_Stable release based on [0.12.0-rc.1]._
10+
11+
## [0.12.0-rc.1] - 2025-04-17
12+
13+
### Changed
14+
15+
- Update laravel-common version to `^0.13`.
16+
717
## [0.11.0] - 2025-04-16
818

919
_Stable release based on [0.11.0-rc.1]._
@@ -284,6 +294,8 @@ _Stable release based on [0.1.0-rc.1]._
284294

285295
- New changelog file.
286296

297+
[0.12.0]: https://https://github.com/internetguru/laravel-model-browser/compare/v0.11.0...v0.12.0
298+
[0.12.0-rc.1]: https://github.com/internetguru/laravel-model-browser/releases/tag/v0.11.0
287299
[0.11.0]: https://https://github.com/internetguru/laravel-model-browser/compare/v0.10.0...v0.11.0
288300
[0.11.0-rc.1]: https://github.com/internetguru/laravel-model-browser/releases/tag/v0.10.0
289301
[0.10.0]: https://https://github.com/internetguru/laravel-model-browser/compare/v0.9.0...v0.10.0

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.12.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.12"
10+
"internetguru/laravel-common": "^0.13"
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.12"
17+
"internetguru/laravel-common": "^0.13"
1818
},
1919
"license": "MIT",
2020
"autoload": {

0 commit comments

Comments
 (0)