Skip to content

Commit

Permalink
Version Packages (AxisCommunications#129)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored May 14, 2024
1 parent 11822da commit 9fdc920
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-deers-agree.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/stupid-ties-push.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# backend

## 0.3.12

### Patch Changes

- Updated dependencies [11822da]
- Updated dependencies [5fd2a31]
- @axis-backstage/plugin-jira-dashboard-backend@2.1.0

## 0.3.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.3.11",
"version": "0.3.12",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
15 changes: 15 additions & 0 deletions plugins/jira-dashboard-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @axis-backstage/plugin-jira-dashboard-backend

## 2.1.0

### Minor Changes

- 5fd2a31: Querying for components that contain spaces should now return the expected results. Component
names is now wrapped in single quotations.

Added the `jqlQueryBuilder` function that will create a JQL query based on the arguments. This is
exported from the backend plugin to be used outside the context of the plugin together with the
`searchJira` function.

### Patch Changes

- 11822da: Enhance error message when querying for projects

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/jira-dashboard-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axis-backstage/plugin-jira-dashboard-backend",
"version": "2.0.0",
"version": "2.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9fdc920

Please sign in to comment.