Skip to content

Commit

Permalink
Version Packages (AxisCommunications#209)
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 19, 2024
1 parent a5c7b33 commit 20ef70b
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-seas-itch.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fluffy-fireants-deliver.md

This file was deleted.

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

## 0.10.3

### Patch Changes

- Updated dependencies [a5c7b33]
- @axis-backstage/plugin-jira-dashboard@1.13.1

## 0.10.2

### 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.2",
"version": "0.10.3",
"private": true,
"bundled": true,
"backstage": {
Expand Down
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.9

### Patch Changes

- Updated dependencies [cd4f853]
- @axis-backstage/plugin-readme-backend@0.10.1
- [email protected]

## 0.7.8

### 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.8",
"version": "0.7.9",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
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

## 1.13.1

### Patch Changes

- a5c7b33: Extracted the table component from JiraUserIssuesViewCard into an exported component JiraUserIssuesTable, and added styling options to the table (or its outer Card) to adapt it more freely

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

## 0.10.1

### Patch Changes

- cd4f853: Store `not found` results for entities.

If no README is found for an entity we now store that in the
cache so Backstage will not try again until the cache has
been invalidated.

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

0 comments on commit 20ef70b

Please sign in to comment.