Version Packages (#4848)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
9b53e9b59f
commit
0a706991b5
|
|
@ -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.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue