@backstage/plugin-techdocs-react 0.1.0-next.0 → 0.1.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,24 @@
1
1
  # @backstage/plugin-techdocs-react
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ff1cc8bced: This package will house frontend utilities related to TechDocs to be shared across other frontend Backstage packages.
8
+
9
+ In this release, it introduces a framework that can be used create TechDocs addons.
10
+
11
+ Note: this package is not necessarily stable yet. After iteration on this package, its stability will be signaled by a major-version bump.
12
+
13
+ ### Patch Changes
14
+
15
+ - 7c7919777e: build(deps-dev): bump `@testing-library/react-hooks` from 7.0.2 to 8.0.0
16
+ - Updated dependencies
17
+ - @backstage/catalog-model@1.0.1
18
+ - @backstage/core-components@0.9.3
19
+ - @backstage/core-plugin-api@1.0.1
20
+ - @backstage/version-bridge@1.0.1
21
+
3
22
  ## 0.1.0-next.0
4
23
 
5
24
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-techdocs-react",
3
- "version": "0.1.0-next.0",
3
+ "version": "0.1.0",
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": "0.1.0-next.0",
4
+ "version": "0.1.0",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -35,10 +35,10 @@
35
35
  "start": "backstage-cli package start"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/catalog-model": "^1.0.1-next.1",
39
- "@backstage/core-components": "^0.9.3-next.2",
40
- "@backstage/core-plugin-api": "^1.0.1-next.0",
41
- "@backstage/version-bridge": "^1.0.0",
38
+ "@backstage/catalog-model": "^1.0.1",
39
+ "@backstage/core-components": "^0.9.3",
40
+ "@backstage/core-plugin-api": "^1.0.1",
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",
44
44
  "@material-ui/styles": "^4.11.0",
@@ -53,14 +53,14 @@
53
53
  "react": "^16.13.1 || ^17.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/test-utils": "^1.0.1-next.2",
56
+ "@backstage/test-utils": "^1.0.1",
57
57
  "@backstage/theme": "^0.2.15",
58
58
  "@testing-library/react": "^12.1.3",
59
- "@testing-library/react-hooks": "^7.0.2"
59
+ "@testing-library/react-hooks": "^8.0.0"
60
60
  },
61
61
  "files": [
62
62
  "alpha",
63
63
  "dist"
64
64
  ],
65
- "gitHead": "2eca57d93ef1081f4a76a19fc994a8e9e1a19e00"
65
+ "gitHead": "e0e44c433319711c2fb8b175db411a621f7aaec2"
66
66
  }