diff --git a/workspaces/sentry/.changeset/version-bump-1-41-1.md b/workspaces/sentry/.changeset/version-bump-1-41-1.md deleted file mode 100644 index d3c7d8c4d5..0000000000 --- a/workspaces/sentry/.changeset/version-bump-1-41-1.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-sentry': minor ---- - -Backstage version bump to v1.41.1 diff --git a/workspaces/sentry/packages/app-next/CHANGELOG.md b/workspaces/sentry/packages/app-next/CHANGELOG.md index cc1d389195..582b8309af 100644 --- a/workspaces/sentry/packages/app-next/CHANGELOG.md +++ b/workspaces/sentry/packages/app-next/CHANGELOG.md @@ -1,5 +1,12 @@ # app-next +## 0.0.14 + +### Patch Changes + +- Updated dependencies [fd82901] + - @backstage-community/plugin-sentry@1.8.0 + ## 0.0.13 ### Patch Changes diff --git a/workspaces/sentry/packages/app-next/package.json b/workspaces/sentry/packages/app-next/package.json index 7b4e86a3c3..7e4a659dea 100644 --- a/workspaces/sentry/packages/app-next/package.json +++ b/workspaces/sentry/packages/app-next/package.json @@ -1,6 +1,6 @@ { "name": "app-next", - "version": "0.0.13", + "version": "0.0.14", "private": true, "bundled": true, "repository": { diff --git a/workspaces/sentry/packages/app/CHANGELOG.md b/workspaces/sentry/packages/app/CHANGELOG.md index 86c41e9df4..1b4b4bab04 100644 --- a/workspaces/sentry/packages/app/CHANGELOG.md +++ b/workspaces/sentry/packages/app/CHANGELOG.md @@ -1,5 +1,12 @@ # app +## 0.0.14 + +### Patch Changes + +- Updated dependencies [fd82901] + - @backstage-community/plugin-sentry@1.8.0 + ## 0.0.13 ### Patch Changes diff --git a/workspaces/sentry/packages/app/package.json b/workspaces/sentry/packages/app/package.json index 9445b17cb9..529d1ab2be 100644 --- a/workspaces/sentry/packages/app/package.json +++ b/workspaces/sentry/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "0.0.13", + "version": "0.0.14", "private": true, "bundled": true, "repository": { diff --git a/workspaces/sentry/plugins/sentry/CHANGELOG.md b/workspaces/sentry/plugins/sentry/CHANGELOG.md index 83a5ce4a3c..775f9c99a4 100644 --- a/workspaces/sentry/plugins/sentry/CHANGELOG.md +++ b/workspaces/sentry/plugins/sentry/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-sentry +## 1.8.0 + +### Minor Changes + +- fd82901: Backstage version bump to v1.41.1 + ## 1.7.0 ### Minor Changes diff --git a/workspaces/sentry/plugins/sentry/package.json b/workspaces/sentry/plugins/sentry/package.json index a492886f23..c40a9f36f4 100644 --- a/workspaces/sentry/plugins/sentry/package.json +++ b/workspaces/sentry/plugins/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-sentry", - "version": "1.7.0", + "version": "1.8.0", "description": "A Backstage plugin that integrates towards Sentry", "backstage": { "role": "frontend-plugin",