@backstage/integration 1.15.0-next.0 → 1.15.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/integration
2
2
 
3
+ ## 1.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 1573014: The Gerrit integration can now resolve Gitiles urls that point to the following
8
+ refs:
9
+
10
+ - HEAD
11
+ - A SHA
12
+ - Tag
13
+ - Branch
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/config@1.2.0
19
+ - @backstage/errors@1.2.4
20
+
3
21
  ## 1.15.0-next.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/integration",
3
- "version": "1.15.0-next.0",
3
+ "version": "1.15.0",
4
4
  "description": "Helpers for managing integrations towards external systems",
5
5
  "backstage": {
6
6
  "role": "common-library"
@@ -48,8 +48,8 @@
48
48
  "luxon": "^3.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.27.1-next.2",
52
- "@backstage/config-loader": "^1.9.1-next.0",
51
+ "@backstage/cli": "^0.27.1",
52
+ "@backstage/config-loader": "^1.9.1",
53
53
  "@types/luxon": "^3.0.0",
54
54
  "msw": "^1.0.0"
55
55
  },