@backstage/plugin-user-settings-backend 0.3.0-next.2 → 0.3.1-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @backstage/plugin-user-settings-backend
2
2
 
3
+ ## 0.3.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-defaults@0.9.0-next.0
9
+ - @backstage/plugin-auth-node@0.6.1
10
+ - @backstage/backend-plugin-api@1.2.1
11
+ - @backstage/errors@1.2.7
12
+ - @backstage/types@1.2.1
13
+ - @backstage/plugin-signals-node@0.1.18
14
+ - @backstage/plugin-user-settings-common@0.0.1
15
+
16
+ ## 0.3.0
17
+
18
+ ### Minor Changes
19
+
20
+ - e202017: **BREAKING**: Removed support for the old backend system.
21
+
22
+ As part of this change the plugin export from `/alpha` as been removed. If you are currently importing `@backstage/plugin-user-settings-backend/alpha`, please update your import to `@backstage/plugin-user-settings-backend`.
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @backstage/backend-defaults@0.8.2
28
+ - @backstage/plugin-auth-node@0.6.1
29
+ - @backstage/backend-plugin-api@1.2.1
30
+ - @backstage/errors@1.2.7
31
+ - @backstage/types@1.2.1
32
+ - @backstage/plugin-signals-node@0.1.18
33
+ - @backstage/plugin-user-settings-common@0.0.1
34
+
3
35
  ## 0.3.0-next.2
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings-backend",
3
- "version": "0.3.0-next.2",
3
+ "version": "0.3.1-next.0",
4
4
  "description": "The Backstage backend plugin to manage user settings",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -49,11 +49,11 @@
49
49
  "test": "backstage-cli package test"
50
50
  },
51
51
  "dependencies": {
52
- "@backstage/backend-defaults": "0.8.2-next.2",
53
- "@backstage/backend-plugin-api": "1.2.1-next.1",
52
+ "@backstage/backend-defaults": "0.9.0-next.0",
53
+ "@backstage/backend-plugin-api": "1.2.1",
54
54
  "@backstage/errors": "1.2.7",
55
- "@backstage/plugin-auth-node": "0.6.1-next.1",
56
- "@backstage/plugin-signals-node": "0.1.18-next.2",
55
+ "@backstage/plugin-auth-node": "0.6.1",
56
+ "@backstage/plugin-signals-node": "0.1.18",
57
57
  "@backstage/plugin-user-settings-common": "0.0.1",
58
58
  "@backstage/types": "1.2.1",
59
59
  "express": "^4.17.1",
@@ -61,9 +61,9 @@
61
61
  "knex": "^3.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/backend-defaults": "0.8.2-next.2",
65
- "@backstage/backend-test-utils": "1.3.1-next.2",
66
- "@backstage/cli": "0.31.0-next.1",
64
+ "@backstage/backend-defaults": "0.9.0-next.0",
65
+ "@backstage/backend-test-utils": "1.3.2-next.0",
66
+ "@backstage/cli": "0.32.0-next.0",
67
67
  "@types/express": "^4.17.6",
68
68
  "@types/supertest": "^2.0.8",
69
69
  "supertest": "^7.0.0"