@backstage/plugin-user-settings 0.6.0-next.4 → 0.6.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 +27 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @backstage/plugin-user-settings
2
2
 
3
+ ## 0.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.12.2
9
+
10
+ ## 0.6.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 29bdda5442: Added the ability to fully customize settings page. Deprecated UserSettingsTab in favour of SettingsLayout.Route
15
+
16
+ ### Patch Changes
17
+
18
+ - 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
19
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
20
+ - 19356df560: Updated dependency `zen-observable` to `^0.9.0`.
21
+ - c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
22
+ - Updated dependencies
23
+ - @backstage/core-plugin-api@1.2.0
24
+ - @backstage/core-components@0.12.1
25
+ - @backstage/core-app-api@1.3.0
26
+ - @backstage/errors@1.1.4
27
+ - @backstage/types@1.0.2
28
+ - @backstage/theme@0.2.16
29
+
3
30
  ## 0.6.0-next.4
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings",
3
3
  "description": "A Backstage plugin that provides a settings page",
4
- "version": "0.6.0-next.4",
4
+ "version": "0.6.1",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,12 +32,12 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/core-app-api": "^1.3.0-next.4",
36
- "@backstage/core-components": "^0.12.1-next.4",
37
- "@backstage/core-plugin-api": "^1.2.0-next.2",
38
- "@backstage/errors": "^1.1.4-next.1",
35
+ "@backstage/core-app-api": "^1.3.0",
36
+ "@backstage/core-components": "^0.12.2",
37
+ "@backstage/core-plugin-api": "^1.2.0",
38
+ "@backstage/errors": "^1.1.4",
39
39
  "@backstage/theme": "^0.2.16",
40
- "@backstage/types": "^1.0.2-next.1",
40
+ "@backstage/types": "^1.0.2",
41
41
  "@material-ui/core": "^4.12.2",
42
42
  "@material-ui/icons": "^4.9.1",
43
43
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -50,9 +50,9 @@
50
50
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.22.0-next.4",
54
- "@backstage/dev-utils": "^1.0.9-next.4",
55
- "@backstage/test-utils": "^1.2.3-next.4",
53
+ "@backstage/cli": "^0.22.0",
54
+ "@backstage/dev-utils": "^1.0.10",
55
+ "@backstage/test-utils": "^1.2.3",
56
56
  "@testing-library/jest-dom": "^5.10.1",
57
57
  "@testing-library/react": "^12.1.3",
58
58
  "@testing-library/user-event": "^14.0.0",