Version Packages (#4848)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2025-08-05 13:23:27 +02:00 committed by GitHub
parent 9b53e9b59f
commit 0a706991b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-search-backend-module-confluence-collator': patch
---
Refined CQL query generation in the Confluence collator to correctly handle combinations of 'spaces' and 'query' parameters, preventing invalid queries when 'spaces' is empty but 'query' is present. Updated tests and documentation accordingly.

View File

@ -1,5 +1,11 @@
# @backstage-community/plugin-search-backend-module-confluence-collator
## 0.10.1
### Patch Changes
- 9b53e9b: Refined CQL query generation in the Confluence collator to correctly handle combinations of 'spaces' and 'query' parameters, preventing invalid queries when 'spaces' is empty but 'query' is present. Updated tests and documentation accordingly.
## 0.10.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-search-backend-module-confluence-collator",
"version": "0.10.0",
"version": "0.10.1",
"description": "The confluence-collator backend module for the search plugin.",
"backstage": {
"role": "backend-plugin-module",