Skip to content

Commit

Permalink
Version Packages (#224)
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 Dec 4, 2024
1 parent 8148766 commit 2a31715
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/popular-pumpkins-play.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/two-students-care.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.7.13

### Patch Changes

- Updated dependencies [8148766]
- Updated dependencies [24aff26]
- @axis-backstage/plugin-jira-dashboard-backend@4.1.0

## 0.7.12

### 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.7.12",
"version": "0.7.13",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
14 changes: 14 additions & 0 deletions plugins/jira-dashboard-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @axis-backstage/plugin-jira-dashboard-backend

## 4.1.0

### Minor Changes

- 24aff26: Support for user defined additional filters
Issue https://github.com/AxisCommunications/backstage-plugins/issues/210

Signed-off-by: enaysaa <saachi.nayyer@ericsson.com>

### Patch Changes

- 8148766: The `callApi` function is now exported to make it easy to use the `jira-dashboard-backend`
configuration in any Backstage plugin.

## 4.0.3

### Patch 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": "4.0.3",
"version": "4.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2a31715

Please sign in to comment.