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

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 +24 -0
  2. package/package.json +12 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/plugin-techdocs-module-addons-contrib
2
2
 
3
+ ## 1.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - d44a20a: Added additional plugin metadata to `package.json`.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.14.8
10
+ - @backstage/integration@1.12.0
11
+ - @backstage/core-plugin-api@1.9.3
12
+ - @backstage/plugin-techdocs-react@1.2.5
13
+ - @backstage/integration-react@1.1.28
14
+
15
+ ## 1.1.11-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - d44a20a: Added additional plugin metadata to `package.json`.
20
+ - Updated dependencies
21
+ - @backstage/core-components@0.14.8-next.2
22
+ - @backstage/integration@1.12.0-next.1
23
+ - @backstage/plugin-techdocs-react@1.2.5-next.2
24
+ - @backstage/integration-react@1.1.28-next.1
25
+ - @backstage/core-plugin-api@1.9.3-next.0
26
+
3
27
  ## 1.1.11-next.1
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-module-addons-contrib",
3
- "version": "1.1.11-next.1",
3
+ "version": "1.1.11",
4
4
  "description": "Plugin module for contributed TechDocs Addons",
5
5
  "backstage": {
6
- "role": "frontend-plugin-module"
6
+ "role": "frontend-plugin-module",
7
+ "pluginId": "techdocs",
8
+ "pluginPackage": "@backstage/plugin-techdocs"
7
9
  },
8
10
  "publishConfig": {
9
11
  "access": "public",
@@ -37,11 +39,11 @@
37
39
  "test": "backstage-cli package test"
38
40
  },
39
41
  "dependencies": {
40
- "@backstage/core-components": "^0.14.8-next.1",
41
- "@backstage/core-plugin-api": "^1.9.3-next.0",
42
- "@backstage/integration": "^1.12.0-next.0",
43
- "@backstage/integration-react": "^1.1.28-next.0",
44
- "@backstage/plugin-techdocs-react": "^1.2.5-next.1",
42
+ "@backstage/core-components": "^0.14.8",
43
+ "@backstage/core-plugin-api": "^1.9.3",
44
+ "@backstage/integration": "^1.12.0",
45
+ "@backstage/integration-react": "^1.1.28",
46
+ "@backstage/plugin-techdocs-react": "^1.2.5",
45
47
  "@material-ui/core": "^4.12.2",
46
48
  "@material-ui/icons": "^4.9.1",
47
49
  "@react-hookz/web": "^24.0.0",
@@ -49,9 +51,9 @@
49
51
  "photoswipe": "^5.3.7"
50
52
  },
51
53
  "devDependencies": {
52
- "@backstage/cli": "^0.26.7-next.2",
53
- "@backstage/plugin-techdocs-addons-test-utils": "^1.0.33-next.1",
54
- "@backstage/test-utils": "^1.5.6-next.1",
54
+ "@backstage/cli": "^0.26.7",
55
+ "@backstage/plugin-techdocs-addons-test-utils": "^1.0.33",
56
+ "@backstage/test-utils": "^1.5.6",
55
57
  "@testing-library/dom": "^10.0.0",
56
58
  "@testing-library/jest-dom": "^6.0.0",
57
59
  "@testing-library/react": "^15.0.0",