chore: Temporary patch to bypass changesets issue with too many commits (#13706)

* chore: Temporary patch for changesets

* bump lockfile
This commit is contained in:
Oli Juhl
2025-10-08 09:36:24 +02:00
committed by GitHub
parent c61f3150c1
commit 439969b015
3 changed files with 166 additions and 1 deletions
+2 -1
View File
@@ -85,6 +85,7 @@
"@redocly/cli/react": "^17.0.1",
"@redocly/cli/react-dom": "^17.0.1",
"pg": "8.16.3",
"@changesets/assemble-release-plan@^6.0.0": "patch:@changesets/assemble-release-plan@npm:^6.0.0#.yarn/patches/changesets.patch"
"@changesets/assemble-release-plan@^6.0.0": "patch:@changesets/assemble-release-plan@npm:^6.0.0#.yarn/patches/changesets.patch",
"@changesets/get-github-info@^0.5.2": "patch:@changesets/get-github-info@npm:^0.5.2#.yarn/patches/changesets-github-info.patch"
}
}