@spotify/backstage-plugin-soundcheck-backend-module-github 0.3.0 → 0.4.1

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 +24 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @spotify/backstage-plugin-soundcheck-backend-module-github
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @spotify/backstage-plugin-soundcheck-common@0.8.1
9
+ - @spotify/backstage-plugin-soundcheck-node@0.4.2
10
+
11
+ ## 0.4.0
12
+
13
+ ### Minor Changes
14
+
15
+ - The GitHub fact collector can now be configured through the Soundcheck UI.
16
+
17
+ ### Patch Changes
18
+
19
+ - Upgraded Backstage to v1.18.1
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - @spotify/backstage-plugin-soundcheck-common@0.8.0
25
+ - @spotify/backstage-plugin-soundcheck-node@0.4.1
26
+
3
27
  ## 0.3.0
4
28
 
5
29
  ### 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.1",
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.1",
38
+ "@spotify/backstage-plugin-soundcheck-node": "^0.4.2",
39
39
  "git-url-parse": "^13.0.0",
40
40
  "lodash": "^4.17.21",
41
41
  "winston": "^3.2.1",