@backstage/plugin-techdocs 0.0.0-nightly-202201921950 → 0.0.0-nightly-202202022734

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 +10 -10
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,21 +1,21 @@
1
1
  # @backstage/plugin-techdocs
2
2
 
3
- ## 0.0.0-nightly-202201921950
3
+ ## 0.0.0-nightly-202202022734
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 51fbedc445: Migrated usage of deprecated `IdentityApi` methods.
8
8
  - 29710c91c2: use lighter color for block quotes and horizontal rulers
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-202201921950
11
- - @backstage/core-plugin-api@0.0.0-nightly-202201921950
12
- - @backstage/plugin-catalog@0.0.0-nightly-202201921950
13
- - @backstage/config@0.0.0-nightly-202201921950
14
- - @backstage/plugin-catalog-react@0.0.0-nightly-202201921950
15
- - @backstage/plugin-search@0.0.0-nightly-202201921950
16
- - @backstage/catalog-model@0.0.0-nightly-202201921950
17
- - @backstage/integration@0.0.0-nightly-202201921950
18
- - @backstage/integration-react@0.0.0-nightly-202201921950
10
+ - @backstage/core-components@0.0.0-nightly-202202022734
11
+ - @backstage/integration@0.0.0-nightly-202202022734
12
+ - @backstage/plugin-search@0.0.0-nightly-202202022734
13
+ - @backstage/core-plugin-api@0.0.0-nightly-202202022734
14
+ - @backstage/plugin-catalog@0.0.0-nightly-202202022734
15
+ - @backstage/config@0.0.0-nightly-202202022734
16
+ - @backstage/plugin-catalog-react@0.0.0-nightly-202202022734
17
+ - @backstage/catalog-model@0.0.0-nightly-202202022734
18
+ - @backstage/integration-react@0.0.0-nightly-202202022734
19
19
 
20
20
  ## 0.12.15-next.0
21
21
 
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-202201921950",
4
+ "version": "0.0.0-nightly-202202022734",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,16 +32,16 @@
32
32
  "clean": "backstage-cli clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/catalog-model": "^0.0.0-nightly-202201921950",
36
- "@backstage/config": "^0.0.0-nightly-202201921950",
37
- "@backstage/core-components": "^0.0.0-nightly-202201921950",
38
- "@backstage/core-plugin-api": "^0.0.0-nightly-202201921950",
35
+ "@backstage/catalog-model": "^0.0.0-nightly-202202022734",
36
+ "@backstage/config": "^0.0.0-nightly-202202022734",
37
+ "@backstage/core-components": "^0.0.0-nightly-202202022734",
38
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202202022734",
39
39
  "@backstage/errors": "^0.2.0",
40
- "@backstage/integration": "^0.0.0-nightly-202201921950",
41
- "@backstage/integration-react": "^0.0.0-nightly-202201921950",
42
- "@backstage/plugin-catalog": "^0.0.0-nightly-202201921950",
43
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-202201921950",
44
- "@backstage/plugin-search": "^0.0.0-nightly-202201921950",
40
+ "@backstage/integration": "^0.0.0-nightly-202202022734",
41
+ "@backstage/integration-react": "^0.0.0-nightly-202202022734",
42
+ "@backstage/plugin-catalog": "^0.0.0-nightly-202202022734",
43
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-202202022734",
44
+ "@backstage/plugin-search": "^0.0.0-nightly-202202022734",
45
45
  "@backstage/theme": "^0.2.14",
46
46
  "@material-ui/core": "^4.12.2",
47
47
  "@material-ui/icons": "^4.9.1",
@@ -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-202201921950",
66
- "@backstage/core-app-api": "^0.0.0-nightly-202201921950",
67
- "@backstage/dev-utils": "^0.0.0-nightly-202201921950",
68
- "@backstage/test-utils": "^0.0.0-nightly-202201921950",
65
+ "@backstage/cli": "^0.0.0-nightly-202202022734",
66
+ "@backstage/core-app-api": "^0.0.0-nightly-202202022734",
67
+ "@backstage/dev-utils": "^0.0.0-nightly-202202022734",
68
+ "@backstage/test-utils": "^0.0.0-nightly-202202022734",
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",