@backstage/plugin-techdocs-module-addons-contrib 1.1.16-next.2 → 1.1.17-next.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @backstage/plugin-techdocs-module-addons-contrib
2
2
 
3
+ ## 1.1.17-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.16.0-next.0
9
+ - @backstage/plugin-techdocs-react@1.2.10-next.0
10
+ - @backstage/core-plugin-api@1.10.0
11
+ - @backstage/integration@1.15.1
12
+ - @backstage/integration-react@1.2.0
13
+
14
+ ## 1.1.16
15
+
16
+ ### Patch Changes
17
+
18
+ - e969dc7: Move `@types/react` to a peer dependency.
19
+ - 720a2f9: Updated dependency `git-url-parse` to `^15.0.0`.
20
+ - e8b4966: Use more of the available space for the navigation sidebar.
21
+ - Updated dependencies
22
+ - @backstage/core-components@0.15.1
23
+ - @backstage/integration-react@1.2.0
24
+ - @backstage/core-plugin-api@1.10.0
25
+ - @backstage/plugin-techdocs-react@1.2.9
26
+ - @backstage/integration@1.15.1
27
+
3
28
  ## 1.1.16-next.2
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-module-addons-contrib",
3
- "version": "1.1.16-next.2",
3
+ "version": "1.1.17-next.0",
4
4
  "description": "Plugin module for contributed TechDocs Addons",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin-module",
@@ -39,11 +39,11 @@
39
39
  "test": "backstage-cli package test"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/core-components": "0.15.1-next.2",
43
- "@backstage/core-plugin-api": "1.10.0-next.1",
44
- "@backstage/integration": "1.15.1-next.1",
45
- "@backstage/integration-react": "1.2.0-next.2",
46
- "@backstage/plugin-techdocs-react": "1.2.9-next.2",
42
+ "@backstage/core-components": "0.16.0-next.0",
43
+ "@backstage/core-plugin-api": "1.10.0",
44
+ "@backstage/integration": "1.15.1",
45
+ "@backstage/integration-react": "1.2.0",
46
+ "@backstage/plugin-techdocs-react": "1.2.10-next.0",
47
47
  "@material-ui/core": "^4.12.2",
48
48
  "@material-ui/icons": "^4.9.1",
49
49
  "@react-hookz/web": "^24.0.0",
@@ -51,9 +51,9 @@
51
51
  "photoswipe": "^5.3.7"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/cli": "0.28.0-next.2",
55
- "@backstage/plugin-techdocs-addons-test-utils": "1.0.40-next.2",
56
- "@backstage/test-utils": "1.6.1-next.2",
54
+ "@backstage/cli": "0.29.0-next.0",
55
+ "@backstage/plugin-techdocs-addons-test-utils": "1.0.41-next.0",
56
+ "@backstage/test-utils": "1.7.0",
57
57
  "@testing-library/dom": "^10.0.0",
58
58
  "@testing-library/jest-dom": "^6.0.0",
59
59
  "@testing-library/react": "^16.0.0",