@backstage/plugin-user-settings-backend 0.2.3 → 0.2.4

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 CHANGED
@@ -1,22 +1,52 @@
1
1
  # @backstage/plugin-user-settings-backend
2
2
 
3
- ## 0.2.3
3
+ ## 0.2.4
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.3.2
9
- - @backstage/backend-plugin-api@0.6.5
10
- - @backstage/backend-common@0.19.7
8
+ - @backstage/backend-common@0.19.8
9
+ - @backstage/plugin-auth-node@0.4.0
10
+ - @backstage/catalog-model@1.4.3
11
+ - @backstage/errors@1.2.3
12
+ - @backstage/backend-plugin-api@0.6.6
13
+ - @backstage/types@1.1.1
14
+
15
+ ## 0.2.4-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.19.8-next.2
21
+ - @backstage/plugin-auth-node@0.4.0-next.2
22
+ - @backstage/catalog-model@1.4.3-next.0
23
+ - @backstage/errors@1.2.3-next.0
24
+ - @backstage/backend-plugin-api@0.6.6-next.2
25
+ - @backstage/types@1.1.1
26
+
27
+ ## 0.2.3-next.1
28
+
29
+ ### Patch Changes
11
30
 
12
- ## 0.2.2
31
+ - Updated dependencies
32
+ - @backstage/backend-common@0.19.7-next.1
33
+ - @backstage/backend-plugin-api@0.6.5-next.1
34
+ - @backstage/plugin-auth-node@0.3.2-next.1
35
+ - @backstage/catalog-model@1.4.2
36
+ - @backstage/errors@1.2.2
37
+ - @backstage/types@1.1.1
38
+
39
+ ## 0.2.3-next.0
13
40
 
14
41
  ### Patch Changes
15
42
 
16
43
  - Updated dependencies
17
- - @backstage/plugin-auth-node@0.3.1
18
- - @backstage/backend-plugin-api@0.6.4
19
- - @backstage/backend-common@0.19.6
44
+ - @backstage/plugin-auth-node@0.3.2-next.0
45
+ - @backstage/backend-common@0.19.7-next.0
46
+ - @backstage/backend-plugin-api@0.6.5-next.0
47
+ - @backstage/catalog-model@1.4.2
48
+ - @backstage/errors@1.2.2
49
+ - @backstage/types@1.1.1
20
50
 
21
51
  ## 0.2.1
22
52
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings-backend",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings-backend",
3
3
  "description": "The Backstage backend plugin to manage user settings",
4
- "version": "0.2.3",
4
+ "version": "0.2.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,11 +30,11 @@
30
30
  "clean": "backstage-cli package clean"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/backend-common": "^0.19.7",
34
- "@backstage/backend-plugin-api": "^0.6.5",
35
- "@backstage/catalog-model": "^1.4.2",
36
- "@backstage/errors": "^1.2.2",
37
- "@backstage/plugin-auth-node": "^0.3.2",
33
+ "@backstage/backend-common": "^0.19.8",
34
+ "@backstage/backend-plugin-api": "^0.6.6",
35
+ "@backstage/catalog-model": "^1.4.3",
36
+ "@backstage/errors": "^1.2.3",
37
+ "@backstage/plugin-auth-node": "^0.4.0",
38
38
  "@backstage/types": "^1.1.1",
39
39
  "@types/express": "^4.17.6",
40
40
  "express": "^4.17.1",
@@ -44,8 +44,8 @@
44
44
  "yn": "^4.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/backend-test-utils": "^0.2.6",
48
- "@backstage/cli": "^0.22.13",
47
+ "@backstage/backend-test-utils": "^0.2.7",
48
+ "@backstage/cli": "^0.23.0",
49
49
  "@types/supertest": "^2.0.8",
50
50
  "supertest": "^6.1.3"
51
51
  },