@backstage/plugin-techdocs-react 0.0.0-nightly-20220515024439 → 0.0.0-nightly-20220516023848

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-react
2
2
 
3
- ## 0.0.0-nightly-20220515024439
3
+ ## 0.0.0-nightly-20220516023848
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -25,9 +25,9 @@
25
25
  - 52fddad92d: The `TechDocsStorageApi` and its associated ref are now exported by `@backstage/plugin-techdocs-react`. The API interface, ref, and types are now deprecated in `@backstage/plugin-techdocs` and will be removed in a future release.
26
26
  - 075a9a067b: Updated the return type of `createTechDocsAddonExtension` to better reflect the fact that passing children to Addon components is not a valid use-case.
27
27
  - Updated dependencies
28
- - @backstage/core-components@0.0.0-nightly-20220515024439
29
- - @backstage/core-plugin-api@0.0.0-nightly-20220515024439
30
- - @backstage/catalog-model@0.0.0-nightly-20220515024439
28
+ - @backstage/core-components@0.0.0-nightly-20220516023848
29
+ - @backstage/core-plugin-api@0.0.0-nightly-20220516023848
30
+ - @backstage/catalog-model@0.0.0-nightly-20220516023848
31
31
 
32
32
  ## 0.1.1-next.2
33
33
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "0.0.0-nightly-20220515024439",
3
+ "version": "0.0.0-nightly-20220516023848",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
3
  "description": "Shared frontend utilities for TechDocs and Addons",
4
- "version": "0.0.0-nightly-20220515024439",
4
+ "version": "0.0.0-nightly-20220516023848",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -35,9 +35,9 @@
35
35
  "start": "backstage-cli package start"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/catalog-model": "^0.0.0-nightly-20220515024439",
39
- "@backstage/core-components": "^0.0.0-nightly-20220515024439",
40
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220515024439",
38
+ "@backstage/catalog-model": "^0.0.0-nightly-20220516023848",
39
+ "@backstage/core-components": "^0.0.0-nightly-20220516023848",
40
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220516023848",
41
41
  "@backstage/version-bridge": "^1.0.1",
42
42
  "@material-ui/core": "^4.12.2",
43
43
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -55,7 +55,7 @@
55
55
  "devDependencies": {
56
56
  "@testing-library/react": "^12.1.3",
57
57
  "@testing-library/react-hooks": "^8.0.0",
58
- "@backstage/test-utils": "^0.0.0-nightly-20220515024439",
58
+ "@backstage/test-utils": "^0.0.0-nightly-20220516023848",
59
59
  "@backstage/theme": "^0.2.15"
60
60
  },
61
61
  "files": [