Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymeh committed Sep 8, 2022
1 parent 6d15aaa commit 6f57301
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!--- BEGIN HEADER -->
# Changelog

All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [2.0.0](https://github.com/jaymeh/laravel-publishable/compare/1.2.3...2.0.0) (2022-09-08)

### ⚠ BREAKING CHANGES

* Force breaking change commit for Laravel 9 support. ([3fb000](https://github.com/jaymeh/laravel-publishable/commit/3fb0009b90df63b4249b047f0676d90f711d86ca))

### Features

* Install changelog tools. ([2d88d9](https://github.com/jaymeh/laravel-publishable/commit/2d88d91d946ab1631e3209d4fc4871df7fe07914))
* Make published_at field fillable by default. ([40c982](https://github.com/jaymeh/laravel-publishable/commit/40c98234c2f612cfe8402d54218a8736277e9d61))
* Remove the fillable functionality of the package. ([c0e77d](https://github.com/jaymeh/laravel-publishable/commit/c0e77d006c978f66c366726576b41b79bcbdfbf4))

### Bug Fixes

* Add conventional changelog library as dev dependency. ([e9fd01](https://github.com/jaymeh/laravel-publishable/commit/e9fd018dcbf4577326daba14a02b949114d259ef))
* Fixes an issue with incorrectly named CI job. ([0400dc](https://github.com/jaymeh/laravel-publishable/commit/0400dc0b4b6df55fdd0236cd9127aeb4255ec4cb))
* Remove orchestra/database dependency from package providers. ([ef5215](https://github.com/jaymeh/laravel-publishable/commit/ef5215cac0ec68b9b35061bc774bab4bd4345c3c))
* Remove orchestral/database from dependencies. ([262da5](https://github.com/jaymeh/laravel-publishable/commit/262da5d56915b124dfebd8a562978047ae53e89b))
* Upgrade PHPUnit Schema to latest version. ([5faa38](https://github.com/jaymeh/laravel-publishable/commit/5faa381c3a65f07dad4eba7e011eca9dbd873fb4))


---

5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
"release:patch": "conventional-changelog --patch --commit",
"release:minor": "conventional-changelog --minor --commit",
"release:major": "conventional-changelog --major --commit"
}
}
},
"version": "2.0.0"
}

0 comments on commit 6f57301

Please sign in to comment.