Version Packages

This commit is contained in:
github-actions[bot]
2025-01-14 12:23:31 +00:00
parent 28705fb8f6
commit 43f666371b
412 changed files with 4831 additions and 1268 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/integration
## 1.16.1
### Patch Changes
- d2b16db: A new Gerrit helper function (`buildGerritGitilesArchiveUrlFromLocation`) has been added. This
constructs a Gitiles URL to download an archive. It is similar to the existing
`buildGerritGitilesArchiveUrl` but also support content referenced by a full commit `SHA`.
**DEPRECATIONS**: The function `buildGerritGitilesArchiveUrl` is deprecated, use the
`buildGerritGitilesArchiveUrlFromLocation` function instead.
**DEPRECATIONS**: The function `parseGerritGitilesUrl` is deprecated, use the
`parseGitilesUrlRef` function instead.
- Updated dependencies
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
## 1.16.1-next.0
### Patch Changes