Version Packages

This commit is contained in:
github-actions[bot]
2024-02-20 11:04:26 +00:00
parent e944c0d361
commit f1831dd9b2
771 changed files with 9304 additions and 2982 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/plugin-azure-devops-backend
## 0.5.2
### Patch Changes
- 353244d: Added a note about Service Principles
- b64ce5a: Updated New Backend System instructions to use default import
- 25bda45: Fixed bug with `extractPartsFromAsset` that resulted in a leading `.` being removed from the path in an otherwise valid path (ex. `.assets/image.png`). The leading `.` will now only be moved for paths beginning with `./`.
- 9aac2b0: Use `--cwd` as the first `yarn` argument
- Updated dependencies
- @backstage/backend-common@0.21.0
- @backstage/backend-plugin-api@0.6.10
- @backstage/catalog-model@1.4.4
- @backstage/integration@1.9.0
- @backstage/plugin-catalog-node@1.7.0
- @backstage/config@1.1.1
- @backstage/plugin-azure-devops-common@0.3.2
- @backstage/plugin-catalog-common@1.0.21
## 0.5.2-next.3
### Patch Changes