Skip to content

Commit

Permalink
Version Packages (AxisCommunications#90)
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 Mar 11, 2024
1 parent 485dbfc commit 36d6e6f
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-waves-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-bulldogs-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-adults-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-apples-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-knives-complain.md

This file was deleted.

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

## 0.4.6

### Patch Changes

- Updated dependencies [e6a9982]
- Updated dependencies [f09fe96]
- Updated dependencies [b3faeda]
- Updated dependencies [ccae506]
- Updated dependencies [73b296f]
- @axis-backstage/plugin-readme@0.5.3
- @axis-backstage/plugin-jira-dashboard@0.7.1
- @axis-backstage/plugin-statuspage@0.3.1

## 0.4.5

### 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.5",
"version": "0.4.6",
"private": true,
"bundled": true,
"backstage": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/jira-dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @axis-backstage/plugin-jira-dashboard

## 0.7.1

### Patch Changes

- ccae506: The scroll behavior on JiraTable have been set to auto, in order to only display the scrollbar if it is used. Otherwise, it is hidden.

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

## 0.5.3

### Patch Changes

- e6a9982: Troubleshooting "no readme file" error
- f09fe96: Added fullpage support
- b3faeda: Fixed so that Readme Dialog always have a min width. In that case, if it is not smuch markdown content, the dialog wont be weirdly small.

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/readme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axis-backstage/plugin-readme",
"version": "0.5.2",
"version": "0.5.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/statuspage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @axis-backstage/plugin-statuspage

## 0.3.1

### Patch Changes

- 73b296f: Better README and small UI-fixes

## 0.3.0

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

0 comments on commit 36d6e6f

Please sign in to comment.