@backstage-community/plugin-azure-devops 0.24.1 → 0.26.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +1 -1
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @backstage-community/plugin-azure-devops
2
2
 
3
+ ## 0.26.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 5bb714f: Updated readme to add a clarification for readme-path annotation.
8
+
9
+ ## 0.25.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 5f512a6: Backstage version bump to v1.47.2
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [5f512a6]
18
+ - @backstage-community/plugin-azure-devops-common@0.19.0
19
+
3
20
  ## 0.24.1
4
21
 
5
22
  ### Patch Changes
package/README.md CHANGED
@@ -70,7 +70,7 @@ dev.azure.com/project-repo: <my-project>/<my-repo>
70
70
  dev.azure.com/build-definition: <build-definition-name>
71
71
  ```
72
72
 
73
- Then to display the `README` file that belongs to each entity you would do this:
73
+ Then to display the `README` file that belongs to each entity you would add below annotation in addition to the [`project-repo`](#entity-annotation) annotation:
74
74
 
75
75
  ```yaml
76
76
  dev.azure.com/readme-path: /<path-to>/<my-readme-file>.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-azure-devops",
3
- "version": "0.24.1",
3
+ "version": "0.26.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "azure-devops",
@@ -63,17 +63,17 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage-community/plugin-azure-devops-common": "^0.18.0",
66
+ "@backstage-community/plugin-azure-devops-common": "^0.19.0",
67
67
  "@backstage/catalog-model": "^1.7.6",
68
- "@backstage/core-compat-api": "^0.5.5",
69
- "@backstage/core-components": "^0.18.4",
70
- "@backstage/core-plugin-api": "^1.12.1",
68
+ "@backstage/core-compat-api": "^0.5.7",
69
+ "@backstage/core-components": "^0.18.6",
70
+ "@backstage/core-plugin-api": "^1.12.2",
71
71
  "@backstage/errors": "^1.2.7",
72
- "@backstage/frontend-plugin-api": "^0.13.2",
73
- "@backstage/plugin-catalog-react": "^1.21.4",
72
+ "@backstage/frontend-plugin-api": "^0.13.4",
73
+ "@backstage/plugin-catalog-react": "^1.21.6",
74
74
  "@backstage/plugin-permission-react": "^0.4.39",
75
75
  "@backstage/plugin-search-common": "^1.2.21",
76
- "@backstage/plugin-search-react": "^1.10.1",
76
+ "@backstage/plugin-search-react": "^1.10.2",
77
77
  "@material-ui/core": "^4.12.2",
78
78
  "@material-ui/icons": "^4.9.1",
79
79
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
@@ -82,8 +82,8 @@
82
82
  "react-use": "^17.2.4"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/cli": "^0.35.1",
86
- "@backstage/dev-utils": "^1.1.18",
85
+ "@backstage/cli": "^0.35.3",
86
+ "@backstage/dev-utils": "^1.1.19",
87
87
  "@backstage/test-utils": "^1.7.14",
88
88
  "@testing-library/dom": "^10.0.0",
89
89
  "@testing-library/jest-dom": "^6.0.0",