uppy/.changeset/config.json
Mikael Finstad a72af02b79
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>
2025-09-11 23:01:54 +02:00

35 lines
893 B
JSON

{
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
},
"ignore": [
"angular",
"@uppy-dev/dev",
"example-angular",
"example-aws-companion",
"example-aws-nodejs",
"example-aws-php",
"example-cdn",
"example-companion",
"example-companion-custom-provider",
"example-companion-digitalocean-spaces",
"example-react",
"example-sveltekit",
"example-transloadit",
"example-vue",
"example-xhr-bundle",
"example-xhr-node",
"example-xhr-php",
"example-xhr-python",
"example-reactrouter",
"example-nextjs"
]
}