@backstage/plugin-app-module-user-settings 0.0.0-nightly-20260707031921 → 0.0.0-nightly-20260708031420

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-app-module-user-settings
2
2
 
3
- ## 0.0.0-nightly-20260707031921
3
+ ## 0.0.0-nightly-20260708031420
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,9 +9,9 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260707031921
13
- - @backstage/plugin-user-settings@0.0.0-nightly-20260707031921
14
- - @backstage/plugin-signals-react@0.0.0-nightly-20260707031921
12
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260708031420
13
+ - @backstage/plugin-user-settings@0.0.0-nightly-20260708031420
14
+ - @backstage/plugin-signals-react@0.0.0-nightly-20260708031420
15
15
 
16
16
  ## 0.1.0-next.0
17
17
 
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-20260707031921",
3
+ "version": "0.0.0-nightly-20260708031420",
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-20260707031921",
41
- "@backstage/plugin-signals-react": "0.0.0-nightly-20260707031921",
42
- "@backstage/plugin-user-settings": "0.0.0-nightly-20260707031921"
40
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260708031420",
41
+ "@backstage/plugin-signals-react": "0.0.0-nightly-20260708031420",
42
+ "@backstage/plugin-user-settings": "0.0.0-nightly-20260708031420"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "0.0.0-nightly-20260707031921",
45
+ "@backstage/cli": "0.0.0-nightly-20260708031420",
46
46
  "@testing-library/jest-dom": "^6.0.0"
47
47
  },
48
48
  "typesVersions": {