@backstage/plugin-techdocs 0.0.0-nightly-20240623021817 → 0.0.0-nightly-20240624021816

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,12 +1,12 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20240623021817
3
+ ## 0.0.0-nightly-20240624021816
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 8ac9ce5: Fixed a bug with the TechDocsReaderPageProvider not re-rendering when setShadowDom is called, meaning that the useShadowDom hooks were inconsistent. This issue caused the TextSize addon changes not to reapply during navigation.
8
8
  - Updated dependencies
9
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20240623021817
9
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20240624021816
10
10
  - @backstage/catalog-model@1.5.0
11
11
  - @backstage/config@1.2.0
12
12
  - @backstage/core-compat-api@0.2.6
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs__alpha",
3
- "version": "0.0.0-nightly-20240623021817",
3
+ "version": "0.0.0-nightly-20240624021816",
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-20240623021817",
3
+ "version": "0.0.0-nightly-20240624021816",
4
4
  "description": "The Backstage plugin that renders technical documentation for your components",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,7 +70,7 @@
70
70
  "@backstage/plugin-catalog-react": "^1.12.1",
71
71
  "@backstage/plugin-search-common": "^1.2.12",
72
72
  "@backstage/plugin-search-react": "^1.7.12",
73
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240623021817",
73
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20240624021816",
74
74
  "@backstage/theme": "^0.5.6",
75
75
  "@material-ui/core": "^4.12.2",
76
76
  "@material-ui/icons": "^4.9.1",
@@ -86,10 +86,10 @@
86
86
  "react-use": "^17.2.4"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/cli": "^0.0.0-nightly-20240623021817",
89
+ "@backstage/cli": "^0.0.0-nightly-20240624021816",
90
90
  "@backstage/core-app-api": "^1.12.6",
91
91
  "@backstage/dev-utils": "^1.0.33",
92
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240623021817",
92
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20240624021816",
93
93
  "@backstage/test-utils": "^1.5.6",
94
94
  "@testing-library/dom": "^10.0.0",
95
95
  "@testing-library/jest-dom": "^6.0.0",