@backstage/integration 1.4.5-next.0 → 1.4.5
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 +9 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @backstage/integration
|
|
2
2
|
|
|
3
|
+
## 1.4.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b026275bcc8: Fixed a bug where the wrong credentials would be selected when using multiple GitHub app integrations.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/config@1.0.7
|
|
10
|
+
- @backstage/errors@1.1.5
|
|
11
|
+
|
|
3
12
|
## 1.4.5-next.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/integration",
|
|
3
3
|
"description": "Helpers for managing integrations towards external systems",
|
|
4
|
-
"version": "1.4.5
|
|
4
|
+
"version": "1.4.5",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"luxon": "^3.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@backstage/cli": "^0.22.7
|
|
46
|
-
"@backstage/config-loader": "^1.3.0
|
|
45
|
+
"@backstage/cli": "^0.22.7",
|
|
46
|
+
"@backstage/config-loader": "^1.3.0",
|
|
47
47
|
"@types/luxon": "^3.0.0",
|
|
48
48
|
"msw": "^1.0.0"
|
|
49
49
|
},
|