@axis-backstage/plugin-readme 0.5.0 → 0.5.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,12 @@
1
1
  # @axis-backstage/plugin-readme
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0613d84: Updated the notes in the README.md about backend installation and setup in Jira Dashboard plugin and README plugin
8
+ - b445aaa: Update @mui & @emotion dependencies
9
+
3
10
  ## 0.5.0
4
11
 
5
12
  ### 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
- ## Note
23
+ ## Readme Backend
24
24
 
25
- You will **need** to also perform the installation instructions in [Readme Backend](https://github.com/AxisCommunications/backstage-plugins/blob/main/plugins/readme-backend) in order for this plugin to work.
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.0",
3
+ "version": "0.5.1",
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.1",
32
- "@mui/material": "^5.15.1",
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.1",
36
+ "@emotion/react": "^11.11.3",
37
37
  "@emotion/styled": "^11.11.0",
38
38
  "react": "^17.0.0 || ^18.0.0"
39
39
  },