@spotify/backstage-plugin-soundcheck-backend-module-github 0.3.0 → 0.4.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 +16 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @spotify/backstage-plugin-soundcheck-backend-module-github
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - The GitHub fact collector can now be configured through the Soundcheck UI.
8
+
9
+ ### Patch Changes
10
+
11
+ - Upgraded Backstage to v1.18.1
12
+ - Updated dependencies
13
+ - Updated dependencies
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - @spotify/backstage-plugin-soundcheck-common@0.8.0
17
+ - @spotify/backstage-plugin-soundcheck-node@0.4.1
18
+
3
19
  ## 0.3.0
4
20
 
5
21
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spotify/backstage-plugin-soundcheck-backend-module-github",
3
3
  "description": "Soundcheck 3rd party integration with Github",
4
- "version": "0.3.0",
4
+ "version": "0.4.0",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://backstage.spotify.com",
7
7
  "main": "dist/index.cjs.js",
@@ -22,20 +22,20 @@
22
22
  "postpack": "backstage-cli package postpack"
23
23
  },
24
24
  "devDependencies": {
25
- "@backstage/cli": "^0.22.10",
25
+ "@backstage/cli": "^0.22.13",
26
26
  "@types/git-url-parse": "^9.0.0"
27
27
  },
28
28
  "dependencies": {
29
- "@backstage/backend-common": "^0.19.2",
30
- "@backstage/catalog-model": "^1.4.1",
31
- "@backstage/config": "^1.0.8",
32
- "@backstage/errors": "^1.2.1",
33
- "@backstage/integration": "^1.6.0",
34
- "@backstage/types": "^1.1.0",
29
+ "@backstage/backend-common": "^0.19.5",
30
+ "@backstage/catalog-model": "^1.4.2",
31
+ "@backstage/config": "^1.1.0",
32
+ "@backstage/errors": "^1.2.2",
33
+ "@backstage/integration": "^1.7.0",
34
+ "@backstage/types": "^1.1.1",
35
35
  "@octokit/request-error": "^5.0.0",
36
36
  "@octokit/rest": "^20.0.0",
37
- "@spotify/backstage-plugin-soundcheck-common": "^0.7.1",
38
- "@spotify/backstage-plugin-soundcheck-node": "^0.4.0",
37
+ "@spotify/backstage-plugin-soundcheck-common": "^0.8.0",
38
+ "@spotify/backstage-plugin-soundcheck-node": "^0.4.1",
39
39
  "git-url-parse": "^13.0.0",
40
40
  "lodash": "^4.17.21",
41
41
  "winston": "^3.2.1",