add first round of changesets

Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com>
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com>
This commit is contained in:
Aramis Sennyey
2024-04-01 10:53:30 -04:00
committed by aramissennyeydd
parent 7e08e2e04b
commit 14402321dc
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/repo-tools': minor
---
Adds support for auto generated server types from OpenAPI generator instead of dynamically implied types. This improves support for recursive types.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-openapi-utils': minor
---
Adds support for auto generated static server types.