Skip to content

Commit 81367b5

Browse files
committed
Merge branch 'staging'
2 parents 55b1668 + 41165aa commit 81367b5

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

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+
## [1.0.0] - 2025-05-09
8+
9+
_Stable release based on [1.0.0-rc.1]._
10+
11+
## [1.0.0-rc.1] - 2025-05-09
12+
13+
### Changed
14+
15+
- Update `laravel-common` version to `^1`.
16+
717
## [0.12.2] - 2025-04-25
818

919
### Fixed
@@ -306,6 +316,8 @@ _Stable release based on [0.1.0-rc.1]._
306316

307317
- New changelog file.
308318

319+
[1.0.0]: https://https://github.com/internetguru/laravel-model-browser/compare/v0.12.2...v1.0.0
320+
[1.0.0-rc.1]: https://github.com/internetguru/laravel-model-browser/releases/tag/v0.12.2
309321
[0.12.2]: https://https://github.com/internetguru/laravel-model-browser/compare/v0.12.1...v0.12.2
310322
[0.12.1]: https://https://github.com/internetguru/laravel-model-browser/compare/v0.12.0...v0.12.1
311323
[0.12.0]: https://https://github.com/internetguru/laravel-model-browser/compare/v0.11.0...v0.12.0

VERSION

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

0 commit comments

Comments
 (0)