Skip to content

Commit

Permalink
Version Packages (backstage#1801)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
3 people authored Nov 6, 2024
1 parent f405ee2 commit 7d8f944
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions workspaces/sentry/.changeset/cyan-onions-draw.md

This file was deleted.

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

## 0.0.4

### Patch Changes

- Updated dependencies [2d16371]
- @backstage-community/plugin-sentry@1.0.2

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/sentry/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.3",
"version": "0.0.4",
"private": true,
"bundled": true,
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions workspaces/sentry/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 [2d16371]
- @backstage-community/plugin-sentry@1.0.2

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/sentry/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
6 changes: 6 additions & 0 deletions workspaces/sentry/plugins/sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backstage-community/plugin-sentry

## 1.0.2

### Patch Changes

- 2d16371: Removed `@microsoft/api-extractor` resolution as it is no longer needed

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/sentry/plugins/sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-sentry",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Backstage plugin that integrates towards Sentry",
"backstage": {
"role": "frontend-plugin",
Expand Down

0 comments on commit 7d8f944

Please sign in to comment.