@backstage/plugin-app-module-user-settings 0.0.0-nightly-20260701032245 → 0.1.0-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 +0 -13
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,18 +1,5 @@
1
1
  # @backstage/plugin-app-module-user-settings
2
2
 
3
- ## 0.0.0-nightly-20260701032245
4
-
5
- ### Minor Changes
6
-
7
- - c8a06d5: Added new frontend module that provides database-backed user settings storage. When installed, it overrides the default browser local storage with the user settings backend, enabling settings to persist across devices and sessions.
8
-
9
- ### Patch Changes
10
-
11
- - Updated dependencies
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260701032245
13
- - @backstage/plugin-user-settings@0.0.0-nightly-20260701032245
14
- - @backstage/plugin-signals-react@0.0.0-nightly-20260701032245
15
-
16
3
  ## 0.1.0-next.0
17
4
 
18
5
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-app-module-user-settings",
3
- "version": "0.0.0-nightly-20260701032245",
3
+ "version": "0.1.0-next.0",
4
4
  "description": "Registers user-settings features into the app.",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin-module",
@@ -37,12 +37,12 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260701032245",
41
- "@backstage/plugin-signals-react": "0.0.0-nightly-20260701032245",
42
- "@backstage/plugin-user-settings": "0.0.0-nightly-20260701032245"
40
+ "@backstage/frontend-plugin-api": "0.17.3-next.1",
41
+ "@backstage/plugin-signals-react": "0.0.24-next.0",
42
+ "@backstage/plugin-user-settings": "0.9.5-next.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "0.0.0-nightly-20260701032245",
45
+ "@backstage/cli": "0.36.4-next.1",
46
46
  "@testing-library/jest-dom": "^6.0.0"
47
47
  },
48
48
  "typesVersions": {