@backstage/plugin-techdocs 0.0.0-nightly-20240517021455 → 0.0.0-nightly-20240519021643

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20240517021455
3
+ ## 0.0.0-nightly-20240519021643
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,7 +9,7 @@
9
9
  - e40bd9a: Fixed bug in CopyToClipboardButton component where positioning of the "Copy to clipboard" button in techdocs code snippets was broken in some cases
10
10
  - 1256d88: Fix weird opening behaviour of the <TechDocsSearch /> component.
11
11
  - Updated dependencies
12
- - @backstage/theme@0.0.0-nightly-20240517021455
12
+ - @backstage/theme@0.0.0-nightly-20240519021643
13
13
 
14
14
  ## 1.10.5
15
15
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240517021455",
3
+ "version": "0.0.0-nightly-20240519021643",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20240517021455",
3
+ "version": "0.0.0-nightly-20240519021643",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin"
@@ -64,7 +64,7 @@
64
64
  "@backstage/plugin-search-common": "^1.2.11",
65
65
  "@backstage/plugin-search-react": "^1.7.11",
66
66
  "@backstage/plugin-techdocs-react": "^1.2.4",
67
- "@backstage/theme": "^0.0.0-nightly-20240517021455",
67
+ "@backstage/theme": "^0.0.0-nightly-20240519021643",
68
68
  "@material-ui/core": "^4.12.2",
69
69
  "@material-ui/icons": "^4.9.1",
70
70
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -79,7 +79,7 @@
79
79
  "react-use": "^17.2.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/cli": "^0.0.0-nightly-20240517021455",
82
+ "@backstage/cli": "^0.0.0-nightly-20240519021643",
83
83
  "@backstage/core-app-api": "^1.12.5",
84
84
  "@backstage/dev-utils": "^1.0.32",
85
85
  "@backstage/plugin-techdocs-module-addons-contrib": "^1.1.10",