Skip to content

Commit

Permalink
Version Packages (#1454)
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 Sep 29, 2024
1 parent 3ef2d79 commit 3415189
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 13 deletions.
7 changes: 0 additions & 7 deletions workspaces/sonarqube/.changeset/version-bump-1-31-2.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.3

### Patch Changes

- Updated dependencies [3ef2d79]
- @backstage-community/plugin-sonarqube@0.8.3

## 0.0.2

### 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.2",
"version": "0.0.3",
"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.4

### Patch Changes

- Updated dependencies [3ef2d79]
- @backstage-community/plugin-sonarqube@0.8.3

## 0.0.3

### 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.3",
"version": "0.0.4",
"private": true,
"bundled": true,
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions workspaces/sonarqube/packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# backend

## 0.0.1

### Patch Changes

- Updated dependencies [3ef2d79]
- @backstage-community/plugin-sonarqube-backend@0.2.24
- app@0.0.4
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.0",
"version": "0.0.1",
"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.2.24

### Patch Changes

- 3ef2d79: Backstage version bump to v1.31.2

## 0.2.23

### 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.2.23",
"version": "0.2.24",
"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.2.2

### Patch Changes

- 3ef2d79: Backstage version bump to v1.31.2

## 0.2.1

### 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.1",
"version": "0.2.2",
"backstage": {
"role": "web-library",
"pluginId": "sonarqube",
Expand Down
8 changes: 8 additions & 0 deletions workspaces/sonarqube/plugins/sonarqube/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @backstage-community/plugin-sonarqube

## 0.8.3

### Patch Changes

- 3ef2d79: Backstage version bump to v1.31.2
- Updated dependencies [3ef2d79]
- @backstage-community/plugin-sonarqube-react@0.2.2

## 0.8.2

### 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.2",
"version": "0.8.3",
"description": "",
"backstage": {
"role": "frontend-plugin",
Expand Down

0 comments on commit 3415189

Please sign in to comment.