@backstage-community/plugin-azure-devops 0.5.1 → 0.6.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage-community/plugin-azure-devops
2
2
 
3
+ ## 0.6.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 904a6a2: Fixed a link to azure-devops-backend plugin in Readme.
8
+
3
9
  ## 0.5.1
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -34,7 +34,7 @@ The following sections will help you get the Azure DevOps plugin setup and runni
34
34
 
35
35
  ### Azure DevOps Backend
36
36
 
37
- You need to setup the [Azure DevOps backend plugin](https://github.com/backstage/backstage/tree/master/plugins/azure-devops-backend) before you move forward with any of these steps if you haven't already
37
+ You need to setup the [Azure DevOps backend plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/azure-devops/plugins/azure-devops-backend) before you move forward with any of these steps if you haven't already
38
38
 
39
39
  ### Entity Annotation
40
40
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-azure-devops__alpha",
3
- "version": "0.5.1",
3
+ "version": "0.6.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-azure-devops",
3
- "version": "0.5.1",
3
+ "version": "0.6.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "azure-devops",