@backstage/plugin-techdocs-addons-test-utils 1.0.12-next.3 → 1.0.13-next.0

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 +34 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @backstage/plugin-techdocs-addons-test-utils
2
2
 
3
+ ## 1.0.13-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-techdocs@1.6.2-next.0
9
+ - @backstage/plugin-catalog@1.11.0-next.0
10
+ - @backstage/plugin-search-react@1.6.0-next.0
11
+ - @backstage/core-app-api@1.7.1-next.0
12
+ - @backstage/integration-react@1.1.13-next.0
13
+ - @backstage/core-components@0.13.0
14
+ - @backstage/core-plugin-api@1.5.1
15
+ - @backstage/test-utils@1.3.1-next.0
16
+ - @backstage/theme@0.2.19
17
+ - @backstage/plugin-techdocs-react@1.1.5
18
+
19
+ ## 1.0.12
20
+
21
+ ### Patch Changes
22
+
23
+ - 8e00acb28db: Small tweaks to remove warnings in the console during development (mainly focusing on techdocs)
24
+ - e0c6e8b9c3c: Update peer dependencies
25
+ - Updated dependencies
26
+ - @backstage/core-components@0.13.0
27
+ - @backstage/plugin-techdocs@1.6.1
28
+ - @backstage/plugin-catalog@1.10.0
29
+ - @backstage/core-app-api@1.7.0
30
+ - @backstage/test-utils@1.3.0
31
+ - @backstage/plugin-search-react@1.5.2
32
+ - @backstage/plugin-techdocs-react@1.1.5
33
+ - @backstage/integration-react@1.1.12
34
+ - @backstage/theme@0.2.19
35
+ - @backstage/core-plugin-api@1.5.1
36
+
3
37
  ## 1.0.12-next.3
4
38
 
5
39
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-addons-test-utils",
3
- "version": "1.0.12-next.3",
3
+ "version": "1.0.13-next.0",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -32,16 +32,16 @@
32
32
  "postpack": "backstage-cli package postpack"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/core-app-api": "^1.7.0-next.3",
36
- "@backstage/core-components": "^0.13.0-next.3",
37
- "@backstage/core-plugin-api": "^1.5.1-next.1",
38
- "@backstage/integration-react": "^1.1.12-next.3",
39
- "@backstage/plugin-catalog": "^1.10.0-next.3",
40
- "@backstage/plugin-search-react": "^1.5.2-next.3",
41
- "@backstage/plugin-techdocs": "^1.6.1-next.3",
42
- "@backstage/plugin-techdocs-react": "^1.1.5-next.3",
43
- "@backstage/test-utils": "^1.3.0-next.3",
44
- "@backstage/theme": "^0.2.19-next.0",
35
+ "@backstage/core-app-api": "^1.7.1-next.0",
36
+ "@backstage/core-components": "^0.13.0",
37
+ "@backstage/core-plugin-api": "^1.5.1",
38
+ "@backstage/integration-react": "^1.1.13-next.0",
39
+ "@backstage/plugin-catalog": "^1.11.0-next.0",
40
+ "@backstage/plugin-search-react": "^1.6.0-next.0",
41
+ "@backstage/plugin-techdocs": "^1.6.2-next.0",
42
+ "@backstage/plugin-techdocs-react": "^1.1.5",
43
+ "@backstage/test-utils": "^1.3.1-next.0",
44
+ "@backstage/theme": "^0.2.19",
45
45
  "@material-ui/core": "^4.12.2",
46
46
  "@material-ui/icons": "^4.9.1",
47
47
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -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.6-next.3",
60
- "@backstage/dev-utils": "^1.0.14-next.3",
59
+ "@backstage/cli": "^0.22.7-next.0",
60
+ "@backstage/dev-utils": "^1.0.15-next.0",
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",