@backstage/plugin-devtools-common 0.0.0-nightly-20251213024329 → 0.0.0-nightly-20260115025113

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 +8 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,13 +1,18 @@
1
1
  # @backstage/plugin-devtools-common
2
2
 
3
- ## 0.0.0-nightly-20251213024329
3
+ ## 0.0.0-nightly-20260115025113
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 291bf9d: Added scheduled tasks UI feature for the DevTools plugin
8
7
  - Updated dependencies
8
+ - @backstage/plugin-permission-common@0.0.0-nightly-20260115025113
9
9
  - @backstage/types@1.2.2
10
- - @backstage/plugin-permission-common@0.9.3
10
+
11
+ ## 0.1.20
12
+
13
+ ### Patch Changes
14
+
15
+ - 291bf9d: Added scheduled tasks UI feature for the DevTools plugin
11
16
 
12
17
  ## 0.1.19
13
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-common",
3
- "version": "0.0.0-nightly-20251213024329",
3
+ "version": "0.0.0-nightly-20260115025113",
4
4
  "description": "Common functionalities for the devtools plugin",
5
5
  "backstage": {
6
6
  "role": "common-library",
@@ -61,11 +61,11 @@
61
61
  "test": "backstage-cli package test"
62
62
  },
63
63
  "dependencies": {
64
- "@backstage/plugin-permission-common": "0.9.3",
64
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20260115025113",
65
65
  "@backstage/types": "1.2.2"
66
66
  },
67
67
  "devDependencies": {
68
- "@backstage/cli": "0.0.0-nightly-20251213024329"
68
+ "@backstage/cli": "0.0.0-nightly-20260115025113"
69
69
  },
70
70
  "module": "./dist/index.esm.js"
71
71
  }