From c39a65edf8ad20c5df018c7e4b483868038c771d Mon Sep 17 00:00:00 2001 From: Christoph Fricke Date: Fri, 12 Apr 2024 09:24:09 +0200 Subject: [PATCH] chore: add changeset --- .changeset/calm-impalas-itch.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/calm-impalas-itch.md diff --git a/.changeset/calm-impalas-itch.md b/.changeset/calm-impalas-itch.md new file mode 100644 index 00000000..f60b4750 --- /dev/null +++ b/.changeset/calm-impalas-itch.md @@ -0,0 +1,5 @@ +--- +'@vanilla-extract/recipes': patch +--- + +Applying recipes now ignores unknown options instead of throwing a runtime TypeError.