Skip to content

Commit 7214f61

Browse files
committed
merged main
2 parents 3e99614 + 56e706c commit 7214f61

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

β€Ž.github/workflows/dependabot-auto-merge.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Dependabot metadata
1616
id: metadata
17-
uses: dependabot/fetch-metadata@v1.6.0
17+
uses: dependabot/fetch-metadata@v2.0.0
1818
with:
1919
github-token: "${{ secrets.GITHUB_TOKEN }}"
2020

β€Ž.github/workflows/fix-php-code-style-issues.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: ${{ github.head_ref }}
2121

2222
- name: Fix PHP code style issues
23-
uses: aglipanci/laravel-pint-action@2.3.1
23+
uses: aglipanci/laravel-pint-action@2.4
2424

2525
- name: Commit changes
2626
uses: stefanzweifel/git-auto-commit-action@v5

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ All notable changes to `laravel-custom-relations` will be documented in this fil
66

77
### Fixed
88
- Missing Class Path for ServiceProvider
9+
10+
## 1.0.0 - 2024-03-22
11+
12+
Initial release of our Laravel Custom Relations

0 commit comments

Comments
Β (0)