Version Packages (next)
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-azure-devops-backend
|
||||
|
||||
## 0.5.2-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 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 `./`.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.4.4-next.0
|
||||
- @backstage/backend-plugin-api@0.6.10-next.1
|
||||
- @backstage/backend-common@0.21.0-next.1
|
||||
- @backstage/integration@1.9.0-next.0
|
||||
- @backstage/config@1.1.1
|
||||
- @backstage/plugin-azure-devops-common@0.3.2
|
||||
- @backstage/plugin-catalog-common@1.0.21-next.0
|
||||
- @backstage/plugin-catalog-node@1.6.2-next.1
|
||||
|
||||
## 0.5.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-azure-devops-backend",
|
||||
"version": "0.5.2-next.0",
|
||||
"version": "0.5.2-next.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user