@backstage/plugin-devtools-common 0.0.0-nightly-20230509022028 → 0.0.0-nightly-20230510021859

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 +7 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-devtools-common
2
2
 
3
- ## 0.0.0-nightly-20230509022028
3
+ ## 0.0.0-nightly-20230510021859
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,3 +11,9 @@
11
11
  - Updated dependencies
12
12
  - @backstage/types@1.0.2
13
13
  - @backstage/plugin-permission-common@0.7.5
14
+
15
+ ## 0.1.0-next.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 347aeca204c: Introduced the DevTools plugin, checkout the plugin's [`README.md`](https://github.com/backstage/backstage/tree/master/plugins/devtools) for more details!
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-devtools-common",
3
3
  "description": "Common functionalities for the devtools plugin",
4
- "version": "0.0.0-nightly-20230509022028",
4
+ "version": "0.0.0-nightly-20230510021859",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -27,7 +27,7 @@
27
27
  "@backstage/types": "^1.0.2"
28
28
  },
29
29
  "devDependencies": {
30
- "@backstage/cli": "^0.0.0-nightly-20230509022028"
30
+ "@backstage/cli": "^0.0.0-nightly-20230510021859"
31
31
  },
32
32
  "files": [
33
33
  "dist"