@backstage/integration 1.7.1-next.1 → 1.7.2-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @backstage/integration
|
|
2
2
|
|
|
3
|
+
## 1.7.2-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 243c655a68: JSDoc and Error message updates to handle `Azure Active Directory` re-brand to `Entra ID`
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/config@1.1.1
|
|
10
|
+
|
|
11
|
+
## 1.7.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 3963d0b885: Ensure that all relevant config fields are properly marked as secret
|
|
16
|
+
- 0b55f773a7: Removed some unused dependencies
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/config@1.1.1
|
|
19
|
+
|
|
3
20
|
## 1.7.1-next.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|