@axis-backstage/plugin-readme 0.5.0 → 0.5.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 +13 -0
- package/README.md +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @axis-backstage/plugin-readme
|
|
2
2
|
|
|
3
|
+
## 0.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 050e48d: Replace all Mui Grid v1 with v2
|
|
8
|
+
|
|
9
|
+
## 0.5.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 0613d84: Updated the notes in the README.md about backend installation and setup in Jira Dashboard plugin and README plugin
|
|
14
|
+
- b445aaa: Update @mui & @emotion dependencies
|
|
15
|
+
|
|
3
16
|
## 0.5.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -20,9 +20,9 @@ The displays README files with one of the following file types: **md**, **MD**,
|
|
|
20
20
|
|
|
21
21
|
Currently, placing your README.md file elsewhere than in the same directory as the `catalog-info.yaml file` repository is not supported.
|
|
22
22
|
|
|
23
|
-
##
|
|
23
|
+
## Readme Backend
|
|
24
24
|
|
|
25
|
-
You
|
|
25
|
+
You **need** to set up the [Readme Backend](https://github.com/AxisCommunications/backstage-plugins/blob/main/plugins/readme-backend) plugin before you move forward with any of these steps if you haven't already.
|
|
26
26
|
|
|
27
27
|
## Getting started
|
|
28
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axis-backstage/plugin-readme",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"@backstage/core-plugin-api": "^1.8.2",
|
|
29
29
|
"@backstage/plugin-catalog-react": "^1.9.3",
|
|
30
30
|
"@backstage/theme": "^0.5.0",
|
|
31
|
-
"@mui/icons-material": "^5.15.
|
|
32
|
-
"@mui/material": "^5.15.
|
|
31
|
+
"@mui/icons-material": "^5.15.7",
|
|
32
|
+
"@mui/material": "^5.15.7",
|
|
33
33
|
"react-use": "^17.2.4"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@emotion/react": "^11.11.
|
|
36
|
+
"@emotion/react": "^11.11.3",
|
|
37
37
|
"@emotion/styled": "^11.11.0",
|
|
38
38
|
"react": "^17.0.0 || ^18.0.0"
|
|
39
39
|
},
|