@backstage/plugin-user-settings-backend 0.2.7-next.3 → 0.2.8-next.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @backstage/plugin-user-settings-backend
2
2
 
3
+ ## 0.2.8-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 4016f21: Remove some unused dependencies
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.20.1-next.0
10
+ - @backstage/backend-plugin-api@0.6.9-next.0
11
+ - @backstage/config@1.1.1
12
+ - @backstage/errors@1.2.3
13
+ - @backstage/types@1.1.1
14
+ - @backstage/plugin-auth-node@0.4.3-next.0
15
+
16
+ ## 0.2.7
17
+
18
+ ### Patch Changes
19
+
20
+ - 2633d64: Change user settings backend plugin id and fix when using user setting backend home page first will cause edit page loop render
21
+ - Updated dependencies
22
+ - @backstage/backend-common@0.20.0
23
+ - @backstage/plugin-auth-node@0.4.2
24
+ - @backstage/backend-plugin-api@0.6.8
25
+ - @backstage/catalog-model@1.4.3
26
+ - @backstage/config@1.1.1
27
+ - @backstage/errors@1.2.3
28
+ - @backstage/types@1.1.1
29
+
3
30
  ## 0.2.7-next.3
4
31
 
5
32
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings-backend",
3
- "version": "0.2.7-next.3",
3
+ "version": "0.2.8-next.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/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.7-next.3",
4
+ "version": "0.2.8-next.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,12 +40,11 @@
40
40
  "clean": "backstage-cli package clean"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.20.0-next.3",
44
- "@backstage/backend-plugin-api": "^0.6.8-next.3",
45
- "@backstage/catalog-model": "^1.4.3",
43
+ "@backstage/backend-common": "^0.20.1-next.0",
44
+ "@backstage/backend-plugin-api": "^0.6.9-next.0",
46
45
  "@backstage/config": "^1.1.1",
47
46
  "@backstage/errors": "^1.2.3",
48
- "@backstage/plugin-auth-node": "^0.4.2-next.3",
47
+ "@backstage/plugin-auth-node": "^0.4.3-next.0",
49
48
  "@backstage/types": "^1.1.1",
50
49
  "@types/express": "^4.17.6",
51
50
  "express": "^4.17.1",
@@ -55,8 +54,8 @@
55
54
  "yn": "^4.0.0"
56
55
  },
57
56
  "devDependencies": {
58
- "@backstage/backend-test-utils": "^0.2.9-next.3",
59
- "@backstage/cli": "^0.25.0-next.3",
57
+ "@backstage/backend-test-utils": "^0.2.10-next.0",
58
+ "@backstage/cli": "^0.25.1-next.0",
60
59
  "@types/supertest": "^2.0.8",
61
60
  "supertest": "^6.1.3"
62
61
  },