Skip to content

Commit ef11e89

Browse files
meta(changelog): Update package versions (#1118)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @spotlightjs/sidecar@2.5.0 ### Minor Changes - Docker compose support for Spotlight run command ([#1108](#1108)) - Added support for Last-Event-Id in SSE stream ([#1104](#1104)) - Change tool names: change `.` for `_` and remove `spotlight` preffix ([#1114](#1114)) - Improved human formatter readability ([#1112](#1112)) ### Patch Changes - Fix breaking error when event type is not supported ([#1111](#1111)) - Fix SDK categorization for Next.js by using User-Agent headers to distinguish browser from server events ([#1110](#1110)) ## @spotlightjs/electron@1.11.1 ### Patch Changes - Updated dependencies \[[`0942c8a`](0942c8a), [`bce012e`](bce012e), [`7624030`](7624030), [`15a7f41`](15a7f41), [`13da542`](13da542), [`b3a654a`](b3a654a)]: - @spotlightjs/sidecar@2.5.0 - @spotlightjs/overlay@4.5.0 ## @spotlightjs/spotlight@4.5.1 ### Patch Changes - Fix SDK categorization for Next.js by using User-Agent headers to distinguish browser from server events ([#1110](#1110)) - Updated dependencies \[[`0942c8a`](0942c8a), [`bce012e`](bce012e), [`7624030`](7624030), [`15a7f41`](15a7f41), [`13da542`](13da542), [`b3a654a`](b3a654a)]: - @spotlightjs/sidecar@2.5.0 - @spotlightjs/overlay@4.5.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7624030 commit ef11e89

12 files changed

Lines changed: 39 additions & 34 deletions

.changeset/calm-pears-fix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/empty-buses-sort.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-olives-spend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-clocks-sniff.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/poor-spies-rush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sdk-categorization-fix.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/electron/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @spotlightjs/electron
22

3+
## 1.11.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0942c8a`](https://github.com/getsentry/spotlight/commit/0942c8afa15d688d0de2a288df1535bc6f1785a1), [`bce012e`](https://github.com/getsentry/spotlight/commit/bce012e93424fb0652b3bb182e903da589684c34), [`7624030`](https://github.com/getsentry/spotlight/commit/76240306877184d0f2b1b8a2294e1b56b8abd04e), [`15a7f41`](https://github.com/getsentry/spotlight/commit/15a7f418dc54b80ac1c8e8bdb7616cc37d3e33f8), [`13da542`](https://github.com/getsentry/spotlight/commit/13da5428842c1b965ce86006e0bd4e6360137e2d), [`b3a654a`](https://github.com/getsentry/spotlight/commit/b3a654a5893ea22c61ad4d596f76ec16da12659e)]:
8+
- @spotlightjs/sidecar@2.5.0
9+
- @spotlightjs/overlay@4.5.0
10+
311
## 1.11.0
412

513
### Minor Changes

packages/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Electron app for Spotlight",
55
"author": "Sentry",
66
"license": "Apache-2.0",
7-
"version": "1.11.0",
7+
"version": "1.11.1",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/getsentry/spotlight.git",

packages/sidecar/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @spotlightjs/sidecar
22

3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- Docker compose support for Spotlight run command ([#1108](https://github.com/getsentry/spotlight/pull/1108))
8+
9+
- Added support for Last-Event-Id in SSE stream ([#1104](https://github.com/getsentry/spotlight/pull/1104))
10+
11+
- Change tool names: change `.` for `_` and remove `spotlight` preffix ([#1114](https://github.com/getsentry/spotlight/pull/1114))
12+
13+
- Improved human formatter readability ([#1112](https://github.com/getsentry/spotlight/pull/1112))
14+
15+
### Patch Changes
16+
17+
- Fix breaking error when event type is not supported ([#1111](https://github.com/getsentry/spotlight/pull/1111))
18+
19+
- Fix SDK categorization for Next.js by using User-Agent headers to distinguish browser from server events ([#1110](https://github.com/getsentry/spotlight/pull/1110))
20+
321
## 2.4.1
422

523
### Patch Changes

packages/sidecar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@spotlightjs/sidecar",
33
"description": "A small proxy server to capture and forward data from backend services to Spotlight.",
4-
"version": "2.4.1",
4+
"version": "2.5.0",
55
"license": "Apache-2.0",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)