Skip to content

Commit

Permalink
Version Packages (AxisCommunications#220)
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 Dec 2, 2024
1 parent 7fbce31 commit 2f9b204
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/grumpy-cups-act.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-timers-grow.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-houses-protect.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.6

### Patch Changes

- Updated dependencies [7fbce31]
- @axis-backstage/plugin-jira-dashboard@1.13.4

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

## 0.7.12

### Patch Changes

- Updated dependencies [1b47182]
- Updated dependencies [6939770]
- @axis-backstage/plugin-jira-dashboard-backend@4.0.3
- @axis-backstage/plugin-readme-backend@0.11.0
- [email protected]

## 0.7.11

### 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.11",
"version": "0.7.12",
"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.3

### Patch Changes

- 1b47182: The backend now exports the `JiraConfig` class. This is needed to create config
instances for the `searchJira`function.

## 4.0.2

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

## 1.13.4

### Patch Changes

- 7fbce31: Export `jiraDashboardApiRef` and `JiraDashboardClient` for manual registration of the
api.

## 1.13.3

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

## 0.11.0

### Minor Changes

- 6939770: **BREAKING**: The `readme-backend` has been migrated to the new backend system. If
you are using the new backend system module, this does not affect you.

## 0.10.1

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

0 comments on commit 2f9b204

Please sign in to comment.