@backstage/plugin-techdocs-react 0.0.0-nightly-20220530025009 → 0.0.0-nightly-20220602024936
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 +13 -2
- package/alpha/package.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs-react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20220602024936
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -10,7 +10,18 @@
|
|
|
10
10
|
- Also dispatches an event when styles are loaded to let transformers know that the computed styles are ready to be consumed.
|
|
11
11
|
|
|
12
12
|
- Updated dependencies
|
|
13
|
-
- @backstage/core-components@0.0.0-nightly-
|
|
13
|
+
- @backstage/core-components@0.0.0-nightly-20220602024936
|
|
14
|
+
- @backstage/core-plugin-api@0.0.0-nightly-20220602024936
|
|
15
|
+
- @backstage/catalog-model@0.0.0-nightly-20220602024936
|
|
16
|
+
|
|
17
|
+
## 1.0.1-next.1
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies
|
|
22
|
+
- @backstage/core-components@0.9.5-next.1
|
|
23
|
+
- @backstage/core-plugin-api@1.0.3-next.0
|
|
24
|
+
- @backstage/catalog-model@1.0.3-next.0
|
|
14
25
|
|
|
15
26
|
## 1.0.1-next.0
|
|
16
27
|
|
package/alpha/package.json
CHANGED
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.0.0-nightly-
|
|
4
|
+
"version": "0.0.0-nightly-20220602024936",
|
|
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": "^
|
|
39
|
-
"@backstage/core-components": "^0.0.0-nightly-
|
|
40
|
-
"@backstage/core-plugin-api": "^
|
|
38
|
+
"@backstage/catalog-model": "^0.0.0-nightly-20220602024936",
|
|
39
|
+
"@backstage/core-components": "^0.0.0-nightly-20220602024936",
|
|
40
|
+
"@backstage/core-plugin-api": "^0.0.0-nightly-20220602024936",
|
|
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",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@testing-library/jest-dom": "^5.10.1",
|
|
57
57
|
"@testing-library/react": "^12.1.3",
|
|
58
58
|
"@testing-library/react-hooks": "^8.0.0",
|
|
59
|
-
"@backstage/test-utils": "^
|
|
59
|
+
"@backstage/test-utils": "^0.0.0-nightly-20220602024936",
|
|
60
60
|
"@backstage/theme": "^0.2.15"
|
|
61
61
|
},
|
|
62
62
|
"files": [
|