@backstage/plugin-user-settings-backend 0.2.7-next.3 → 0.2.7

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,19 @@
1
1
  # @backstage/plugin-user-settings-backend
2
2
 
3
+ ## 0.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 2633d64: Change user settings backend plugin id and fix when using user setting backend home page first will cause edit page loop render
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.20.0
10
+ - @backstage/plugin-auth-node@0.4.2
11
+ - @backstage/backend-plugin-api@0.6.8
12
+ - @backstage/catalog-model@1.4.3
13
+ - @backstage/config@1.1.1
14
+ - @backstage/errors@1.2.3
15
+ - @backstage/types@1.1.1
16
+
3
17
  ## 0.2.7-next.3
4
18
 
5
19
  ### 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.7",
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.7",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,12 +40,12 @@
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",
43
+ "@backstage/backend-common": "^0.20.0",
44
+ "@backstage/backend-plugin-api": "^0.6.8",
45
45
  "@backstage/catalog-model": "^1.4.3",
46
46
  "@backstage/config": "^1.1.1",
47
47
  "@backstage/errors": "^1.2.3",
48
- "@backstage/plugin-auth-node": "^0.4.2-next.3",
48
+ "@backstage/plugin-auth-node": "^0.4.2",
49
49
  "@backstage/types": "^1.1.1",
50
50
  "@types/express": "^4.17.6",
51
51
  "express": "^4.17.1",
@@ -55,8 +55,8 @@
55
55
  "yn": "^4.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-test-utils": "^0.2.9-next.3",
59
- "@backstage/cli": "^0.25.0-next.3",
58
+ "@backstage/backend-test-utils": "^0.2.9",
59
+ "@backstage/cli": "^0.25.0",
60
60
  "@types/supertest": "^2.0.8",
61
61
  "supertest": "^6.1.3"
62
62
  },