Version Packages

This commit is contained in:
github-actions[bot]
2026-02-17 16:06:18 +00:00
parent 31de2c9b3a
commit e6df5d52ce
589 changed files with 6497 additions and 2264 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/integration
## 1.20.0
### Minor Changes
- 6999f6d: The AzureUrl class in the @backstage/integration package is now able to process BOTH git branches and git tags. Initially this class only processed git branches and threw an error when non-branch Azure URLs were passed in.
### Patch Changes
- cc6206e: Added support for `{org}.visualstudio.com` domains used by Azure DevOps
- 7455dae: Use node prefix on native imports
## 1.20.0-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration",
"version": "1.20.0-next.2",
"version": "1.20.0",
"description": "Helpers for managing integrations towards external systems",
"backstage": {
"role": "common-library"