From 249f1b1bc04bc922db78c287ee13c44d03647aab Mon Sep 17 00:00:00 2001 From: Gautam Singh <5769869+gautamsi@users.noreply.github.com> Date: Sat, 29 Jun 2024 01:41:14 -0500 Subject: [PATCH] add changeset --- .changeset/blue-balloons-turn.md | 6 ++++++ .changeset/shaggy-beds-know.md | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 .changeset/blue-balloons-turn.md create mode 100644 .changeset/shaggy-beds-know.md diff --git a/.changeset/blue-balloons-turn.md b/.changeset/blue-balloons-turn.md new file mode 100644 index 00000000000..cbe28da7286 --- /dev/null +++ b/.changeset/blue-balloons-turn.md @@ -0,0 +1,6 @@ +--- +"@keystone-6/core": major +--- + +Renamed `__ResolvedKeystoneConfig` to `ResolvedKeystoneConfig`. +Changed `config` function to return config with defaults instead of just type casting. This now returns `ResolvedKeystoneConfig` instead of `KeystoneConfig` diff --git a/.changeset/shaggy-beds-know.md b/.changeset/shaggy-beds-know.md new file mode 100644 index 00000000000..c7d8536ea0b --- /dev/null +++ b/.changeset/shaggy-beds-know.md @@ -0,0 +1,5 @@ +--- +"@keystone-6/auth": major +--- + +Changed type of `withAuth` input to `ResolvedKeystoneConfig` instead of `KeystoneConfig`