We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1116930 + ff97cad commit b2da058Copy full SHA for b2da058
.github/workflows/dependabot-auto-merge.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Dependabot metadata
15
id: metadata
16
- uses: dependabot/fetch-metadata@v1.2.1
+ uses: dependabot/fetch-metadata@v1.3.0
17
with:
18
github-token: "${{ secrets.GITHUB_TOKEN }}"
19
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `ralphjsmit/laravel-filament-components` will be documented in this file.
4
5
+## 1.0.1 - 2022-02-28
6
+
7
+- Fix CreatedAt/UpdatedAt when `$record` is null
8
9
## 1.0.0 - 2022-02-18
10
11
- Initial release
0 commit comments