@backstage/plugin-techdocs-react 0.0.0-nightly-20220816025405 → 0.0.0-nightly-20220824025846

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,14 +1,30 @@
1
1
  # @backstage/plugin-techdocs-react
2
2
 
3
- ## 0.0.0-nightly-20220816025405
3
+ ## 0.0.0-nightly-20220824025846
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@0.0.0-nightly-20220824025846
9
+ - @backstage/core-components@0.0.0-nightly-20220824025846
10
+
11
+ ## 1.0.4-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/core-plugin-api@1.0.6-next.0
17
+ - @backstage/core-components@0.11.1-next.0
18
+
19
+ ## 1.0.3
4
20
 
5
21
  ### Patch Changes
6
22
 
7
23
  - 29d6cf0147: Add `toLowerEntityRefMaybe()` helper function for handling `techdocs.legacyUseCaseSensitiveTripletPaths` flag.
8
24
  Pass modified `entityRef` to `TechDocsReaderPageContext` to handle the `techdocs.legacyUseCaseSensitiveTripletPaths` flag.
9
25
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20220816025405
11
- - @backstage/core-plugin-api@0.0.0-nightly-20220816025405
26
+ - @backstage/core-components@0.11.0
27
+ - @backstage/core-plugin-api@1.0.5
12
28
 
13
29
  ## 1.0.3-next.2
14
30
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "0.0.0-nightly-20220816025405",
3
+ "version": "0.0.0-nightly-20220824025846",
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-20220816025405",
4
+ "version": "0.0.0-nightly-20220824025846",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -37,8 +37,8 @@
37
37
  "dependencies": {
38
38
  "@backstage/catalog-model": "^1.1.0",
39
39
  "@backstage/config": "^1.0.1",
40
- "@backstage/core-components": "0.0.0-nightly-20220816025405",
41
- "@backstage/core-plugin-api": "0.0.0-nightly-20220816025405",
40
+ "@backstage/core-components": "0.0.0-nightly-20220824025846",
41
+ "@backstage/core-plugin-api": "0.0.0-nightly-20220824025846",
42
42
  "@backstage/version-bridge": "^1.0.1",
43
43
  "@material-ui/core": "^4.12.2",
44
44
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -57,7 +57,7 @@
57
57
  "@testing-library/jest-dom": "^5.10.1",
58
58
  "@testing-library/react": "^12.1.3",
59
59
  "@testing-library/react-hooks": "^8.0.0",
60
- "@backstage/test-utils": "0.0.0-nightly-20220816025405",
60
+ "@backstage/test-utils": "0.0.0-nightly-20220824025846",
61
61
  "@backstage/theme": "^0.2.16"
62
62
  },
63
63
  "files": [