@backstage/plugin-techdocs 0.0.0-nightly-20230217023325 → 0.0.0-nightly-20230219023129

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 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,23 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-20230217023325
3
+ ## 0.0.0-nightly-20230219023129
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - f320c299c6: The HTML tag attributes in the documentation content inserted to shadow DOM is preserved to improve accessibility
8
8
  - Updated dependencies
9
- - @backstage/plugin-catalog-react@0.0.0-nightly-20230217023325
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20230219023129
10
+ - @backstage/catalog-model@1.2.0
11
+ - @backstage/config@1.0.6
12
+ - @backstage/core-components@0.12.4
13
+ - @backstage/core-plugin-api@1.4.0
14
+ - @backstage/errors@1.1.4
15
+ - @backstage/integration@1.4.2
10
16
  - @backstage/integration-react@1.1.10
17
+ - @backstage/theme@0.2.17
18
+ - @backstage/plugin-search-common@1.2.1
19
+ - @backstage/plugin-search-react@1.5.0
20
+ - @backstage/plugin-techdocs-react@1.1.3
11
21
 
12
22
  ## 1.5.0
13
23
 
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-20230217023325",
4
+ "version": "0.0.0-nightly-20230219023129",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,7 +40,7 @@
40
40
  "@backstage/errors": "^1.1.4",
41
41
  "@backstage/integration": "^1.4.2",
42
42
  "@backstage/integration-react": "^1.1.10",
43
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230217023325",
43
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230219023129",
44
44
  "@backstage/plugin-search-common": "^1.2.1",
45
45
  "@backstage/plugin-search-react": "^1.5.0",
46
46
  "@backstage/plugin-techdocs-react": "^1.1.3",
@@ -64,9 +64,9 @@
64
64
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@backstage/cli": "^0.22.2",
67
+ "@backstage/cli": "^0.0.0-nightly-20230219023129",
68
68
  "@backstage/core-app-api": "^1.5.0",
69
- "@backstage/dev-utils": "^0.0.0-nightly-20230217023325",
69
+ "@backstage/dev-utils": "^0.0.0-nightly-20230219023129",
70
70
  "@backstage/plugin-techdocs-module-addons-contrib": "^1.0.10",
71
71
  "@backstage/test-utils": "^1.2.5",
72
72
  "@testing-library/jest-dom": "^5.10.1",