Skip to content

Commit

Permalink
Merge branch 'main' into improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
SaachiNayyer authored May 31, 2024
2 parents bcd9dcf + 964706d commit 81d71ac
Show file tree
Hide file tree
Showing 16 changed files with 62 additions and 28 deletions.
7 changes: 0 additions & 7 deletions .changeset/nasty-ants-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-nails-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-pumpkins-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-queens-build.md

This file was deleted.

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

## 0.4.15

### Patch Changes

- Updated dependencies [0ec1f12]
- @axis-backstage/plugin-jira-dashboard-common@1.1.0
- @axis-backstage/plugin-jira-dashboard@1.1.0

## 0.4.14

### 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.4.14",
"version": "0.4.15",
"private": true,
"bundled": true,
"backstage": {
Expand Down
12 changes: 12 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# backend

## 0.3.13

### Patch Changes

- Updated dependencies [0ec1f12]
- Updated dependencies [882cfa7]
- Updated dependencies [56c3a07]
- Updated dependencies [7f0b7cd]
- @axis-backstage/plugin-jira-dashboard-backend@2.2.0
- @axis-backstage/plugin-readme-backend@0.6.1
- [email protected]

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

## 2.2.0

### Minor Changes

- 0ec1f12: Created the incoming-issues-annotation to make it possible for users to define Jira status for Incoming issues other than "New". Made some smaller refactoring in filter.ts to create better consistency among functions.
- 56c3a07: The Backstage user entity profile email is now used as default for "Assigned to me" filters. Made the JIRA_EMAIL_SUFFIX optional, so it still can be used if Backstage email does not match the one in Jira.

### Patch Changes

- 7f0b7cd: Added additional documentation how to authenticate with Jira.
- Updated dependencies [0ec1f12]
- @axis-backstage/plugin-jira-dashboard-common@1.1.0

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

## 1.1.0

### Minor Changes

- 0ec1f12: Created the incoming-issues-annotation to make it possible for users to define Jira status for Incoming issues other than "New". Made some smaller refactoring in filter.ts to create better consistency among functions.

## 1.0.1

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

## 1.1.0

### Minor Changes

- 0ec1f12: Created the incoming-issues-annotation to make it possible for users to define Jira status for Incoming issues other than "New". Made some smaller refactoring in filter.ts to create better consistency among functions.

### Patch Changes

- Updated dependencies [0ec1f12]
- @axis-backstage/plugin-jira-dashboard-common@1.1.0

## 1.0.2

### Patch 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.0.2",
"version": "1.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/readme-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @axis-backstage/plugin-readme-backend

## 0.6.1

### Patch Changes

- 882cfa7: Headers were being set after the response was sent, causing errors. Replaced break statements with return statements in the loop.

## 0.6.0

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

0 comments on commit 81d71ac

Please sign in to comment.