Skip to content

Commit c712c52

Browse files
authored
Merge pull request #1539 from rappasoft/development
v8.2.2
2 parents f46cfe1 + 75b0c4d commit c712c52

File tree

7 files changed

+1701
-2756
lines changed

7 files changed

+1701
-2756
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ trim_trailing_whitespace = false
1313

1414
[*.{yml,yaml}]
1515
indent_size = 2
16+
17+
[docker-compose.yml]
18+
indent_size = 4

.github/stale.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 30
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 7
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- pinned
8+
- security
9+
# Label to use when marking an issue as stale
10+
staleLabel: wontfix
11+
# Comment to post when marking an issue as stale. Set to `false` to disable
12+
markComment: >
13+
This issue has been automatically marked as stale because it has not had
14+
recent activity. It will be closed if no further activity occurs. Thank you
15+
for your contributions.
16+
# Comment to post when closing a stale issue. Set to `false` to disable
17+
closeComment: false

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [8.2.2] - 2021-07-10
7+
8+
### Changed
9+
10+
- Dependency updates
11+
- Update to Laravel commit: c636fd0f678008caf30683833b740fb6f31d9de6
12+
613
## [8.2.1] - 2021-05-30
714

815
### Added
@@ -465,7 +472,8 @@ Started from scratch with a blank Laravel 7.* installation. This release is not
465472
- Fix yarn tests
466473
- Fix: Socially logged in users get assigned the default role
467474

468-
[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.2.1...development
475+
[Unreleased]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.2.2...development
476+
[8.2.2]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.2.1...v8.2.2
469477
[8.2.1]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.2.0...v8.2.1
470478
[8.2.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.1.0...v8.2.0
471479
[8.1.0]: https://github.com/rappasoft/laravel-boilerplate/compare/v8.0.3...v8.1.0

0 commit comments

Comments
 (0)