@backstage/plugin-techdocs 0.0.0-nightly-20231005021327 → 0.0.0-nightly-20231006021145

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,24 +1,24 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20231005021327
3
+ ## 0.0.0-nightly-20231006021145
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 4918f65ab23a: Create an experimental `TechDocsSearchResultItemExtension` for declarative integration with Backstage; it can be accessed via the `/alpha` import.
8
8
  - df449a7a3132: Add kind column by default to TechDocsTable
9
9
  - Updated dependencies
10
- - @backstage/integration@0.0.0-nightly-20231005021327
11
- - @backstage/plugin-catalog-react@0.0.0-nightly-20231005021327
12
- - @backstage/core-plugin-api@0.0.0-nightly-20231005021327
13
- - @backstage/frontend-plugin-api@0.0.0-nightly-20231005021327
14
- - @backstage/core-components@0.0.0-nightly-20231005021327
15
- - @backstage/plugin-search-react@0.0.0-nightly-20231005021327
16
- - @backstage/integration-react@0.0.0-nightly-20231005021327
10
+ - @backstage/integration@0.0.0-nightly-20231006021145
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20231006021145
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20231006021145
13
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20231006021145
14
+ - @backstage/core-components@0.0.0-nightly-20231006021145
15
+ - @backstage/theme@0.0.0-nightly-20231006021145
16
+ - @backstage/plugin-search-react@0.0.0-nightly-20231006021145
17
+ - @backstage/integration-react@0.0.0-nightly-20231006021145
17
18
  - @backstage/config@1.1.0
18
- - @backstage/plugin-techdocs-react@0.0.0-nightly-20231005021327
19
+ - @backstage/plugin-techdocs-react@0.0.0-nightly-20231006021145
19
20
  - @backstage/catalog-model@1.4.2
20
21
  - @backstage/errors@1.2.2
21
- - @backstage/theme@0.4.2
22
22
  - @backstage/plugin-search-common@1.2.6
23
23
 
24
24
  ## 1.7.1-next.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs",
3
- "version": "0.0.0-nightly-20231005021327",
3
+ "version": "0.0.0-nightly-20231006021145",
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,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-20231005021327",
4
+ "version": "0.0.0-nightly-20231006021145",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -47,17 +47,17 @@
47
47
  "dependencies": {
48
48
  "@backstage/catalog-model": "^1.4.2",
49
49
  "@backstage/config": "^1.1.0",
50
- "@backstage/core-components": "^0.0.0-nightly-20231005021327",
51
- "@backstage/core-plugin-api": "^0.0.0-nightly-20231005021327",
50
+ "@backstage/core-components": "^0.0.0-nightly-20231006021145",
51
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20231006021145",
52
52
  "@backstage/errors": "^1.2.2",
53
- "@backstage/frontend-plugin-api": "^0.0.0-nightly-20231005021327",
54
- "@backstage/integration": "^0.0.0-nightly-20231005021327",
55
- "@backstage/integration-react": "^0.0.0-nightly-20231005021327",
56
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20231005021327",
53
+ "@backstage/frontend-plugin-api": "^0.0.0-nightly-20231006021145",
54
+ "@backstage/integration": "^0.0.0-nightly-20231006021145",
55
+ "@backstage/integration-react": "^0.0.0-nightly-20231006021145",
56
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20231006021145",
57
57
  "@backstage/plugin-search-common": "^1.2.6",
58
- "@backstage/plugin-search-react": "^0.0.0-nightly-20231005021327",
59
- "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20231005021327",
60
- "@backstage/theme": "^0.4.2",
58
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20231006021145",
59
+ "@backstage/plugin-techdocs-react": "^0.0.0-nightly-20231006021145",
60
+ "@backstage/theme": "^0.0.0-nightly-20231006021145",
61
61
  "@material-ui/core": "^4.12.2",
62
62
  "@material-ui/icons": "^4.9.1",
63
63
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -77,11 +77,11 @@
77
77
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
78
78
  },
79
79
  "devDependencies": {
80
- "@backstage/cli": "^0.0.0-nightly-20231005021327",
81
- "@backstage/core-app-api": "^0.0.0-nightly-20231005021327",
82
- "@backstage/dev-utils": "^0.0.0-nightly-20231005021327",
83
- "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20231005021327",
84
- "@backstage/test-utils": "^0.0.0-nightly-20231005021327",
80
+ "@backstage/cli": "^0.0.0-nightly-20231006021145",
81
+ "@backstage/core-app-api": "^0.0.0-nightly-20231006021145",
82
+ "@backstage/dev-utils": "^0.0.0-nightly-20231006021145",
83
+ "@backstage/plugin-techdocs-module-addons-contrib": "^0.0.0-nightly-20231006021145",
84
+ "@backstage/test-utils": "^0.0.0-nightly-20231006021145",
85
85
  "@testing-library/dom": "^8.0.0",
86
86
  "@testing-library/jest-dom": "^5.10.1",
87
87
  "@testing-library/react": "^12.1.3",