From 741f1e5a9deb1c514a208ccb94397d7812beab7e Mon Sep 17 00:00:00 2001 From: Jason Bahl Date: Fri, 14 Mar 2025 14:38:24 -0600 Subject: [PATCH 1/2] feat: date scalar --- automation-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/automation-tests.php b/automation-tests.php index 0e1909f..99673b4 100644 --- a/automation-tests.php +++ b/automation-tests.php @@ -21,6 +21,7 @@ // - Email // - Phone // - DateTime +// - Date // BREAKING CHANGE // We're simulating a breaking change with this comment. From 4ab3b9a1b25d9d0a3c81a3dca6cc665f914f5cc9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 14 Mar 2025 20:39:23 +0000 Subject: [PATCH 2/2] chore: add changeset for PR #65 --- .changesets/20250314T203923-pr-65.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changesets/20250314T203923-pr-65.md diff --git a/.changesets/20250314T203923-pr-65.md b/.changesets/20250314T203923-pr-65.md new file mode 100644 index 0000000..bceea84 --- /dev/null +++ b/.changesets/20250314T203923-pr-65.md @@ -0,0 +1,9 @@ +--- +title: 'feat: date scalar' +pr: 65 +author: jasonbahl +type: feat +breaking: false +branch: milestone/custom-scalars +--- +null