From f55248494b15943648e5ddd4dff05e55851e425f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 Mar 2024 09:10:00 +0000 Subject: [PATCH] Version Packages --- .changeset/famous-readers-wonder.md | 19 ------------------- packages/backend/CHANGELOG.md | 7 +++++++ packages/backend/package.json | 2 +- plugins/jira-dashboard-backend/CHANGELOG.md | 20 ++++++++++++++++++++ plugins/jira-dashboard-backend/package.json | 2 +- 5 files changed, 29 insertions(+), 21 deletions(-) delete mode 100644 .changeset/famous-readers-wonder.md diff --git a/.changeset/famous-readers-wonder.md b/.changeset/famous-readers-wonder.md deleted file mode 100644 index e4c06530..00000000 --- a/.changeset/famous-readers-wonder.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -'@axis-backstage/plugin-jira-dashboard-backend': major ---- - -Updated the getIssuesByFilter function to accept an array of components, -enabling the construction of more flexible JQL queries. -Introduced a new variable named componentQuery to represent the portion of the JQL query related to components. - -Enhanced the getIssuesFromFilters function to include support for filtering by components. -Now, along with project keys and filters, the function also accepts an array of components. -This change allows for more comprehensive filtering options when retrieving issues from Jira. - -Modified the router implementation to pass the array of components to the getIssuesFromFilters function. -By including components in the request, users can now specify additional criteria for filtering Jira issues, -resulting in more refined search results. - -The introduced changes provide users with greater flexibility and control when retrieving Jira issues, -allowing for more precise filtering based on project keys, components, and filter criteria. -This enhancement improves the overall usability and effectiveness of the Jira integration functionality. diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index d296bf93..e400b56c 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -1,5 +1,12 @@ # backend +## 0.3.9 + +### Patch Changes + +- Updated dependencies [9456530] + - @axis-backstage/plugin-jira-dashboard-backend@1.0.0 + ## 0.3.8 ### Patch Changes diff --git a/packages/backend/package.json b/packages/backend/package.json index 5124ee6f..9950cdfc 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "0.3.8", + "version": "0.3.9", "main": "dist/index.cjs.js", "types": "src/index.ts", "private": true, diff --git a/plugins/jira-dashboard-backend/CHANGELOG.md b/plugins/jira-dashboard-backend/CHANGELOG.md index a6695878..618207bd 100644 --- a/plugins/jira-dashboard-backend/CHANGELOG.md +++ b/plugins/jira-dashboard-backend/CHANGELOG.md @@ -1,5 +1,25 @@ # @axis-backstage/plugin-jira-dashboard-backend +## 1.0.0 + +### Major Changes + +- 9456530: Updated the getIssuesByFilter function to accept an array of components, + enabling the construction of more flexible JQL queries. + Introduced a new variable named componentQuery to represent the portion of the JQL query related to components. + + Enhanced the getIssuesFromFilters function to include support for filtering by components. + Now, along with project keys and filters, the function also accepts an array of components. + This change allows for more comprehensive filtering options when retrieving issues from Jira. + + Modified the router implementation to pass the array of components to the getIssuesFromFilters function. + By including components in the request, users can now specify additional criteria for filtering Jira issues, + resulting in more refined search results. + + The introduced changes provide users with greater flexibility and control when retrieving Jira issues, + allowing for more precise filtering based on project keys, components, and filter criteria. + This enhancement improves the overall usability and effectiveness of the Jira integration functionality. + ## 0.7.4 ### Patch Changes diff --git a/plugins/jira-dashboard-backend/package.json b/plugins/jira-dashboard-backend/package.json index c0ff7747..5e724035 100644 --- a/plugins/jira-dashboard-backend/package.json +++ b/plugins/jira-dashboard-backend/package.json @@ -1,6 +1,6 @@ { "name": "@axis-backstage/plugin-jira-dashboard-backend", - "version": "0.7.4", + "version": "1.0.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",