Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-11-25 16:21:32 +00:00
parent fea7302000
commit 756986e5e7
363 changed files with 4740 additions and 182 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/repo-tools
## 0.16.1-next.0
### Patch Changes
- 85895f9: Updates OpenAPI generator templates to preserve original property names (like 'group-name', 'user-id') from OpenAPI specs when propertyNaming=original is specified. Previously, these were always converted to camelCase regardless of the propertyNaming setting.
- Updates modelGeneric.mustache templates in both client and server generators
- Updates modelTaggedUnion.mustache templates in both client and server generators
- Uses {{baseName}} when available, falls back to {{name}} for backward compatibility
- Maintains backward compatibility - no changes when propertyNaming=original is not used
- Updated dependencies
- @backstage/backend-plugin-api@1.5.1-next.0
- @backstage/cli-common@0.1.16-next.0
- @backstage/cli-node@0.2.16-next.0
- @backstage/config-loader@1.10.7-next.0
- @backstage/catalog-model@1.7.6
- @backstage/errors@1.2.7
## 0.16.0
### Minor Changes