Skip to content

Commit 6f57301

Browse files
committed
chore(release): 2.0.0
1 parent 6d15aaa commit 6f57301

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!--- BEGIN HEADER -->
2+
# Changelog
3+
4+
All notable changes to this project will be documented in this file.
5+
<!--- END HEADER -->
6+
7+
## [2.0.0](https://github.com/jaymeh/laravel-publishable/compare/1.2.3...2.0.0) (2022-09-08)
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* Force breaking change commit for Laravel 9 support. ([3fb000](https://github.com/jaymeh/laravel-publishable/commit/3fb0009b90df63b4249b047f0676d90f711d86ca))
12+
13+
### Features
14+
15+
* Install changelog tools. ([2d88d9](https://github.com/jaymeh/laravel-publishable/commit/2d88d91d946ab1631e3209d4fc4871df7fe07914))
16+
* Make published_at field fillable by default. ([40c982](https://github.com/jaymeh/laravel-publishable/commit/40c98234c2f612cfe8402d54218a8736277e9d61))
17+
* Remove the fillable functionality of the package. ([c0e77d](https://github.com/jaymeh/laravel-publishable/commit/c0e77d006c978f66c366726576b41b79bcbdfbf4))
18+
19+
### Bug Fixes
20+
21+
* Add conventional changelog library as dev dependency. ([e9fd01](https://github.com/jaymeh/laravel-publishable/commit/e9fd018dcbf4577326daba14a02b949114d259ef))
22+
* Fixes an issue with incorrectly named CI job. ([0400dc](https://github.com/jaymeh/laravel-publishable/commit/0400dc0b4b6df55fdd0236cd9127aeb4255ec4cb))
23+
* Remove orchestra/database dependency from package providers. ([ef5215](https://github.com/jaymeh/laravel-publishable/commit/ef5215cac0ec68b9b35061bc774bab4bd4345c3c))
24+
* Remove orchestral/database from dependencies. ([262da5](https://github.com/jaymeh/laravel-publishable/commit/262da5d56915b124dfebd8a562978047ae53e89b))
25+
* Upgrade PHPUnit Schema to latest version. ([5faa38](https://github.com/jaymeh/laravel-publishable/commit/5faa381c3a65f07dad4eba7e011eca9dbd873fb4))
26+
27+
28+
---
29+

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@
4343
"release:patch": "conventional-changelog --patch --commit",
4444
"release:minor": "conventional-changelog --minor --commit",
4545
"release:major": "conventional-changelog --major --commit"
46-
}
47-
}
46+
},
47+
"version": "2.0.0"
48+
}

0 commit comments

Comments
 (0)