Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2024
1 parent 6939770 commit 579ecea
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 15 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.

9 changes: 9 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 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

## 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/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 579ecea

Please sign in to comment.