Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 10, 2024
1 parent 5fd2a31 commit c7a43e1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .changeset/stupid-ties-push.md

This file was deleted.

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

## 0.3.12

### Patch Changes

- 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
11 changes: 11 additions & 0 deletions plugins/jira-dashboard-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @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.

## 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 c7a43e1

Please sign in to comment.