Skip to content

Commit

Permalink
Version Packages (AxisCommunications#205)
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 Nov 6, 2024
1 parent 6c9c4b6 commit 9062779
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-radios-sing.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/old-pumas-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-buses-hug.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/witty-jokes-hammer.md

This file was deleted.

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

## 0.10.2

### Patch Changes

- Updated dependencies [18fba21]
- Updated dependencies [18fba21]
- @axis-backstage/plugin-jira-dashboard-common@1.9.0
- @axis-backstage/plugin-jira-dashboard@1.13.0

## 0.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.10.1",
"version": "0.10.2",
"private": true,
"bundled": true,
"backstage": {
Expand Down
11 changes: 11 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# backend

## 0.7.7

### Patch Changes

- Updated dependencies [6c9c4b6]
- Updated dependencies [18fba21]
- Updated dependencies [18fba21]
- Updated dependencies [18fba21]
- @axis-backstage/plugin-jira-dashboard-backend@4.0.0
- [email protected]

## 0.7.6

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

## 4.0.0

### Major Changes

- 18fba21: BREAKING: The backend has been migrated to the new backend system. The createRouter function now requires the new auth and httpAuth services to be passed in, instead of the removed identity and tokenManager services. If you are using the new backend system module, this does not affect you.
- 18fba21: Introduced TypeScript type definitions SearchJiraResponse and JiraQueryResults to represent Jira search responses and pagination details.
Updated the searchJira function to return search results as a SearchJiraResponse, incorporating the new types.
The searchJira function now returns an object containing both the search results and the HTTP status code, improving error resilience and clarity in handling search operations.
The JiraQueryResults type outlines the structure of a paginated Jira search response, facilitating better data handling.
These changes streamline the Jira Dashboard plugin's codebase, improving error resilience and clarity in handling search operations.

### Minor Changes

- 18fba21: Add support for multiple Jira instances

### Patch Changes

- 6c9c4b6: Fixed caching of user issues when having multiple Jira instances.
- Updated dependencies [18fba21]
- Updated dependencies [18fba21]
- @axis-backstage/plugin-jira-dashboard-common@1.9.0

## 3.1.0

### Minor 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": "3.1.0",
"version": "4.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions plugins/jira-dashboard-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @axis-backstage/plugin-jira-dashboard-common

## 1.9.0

### Minor Changes

- 18fba21: Add support for multiple Jira instances
- 18fba21: Introduced TypeScript type definitions SearchJiraResponse and JiraQueryResults to represent Jira search responses and pagination details.
Updated the searchJira function to return search results as a SearchJiraResponse, incorporating the new types.
The searchJira function now returns an object containing both the search results and the HTTP status code, improving error resilience and clarity in handling search operations.
The JiraQueryResults type outlines the structure of a paginated Jira search response, facilitating better data handling.
These changes streamline the Jira Dashboard plugin's codebase, improving error resilience and clarity in handling search operations.

## 1.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/jira-dashboard-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@axis-backstage/plugin-jira-dashboard-common",
"description": "Common functionalities for the jira-dashboard plugin",
"version": "1.8.0",
"version": "1.9.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions plugins/jira-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @axis-backstage/plugin-jira-dashboard

## 1.13.0

### Minor Changes

- 18fba21: Add support for multiple Jira instances

### Patch Changes

- Updated dependencies [18fba21]
- Updated dependencies [18fba21]
- @axis-backstage/plugin-jira-dashboard-common@1.9.0

## 1.12.0

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

0 comments on commit 9062779

Please sign in to comment.