@backstage/plugin-catalog-backend-module-bitbucket-cloud 0.5.4-next.2 → 0.5.5-next.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 (2) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-catalog-backend-module-bitbucket-cloud
2
2
 
3
+ ## 0.5.5-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-events-node@0.4.17-next.0
9
+ - @backstage/plugin-bitbucket-cloud-common@0.3.4-next.0
10
+ - @backstage/config@1.3.6-next.0
11
+ - @backstage/catalog-model@1.7.6-next.0
12
+ - @backstage/integration@1.18.2-next.0
13
+ - @backstage/backend-plugin-api@1.4.5-next.0
14
+ - @backstage/plugin-catalog-common@1.1.7-next.0
15
+ - @backstage/plugin-catalog-node@1.19.2-next.0
16
+
17
+ ## 0.5.4
18
+
19
+ ### Patch Changes
20
+
21
+ - 2aded73: Allow for passing a `pagelen` parameter to configure the `pagelength` property of the `BitbucketCloudEntityProvider` `searchCode` pagination to resolve [bug](https://jira.atlassian.com/browse/BCLOUD-23644) pertaining to duplicate results being returned.
22
+ - 99fcf98: Removed unused dependencies
23
+ - Updated dependencies
24
+ - @backstage/integration@1.18.1
25
+ - @backstage/config@1.3.5
26
+ - @backstage/plugin-bitbucket-cloud-common@0.3.3
27
+ - @backstage/backend-plugin-api@1.4.4
28
+ - @backstage/plugin-catalog-common@1.1.6
29
+ - @backstage/plugin-catalog-node@1.19.1
30
+ - @backstage/plugin-events-node@0.4.16
31
+
3
32
  ## 0.5.4-next.2
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
3
- "version": "0.5.4-next.2",
3
+ "version": "0.5.5-next.0",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -65,20 +65,20 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/backend-plugin-api": "1.4.4-next.0",
69
- "@backstage/catalog-model": "1.7.5",
70
- "@backstage/config": "1.3.5-next.0",
71
- "@backstage/integration": "1.18.1-next.1",
72
- "@backstage/plugin-bitbucket-cloud-common": "0.3.3-next.0",
73
- "@backstage/plugin-catalog-common": "1.1.6-next.0",
74
- "@backstage/plugin-catalog-node": "1.19.1-next.0",
75
- "@backstage/plugin-events-node": "0.4.16-next.0",
68
+ "@backstage/backend-plugin-api": "1.4.5-next.0",
69
+ "@backstage/catalog-model": "1.7.6-next.0",
70
+ "@backstage/config": "1.3.6-next.0",
71
+ "@backstage/integration": "1.18.2-next.0",
72
+ "@backstage/plugin-bitbucket-cloud-common": "0.3.4-next.0",
73
+ "@backstage/plugin-catalog-common": "1.1.7-next.0",
74
+ "@backstage/plugin-catalog-node": "1.19.2-next.0",
75
+ "@backstage/plugin-events-node": "0.4.17-next.0",
76
76
  "uuid": "^11.0.0"
77
77
  },
78
78
  "devDependencies": {
79
- "@backstage/backend-test-utils": "1.9.1-next.1",
80
- "@backstage/cli": "0.34.4-next.3",
81
- "@backstage/plugin-events-backend-test-utils": "0.1.49-next.0",
79
+ "@backstage/backend-test-utils": "1.10.0-next.0",
80
+ "@backstage/cli": "0.34.5-next.0",
81
+ "@backstage/plugin-events-backend-test-utils": "0.1.50-next.0",
82
82
  "msw": "^1.0.0"
83
83
  },
84
84
  "configSchema": "config.d.ts"