@backstage/plugin-techdocs-react 1.0.2-next.0 → 1.0.2

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,32 @@
1
1
  # @backstage/plugin-techdocs-react
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - c3cfc83af2: Updated JSDoc to be MDX compatible.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.10.0
10
+ - @backstage/catalog-model@1.1.0
11
+ - @backstage/core-plugin-api@1.0.4
12
+
13
+ ## 1.0.2-next.2
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/core-plugin-api@1.0.4-next.0
19
+ - @backstage/core-components@0.10.0-next.3
20
+ - @backstage/catalog-model@1.1.0-next.3
21
+
22
+ ## 1.0.2-next.1
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @backstage/core-components@0.10.0-next.2
28
+ - @backstage/catalog-model@1.1.0-next.2
29
+
3
30
  ## 1.0.2-next.0
4
31
 
5
32
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "1.0.2-next.0",
3
+ "version": "1.0.2",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
3
  "description": "Shared frontend utilities for TechDocs and Addons",
4
- "version": "1.0.2-next.0",
4
+ "version": "1.0.2",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -35,9 +35,9 @@
35
35
  "start": "backstage-cli package start"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/catalog-model": "^1.1.0-next.0",
39
- "@backstage/core-components": "^0.9.6-next.0",
40
- "@backstage/core-plugin-api": "^1.0.3",
38
+ "@backstage/catalog-model": "^1.1.0",
39
+ "@backstage/core-components": "^0.10.0",
40
+ "@backstage/core-plugin-api": "^1.0.4",
41
41
  "@backstage/version-bridge": "^1.0.1",
42
42
  "@material-ui/core": "^4.12.2",
43
43
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -53,8 +53,8 @@
53
53
  "react": "^16.13.1 || ^17.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/test-utils": "^1.1.2-next.0",
57
- "@backstage/theme": "^0.2.15",
56
+ "@backstage/test-utils": "^1.1.2",
57
+ "@backstage/theme": "^0.2.16",
58
58
  "@testing-library/jest-dom": "^5.10.1",
59
59
  "@testing-library/react": "^12.1.3",
60
60
  "@testing-library/react-hooks": "^8.0.0"
@@ -63,5 +63,5 @@
63
63
  "alpha",
64
64
  "dist"
65
65
  ],
66
- "gitHead": "6d8bf5b9cf494815c0916e18daa226fb8186ba5f"
66
+ "gitHead": "999878d8f1ae30f6a15925816af2016cb9d717a1"
67
67
  }