Skip to content

Commit

Permalink
Version Packages (#2384)
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
backstage-service and github-actions[bot] authored Dec 24, 2024
1 parent d5bada1 commit 7b28f03
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 13 deletions.
7 changes: 0 additions & 7 deletions workspaces/sonarqube/.changeset/sixty-readers-work.md

This file was deleted.

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

## 0.0.10

### Patch Changes

- Updated dependencies [fb4e8b5]
- @backstage-community/plugin-sonarqube@0.9.0

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/sonarqube/packages/app-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-next",
"version": "0.0.9",
"version": "0.0.10",
"private": true,
"bundled": true,
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions workspaces/sonarqube/packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# app

## 0.0.11

### Patch Changes

- Updated dependencies [fb4e8b5]
- @backstage-community/plugin-sonarqube@0.9.0

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/sonarqube/packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"bundled": true,
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions workspaces/sonarqube/packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# backend

## 0.0.5

### Patch Changes

- Updated dependencies [fb4e8b5]
- @backstage-community/plugin-sonarqube-backend@0.4.0
- app@0.0.11

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/sonarqube/packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions workspaces/sonarqube/plugins/sonarqube-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backstage-community/plugin-sonarqube-backend

## 0.4.0

### Minor Changes

- fb4e8b5: Backstage version bump to v1.34.1

## 0.3.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-sonarqube-backend",
"version": "0.3.1",
"version": "0.4.0",
"backstage": {
"role": "backend-plugin",
"pluginId": "sonarqube",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/sonarqube/plugins/sonarqube-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backstage-community/plugin-sonarqube-react

## 0.3.0

### Minor Changes

- fb4e8b5: Backstage version bump to v1.34.1

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/sonarqube/plugins/sonarqube-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-sonarqube-react",
"version": "0.2.3",
"version": "0.3.0",
"backstage": {
"role": "web-library",
"pluginId": "sonarqube",
Expand Down
11 changes: 11 additions & 0 deletions workspaces/sonarqube/plugins/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @backstage-community/plugin-sonarqube

## 0.9.0

### Minor Changes

- fb4e8b5: Backstage version bump to v1.34.1

### Patch Changes

- Updated dependencies [fb4e8b5]
- @backstage-community/plugin-sonarqube-react@0.3.0

## 0.8.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/sonarqube/plugins/sonarqube/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-sonarqube",
"version": "0.8.9",
"version": "0.9.0",
"description": "",
"backstage": {
"role": "frontend-plugin",
Expand Down

0 comments on commit 7b28f03

Please sign in to comment.