@backstage/plugin-techdocs 0.0.0-nightly-20220823130 → 0.0.0-nightly-20220923026

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 +12 -11
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,21 +1,22 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20220823130
3
+ ## 0.0.0-nightly-20220923026
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 1628ca3f49: Fix an issue where the TechDocs sidebar is hidden when the Backstage sidebar is pinned at smaller screen sizes
8
8
  - Updated dependencies
9
- - @backstage/catalog-model@0.0.0-nightly-20220823130
10
- - @backstage/core-components@0.0.0-nightly-20220823130
11
- - @backstage/core-plugin-api@0.0.0-nightly-20220823130
12
- - @backstage/errors@0.0.0-nightly-20220823130
13
- - @backstage/integration@0.0.0-nightly-20220823130
14
- - @backstage/integration-react@0.0.0-nightly-20220823130
15
- - @backstage/theme@0.0.0-nightly-20220823130
16
- - @backstage/plugin-catalog@0.0.0-nightly-20220823130
17
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220823130
18
- - @backstage/plugin-search@0.0.0-nightly-20220823130
9
+ - @backstage/config@0.0.0-nightly-20220923026
10
+ - @backstage/catalog-model@0.0.0-nightly-20220923026
11
+ - @backstage/core-components@0.0.0-nightly-20220923026
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20220923026
13
+ - @backstage/errors@0.0.0-nightly-20220923026
14
+ - @backstage/integration@0.0.0-nightly-20220923026
15
+ - @backstage/integration-react@0.0.0-nightly-20220923026
16
+ - @backstage/theme@0.0.0-nightly-20220923026
17
+ - @backstage/plugin-catalog@0.0.0-nightly-20220923026
18
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220923026
19
+ - @backstage/plugin-search@0.0.0-nightly-20220923026
19
20
 
20
21
  ## 0.12.13
21
22
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
3
  "description": "The Backstage plugin that renders technical documentation for your components",
4
- "version": "0.0.0-nightly-20220823130",
4
+ "version": "0.0.0-nightly-20220923026",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,17 +32,17 @@
32
32
  "clean": "backstage-cli clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/catalog-model": "^0.0.0-nightly-20220823130",
36
- "@backstage/config": "^0.1.11",
37
- "@backstage/core-components": "^0.0.0-nightly-20220823130",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220823130",
39
- "@backstage/errors": "^0.0.0-nightly-20220823130",
40
- "@backstage/integration": "^0.0.0-nightly-20220823130",
41
- "@backstage/integration-react": "^0.0.0-nightly-20220823130",
42
- "@backstage/plugin-catalog": "^0.0.0-nightly-20220823130",
43
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220823130",
44
- "@backstage/plugin-search": "^0.0.0-nightly-20220823130",
45
- "@backstage/theme": "^0.0.0-nightly-20220823130",
35
+ "@backstage/catalog-model": "^0.0.0-nightly-20220923026",
36
+ "@backstage/config": "^0.0.0-nightly-20220923026",
37
+ "@backstage/core-components": "^0.0.0-nightly-20220923026",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220923026",
39
+ "@backstage/errors": "^0.0.0-nightly-20220923026",
40
+ "@backstage/integration": "^0.0.0-nightly-20220923026",
41
+ "@backstage/integration-react": "^0.0.0-nightly-20220923026",
42
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20220923026",
43
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220923026",
44
+ "@backstage/plugin-search": "^0.0.0-nightly-20220923026",
45
+ "@backstage/theme": "^0.0.0-nightly-20220923026",
46
46
  "@material-ui/core": "^4.12.2",
47
47
  "@material-ui/icons": "^4.9.1",
48
48
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -62,10 +62,10 @@
62
62
  "react-dom": "^16.13.1 || ^17.0.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/cli": "^0.0.0-nightly-20220823130",
66
- "@backstage/core-app-api": "^0.0.0-nightly-20220823130",
67
- "@backstage/dev-utils": "^0.0.0-nightly-20220823130",
68
- "@backstage/test-utils": "^0.0.0-nightly-20220823130",
65
+ "@backstage/cli": "^0.0.0-nightly-20220923026",
66
+ "@backstage/core-app-api": "^0.0.0-nightly-20220923026",
67
+ "@backstage/dev-utils": "^0.0.0-nightly-20220923026",
68
+ "@backstage/test-utils": "^0.0.0-nightly-20220923026",
69
69
  "@testing-library/jest-dom": "^5.10.1",
70
70
  "@testing-library/react": "^11.2.5",
71
71
  "@testing-library/react-hooks": "^7.0.2",