@backstage/plugin-techdocs-module-addons-contrib 1.1.0 → 1.1.1-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @backstage/plugin-techdocs-module-addons-contrib
2
2
 
3
+ ## 1.1.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/integration@1.7.1-next.0
9
+ - @backstage/core-plugin-api@1.7.0-next.0
10
+ - @backstage/core-components@0.13.6-next.0
11
+ - @backstage/integration-react@1.1.20-next.0
12
+ - @backstage/plugin-techdocs-react@1.1.12-next.0
13
+ - @backstage/theme@0.4.2
14
+
3
15
  ## 1.1.0
4
16
 
5
17
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -49,7 +49,7 @@ type ReportIssueProps = {
49
49
  *
50
50
  * @public
51
51
  */
52
- declare const techdocsModuleAddonsContribPlugin: _backstage_core_plugin_api.BackstagePlugin<{}, {}, {}>;
52
+ declare const techdocsModuleAddonsContribPlugin: _backstage_core_plugin_api.BackstagePlugin<{}, {}>;
53
53
  /**
54
54
  * TechDocs addon that lets you expand/collapse the TechDocs main navigation
55
55
  * and keep the preferred state in local storage. The addon will render as
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-module-addons-contrib",
3
3
  "description": "Plugin module for contributed TechDocs Addons",
4
- "version": "1.1.0",
4
+ "version": "1.1.1-next.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,11 +34,11 @@
34
34
  "postpack": "backstage-cli package postpack"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/core-components": "^0.13.5",
38
- "@backstage/core-plugin-api": "^1.6.0",
39
- "@backstage/integration": "^1.7.0",
40
- "@backstage/integration-react": "^1.1.19",
41
- "@backstage/plugin-techdocs-react": "^1.1.10",
37
+ "@backstage/core-components": "^0.13.6-next.0",
38
+ "@backstage/core-plugin-api": "^1.7.0-next.0",
39
+ "@backstage/integration": "^1.7.1-next.0",
40
+ "@backstage/integration-react": "^1.1.20-next.0",
41
+ "@backstage/plugin-techdocs-react": "^1.1.12-next.0",
42
42
  "@backstage/theme": "^0.4.2",
43
43
  "@material-ui/core": "^4.12.2",
44
44
  "@material-ui/icons": "^4.9.1",
@@ -54,11 +54,11 @@
54
54
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/cli": "^0.22.13",
58
- "@backstage/core-app-api": "^1.10.0",
59
- "@backstage/dev-utils": "^1.0.21",
60
- "@backstage/plugin-techdocs-addons-test-utils": "^1.0.21",
61
- "@backstage/test-utils": "^1.4.3",
57
+ "@backstage/cli": "^0.23.0-next.0",
58
+ "@backstage/core-app-api": "^1.10.1-next.0",
59
+ "@backstage/dev-utils": "^1.0.22-next.0",
60
+ "@backstage/plugin-techdocs-addons-test-utils": "^1.0.22-next.0",
61
+ "@backstage/test-utils": "^1.4.4-next.0",
62
62
  "@testing-library/dom": "^8.0.0",
63
63
  "@testing-library/jest-dom": "^5.10.1",
64
64
  "@testing-library/react": "^12.1.3",