@backstage/plugin-techdocs-module-addons-contrib 1.1.22-next.1 → 1.1.22

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,30 @@
1
1
  # @backstage/plugin-techdocs-module-addons-contrib
2
2
 
3
+ ## 1.1.22
4
+
5
+ ### Patch Changes
6
+
7
+ - b5a8208: Added `TechDocsAddonsBlueprint` extension to allow adding of techdocs addons.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.17.0
10
+ - @backstage/core-plugin-api@1.10.5
11
+ - @backstage/integration@1.16.2
12
+ - @backstage/frontend-plugin-api@0.10.0
13
+ - @backstage/plugin-techdocs-react@1.2.15
14
+ - @backstage/integration-react@1.2.5
15
+
16
+ ## 1.1.22-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/frontend-plugin-api@0.10.0-next.2
22
+ - @backstage/core-components@0.16.5-next.1
23
+ - @backstage/integration@1.16.2-next.0
24
+ - @backstage/plugin-techdocs-react@1.2.15-next.2
25
+ - @backstage/core-plugin-api@1.10.4
26
+ - @backstage/integration-react@1.2.5-next.0
27
+
3
28
  ## 1.1.22-next.1
4
29
 
5
30
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
3
2
 
4
3
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-module-addons-contrib",
3
- "version": "1.1.22-next.1",
3
+ "version": "1.1.22",
4
4
  "description": "Plugin module for contributed TechDocs Addons",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin-module",
@@ -39,7 +39,7 @@
39
39
  "types": "./dist/index.d.ts",
40
40
  "typesVersions": {
41
41
  "*": {
42
- "index": [
42
+ "*": [
43
43
  "dist/index.d.ts"
44
44
  ],
45
45
  "alpha": [
@@ -60,12 +60,12 @@
60
60
  "test": "backstage-cli package test"
61
61
  },
62
62
  "dependencies": {
63
- "@backstage/core-components": "0.16.5-next.0",
64
- "@backstage/core-plugin-api": "1.10.4",
65
- "@backstage/frontend-plugin-api": "0.9.6-next.1",
66
- "@backstage/integration": "1.16.1",
67
- "@backstage/integration-react": "1.2.4",
68
- "@backstage/plugin-techdocs-react": "1.2.15-next.1",
63
+ "@backstage/core-components": "^0.17.0",
64
+ "@backstage/core-plugin-api": "^1.10.5",
65
+ "@backstage/frontend-plugin-api": "^0.10.0",
66
+ "@backstage/integration": "^1.16.2",
67
+ "@backstage/integration-react": "^1.2.5",
68
+ "@backstage/plugin-techdocs-react": "^1.2.15",
69
69
  "@material-ui/core": "^4.12.2",
70
70
  "@material-ui/icons": "^4.9.1",
71
71
  "@react-hookz/web": "^24.0.0",
@@ -73,9 +73,9 @@
73
73
  "photoswipe": "^5.3.7"
74
74
  },
75
75
  "devDependencies": {
76
- "@backstage/cli": "0.30.1-next.0",
77
- "@backstage/plugin-techdocs-addons-test-utils": "1.0.46-next.1",
78
- "@backstage/test-utils": "1.7.5",
76
+ "@backstage/cli": "^0.31.0",
77
+ "@backstage/plugin-techdocs-addons-test-utils": "^1.0.46",
78
+ "@backstage/test-utils": "^1.7.6",
79
79
  "@testing-library/dom": "^10.0.0",
80
80
  "@testing-library/jest-dom": "^6.0.0",
81
81
  "@testing-library/react": "^16.0.0",