@backstage/plugin-techdocs 1.17.6-next.0 → 1.17.6-next.1
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,18 @@
|
|
|
1
1
|
# @backstage/plugin-techdocs
|
|
2
2
|
|
|
3
|
+
## 1.17.6-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/ui@0.15.0-next.1
|
|
10
|
+
- @backstage/frontend-plugin-api@0.17.0-next.1
|
|
11
|
+
- @backstage/catalog-model@1.8.1-next.1
|
|
12
|
+
- @backstage/core-plugin-api@1.12.6-next.1
|
|
13
|
+
- @backstage/plugin-catalog-react@2.1.5-next.1
|
|
14
|
+
- @backstage/plugin-search-react@1.11.4-next.1
|
|
15
|
+
|
|
3
16
|
## 1.17.6-next.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-techdocs";
|
|
2
|
-
var version = "1.17.6-next.
|
|
2
|
+
var version = "1.17.6-next.1";
|
|
3
3
|
var description = "The Backstage plugin that renders technical documentation for your components";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
|
@@ -80,7 +80,7 @@ var dependencies = {
|
|
|
80
80
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
81
81
|
"@material-ui/styles": "^4.10.0",
|
|
82
82
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
83
|
-
"@remixicon/react": "
|
|
83
|
+
"@remixicon/react": ">=4.6.0 <4.9.0",
|
|
84
84
|
dompurify: "^3.3.2",
|
|
85
85
|
"git-url-parse": "^15.0.0",
|
|
86
86
|
lodash: "^4.17.21",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-techdocs",
|
|
3
|
-
"version": "1.17.6-next.
|
|
3
|
+
"version": "1.17.6-next.1",
|
|
4
4
|
"description": "The Backstage plugin that renders technical documentation for your components",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -72,28 +72,28 @@
|
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@backstage/catalog-client": "1.15.1-next.0",
|
|
75
|
-
"@backstage/catalog-model": "1.8.1-next.
|
|
75
|
+
"@backstage/catalog-model": "1.8.1-next.1",
|
|
76
76
|
"@backstage/config": "1.3.8-next.0",
|
|
77
77
|
"@backstage/core-components": "0.18.10-next.0",
|
|
78
|
-
"@backstage/core-plugin-api": "1.12.6-next.
|
|
78
|
+
"@backstage/core-plugin-api": "1.12.6-next.1",
|
|
79
79
|
"@backstage/errors": "1.3.1-next.0",
|
|
80
|
-
"@backstage/frontend-plugin-api": "0.17.0-next.
|
|
80
|
+
"@backstage/frontend-plugin-api": "0.17.0-next.1",
|
|
81
81
|
"@backstage/integration": "2.0.2-next.0",
|
|
82
82
|
"@backstage/integration-react": "1.2.18-next.0",
|
|
83
83
|
"@backstage/plugin-auth-react": "0.1.27-next.0",
|
|
84
|
-
"@backstage/plugin-catalog-react": "2.1.5-next.
|
|
84
|
+
"@backstage/plugin-catalog-react": "2.1.5-next.1",
|
|
85
85
|
"@backstage/plugin-search-common": "1.2.24-next.0",
|
|
86
|
-
"@backstage/plugin-search-react": "1.11.4-next.
|
|
86
|
+
"@backstage/plugin-search-react": "1.11.4-next.1",
|
|
87
87
|
"@backstage/plugin-techdocs-common": "0.1.1",
|
|
88
88
|
"@backstage/plugin-techdocs-react": "1.3.11-next.0",
|
|
89
89
|
"@backstage/theme": "0.7.3",
|
|
90
|
-
"@backstage/ui": "0.15.0-next.
|
|
90
|
+
"@backstage/ui": "0.15.0-next.1",
|
|
91
91
|
"@material-ui/core": "^4.12.2",
|
|
92
92
|
"@material-ui/icons": "^4.9.1",
|
|
93
93
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
94
94
|
"@material-ui/styles": "^4.10.0",
|
|
95
95
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
96
|
-
"@remixicon/react": "
|
|
96
|
+
"@remixicon/react": ">=4.6.0 <4.9.0",
|
|
97
97
|
"dompurify": "^3.3.2",
|
|
98
98
|
"git-url-parse": "^15.0.0",
|
|
99
99
|
"lodash": "^4.17.21",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"zod": "^4.0.0"
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
|
-
"@backstage/cli": "0.36.2-next.
|
|
105
|
+
"@backstage/cli": "0.36.2-next.1",
|
|
106
106
|
"@backstage/core-app-api": "1.20.1-next.0",
|
|
107
107
|
"@backstage/dev-utils": "1.1.23-next.0",
|
|
108
108
|
"@backstage/plugin-catalog": "2.0.5-next.0",
|