Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-05-26 15:26:38 +00:00
parent fe9b5f58ca
commit 68db890456
340 changed files with 3430 additions and 170 deletions
+6
View File
@@ -1,5 +1,11 @@
# @backstage/integration
## 2.0.3-next.0
### Patch Changes
- a07e6a3: Added the correctly-spelled `AzureBlobStorageIntegration` class export and deprecated the previous typoed `AzureBlobStorageIntergation` export. Existing usage of `AzureBlobStorageIntergation` continues to work; switch to `AzureBlobStorageIntegration` to avoid future removal.
## 2.0.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration",
"version": "2.0.2",
"version": "2.0.3-next.0",
"description": "Helpers for managing integrations towards external systems",
"backstage": {
"role": "common-library"