Version Packages

This commit is contained in:
github-actions[bot]
2025-12-16 14:08:20 +00:00
parent 08f8a58f82
commit c24788d5bb
487 changed files with 4885 additions and 1335 deletions
+21
View File
@@ -1,5 +1,26 @@
# @backstage/repo-tools
## 0.16.1
### Patch Changes
- 688f070: Updated to use new utilities from `@backstage/cli-common`.
- 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
- 2bae83a: Bump `@microsoft/api-documenter` and `@microsoft/api-extractor` to latest versions.
- d1e38a7: Properly create workspace in OS temporary directory for `generate-patch` command
- 2bae83a: Bumped dev dependencies `@types/node`
- Updated dependencies
- @backstage/cli-node@0.2.16
- @backstage/backend-plugin-api@1.6.0
- @backstage/cli-common@0.1.16
- @backstage/config-loader@1.10.7
## 0.16.1-next.2
### Patch Changes