Skip to content

Commit

Permalink
Version Packages (AxisCommunications#215)
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 21, 2024
1 parent 060bcf6 commit 5606b80
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-singers-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-spiders-shop.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.4

### Patch Changes

- Updated dependencies [060bcf6]
- Updated dependencies [060bcf6]
- @axis-backstage/plugin-jira-dashboard-common@1.9.1
- @axis-backstage/plugin-jira-dashboard@1.13.2

## 0.10.3

### 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.3",
"version": "0.10.4",
"private": true,
"bundled": true,
"backstage": {
Expand Down
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.7.10

### Patch Changes

- [email protected]
- @axis-backstage/plugin-jira-dashboard-backend@4.0.2

## 0.7.9

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

## 4.0.2

### Patch Changes

- Updated dependencies [060bcf6]
- @axis-backstage/plugin-jira-dashboard-common@1.9.1

## 4.0.1

### 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.1",
"version": "4.0.2",
"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.9.1

### Patch Changes

- 060bcf6: Set issues field as optional in JiraResponse

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

## 1.13.2

### Patch Changes

- 060bcf6: Check if the `issues` field is set before use
- Updated dependencies [060bcf6]
- @axis-backstage/plugin-jira-dashboard-common@1.9.1

## 1.13.1

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

0 comments on commit 5606b80

Please sign in to comment.