@backstage/plugin-techdocs-addons-test-utils 1.0.20 → 1.0.21-next.1

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 +20 -27
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,43 +1,36 @@
1
1
  # @backstage/plugin-techdocs-addons-test-utils
2
2
 
3
- ## 1.0.20
3
+ ## 1.0.21-next.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/integration-react@1.1.18
9
- - @backstage/plugin-techdocs@1.6.8
10
- - @backstage/core-app-api@1.9.1
11
- - @backstage/core-components@0.13.4
12
- - @backstage/core-plugin-api@1.5.3
13
- - @backstage/test-utils@1.4.2
8
+ - @backstage/core-components@0.13.5-next.1
9
+ - @backstage/plugin-search-react@1.7.0-next.1
10
+ - @backstage/plugin-catalog@1.12.5-next.1
11
+ - @backstage/plugin-techdocs@1.6.9-next.1
12
+ - @backstage/integration-react@1.1.19-next.1
13
+ - @backstage/plugin-techdocs-react@1.1.10-next.1
14
+ - @backstage/core-app-api@1.10.0-next.1
15
+ - @backstage/core-plugin-api@1.6.0-next.1
16
+ - @backstage/test-utils@1.4.3-next.1
14
17
  - @backstage/theme@0.4.1
15
- - @backstage/plugin-catalog@1.12.4
16
- - @backstage/plugin-search-react@1.6.4
17
- - @backstage/plugin-techdocs-react@1.1.9
18
18
 
19
- ## 1.0.19
19
+ ## 1.0.20-next.0
20
20
 
21
21
  ### Patch Changes
22
22
 
23
23
  - Updated dependencies
24
- - @backstage/integration-react@1.1.17
25
- - @backstage/plugin-techdocs@1.6.7
26
- - @backstage/core-app-api@1.9.1
27
- - @backstage/core-components@0.13.4
28
- - @backstage/core-plugin-api@1.5.3
29
- - @backstage/test-utils@1.4.2
24
+ - @backstage/integration-react@1.1.18-next.0
25
+ - @backstage/plugin-catalog@1.12.4-next.0
26
+ - @backstage/plugin-techdocs@1.6.8-next.0
27
+ - @backstage/core-app-api@1.10.0-next.0
28
+ - @backstage/core-plugin-api@1.6.0-next.0
29
+ - @backstage/core-components@0.13.5-next.0
30
+ - @backstage/test-utils@1.4.3-next.0
30
31
  - @backstage/theme@0.4.1
31
- - @backstage/plugin-catalog@1.12.3
32
- - @backstage/plugin-search-react@1.6.4
33
- - @backstage/plugin-techdocs-react@1.1.9
34
-
35
- ## 1.0.18
36
-
37
- ### Patch Changes
38
-
39
- - Updated dependencies
40
- - @backstage/plugin-catalog@1.12.2
32
+ - @backstage/plugin-search-react@1.6.5-next.0
33
+ - @backstage/plugin-techdocs-react@1.1.10-next.0
41
34
 
42
35
  ## 1.0.17
43
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-addons-test-utils",
3
- "version": "1.0.20",
3
+ "version": "1.0.21-next.1",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -32,15 +32,15 @@
32
32
  "postpack": "backstage-cli package postpack"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/core-app-api": "^1.9.1",
36
- "@backstage/core-components": "^0.13.4",
37
- "@backstage/core-plugin-api": "^1.5.3",
38
- "@backstage/integration-react": "^1.1.18",
39
- "@backstage/plugin-catalog": "^1.12.4",
40
- "@backstage/plugin-search-react": "^1.6.4",
41
- "@backstage/plugin-techdocs": "^1.6.8",
42
- "@backstage/plugin-techdocs-react": "^1.1.9",
43
- "@backstage/test-utils": "^1.4.2",
35
+ "@backstage/core-app-api": "^1.10.0-next.1",
36
+ "@backstage/core-components": "^0.13.5-next.1",
37
+ "@backstage/core-plugin-api": "^1.6.0-next.1",
38
+ "@backstage/integration-react": "^1.1.19-next.1",
39
+ "@backstage/plugin-catalog": "^1.12.5-next.1",
40
+ "@backstage/plugin-search-react": "^1.7.0-next.1",
41
+ "@backstage/plugin-techdocs": "^1.6.9-next.1",
42
+ "@backstage/plugin-techdocs-react": "^1.1.10-next.1",
43
+ "@backstage/test-utils": "^1.4.3-next.1",
44
44
  "@backstage/theme": "^0.4.1",
45
45
  "@material-ui/core": "^4.12.2",
46
46
  "@material-ui/icons": "^4.9.1",
@@ -56,8 +56,8 @@
56
56
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.22.12",
60
- "@backstage/dev-utils": "^1.0.20",
59
+ "@backstage/cli": "^0.22.13-next.1",
60
+ "@backstage/dev-utils": "^1.0.21-next.1",
61
61
  "@testing-library/dom": "^8.0.0",
62
62
  "@testing-library/jest-dom": "^5.10.1",
63
63
  "@testing-library/react": "^12.1.3",