From a72af02b79e7a98e467f59ee007c880274663bcf Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Thu, 11 Sep 2025 23:01:54 +0200 Subject: [PATCH] Update config.json (#5964) - add example-nextjs and example-reactrouter to changeset ignore too (examples aren't part of releases) - also remove the salty-experts-yawn.md changeset because it's no longer relevant this should fix broken github actions build currently on `main` see https://github.com/transloadit/uppy/pull/5942#issuecomment-3282585747 --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: mifi <402547+mifi@users.noreply.github.com> --- .changeset/config.json | 4 +++- .changeset/salty-experts-yawn.md | 7 ------- 2 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 .changeset/salty-experts-yawn.md diff --git a/.changeset/config.json b/.changeset/config.json index 24882d98d..9eeeed965 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -28,6 +28,8 @@ "example-xhr-bundle", "example-xhr-node", "example-xhr-php", - "example-xhr-python" + "example-xhr-python", + "example-reactrouter", + "example-nextjs" ] } diff --git a/.changeset/salty-experts-yawn.md b/.changeset/salty-experts-yawn.md deleted file mode 100644 index bc619a1af..000000000 --- a/.changeset/salty-experts-yawn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"example-reactrouter": major -"example-nextjs": major -"example-angular": major ---- - -New example added for nextjs and react router and updated example for angular using latest CLI